Our Network: VGFacts - DidYouKnowGaming? - The Spriters Resource - Muscle Tower


User(s) Viewing This Thread: 1 Guest(s)
Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Guy
Author Message
TheShyGuy Offline
Member
*

Posts: 68
Joined: Jul 2012
Reputation: 2
Post: #1
New Guy
Hey wutsup everyone.

Im a c#/xna game programmer, despite not actually making a game yet 0.o Anyways, i came here because i was bored(not going to lie lol). I've been searching for people who want to make a game together, me being the programmer. I've attempted to make a fan game before, so there wouldnt be a need for a spriter, but i lost alot of motivation. Mainly because i started to realize that making a fangame was a waste of time.

-"It feels that time is better spent on original creations"
- http://www.konjak.org/index.php?folder=4&file=11

At the moment, i am making a few editors. Ive already made a normal sprite editor/animator that allows easy creation of sprite animations and sheets, uniform or not. It was really useful but i recently became interested in modular or skeletal animation. So now im in the process of making a skeletal sprite editor. Most/just about all of the core of the skeletal engine is already coded for - even the IK. Im planning on making it sorta like this:
Also notice how you can deform the texture. Ive just recently created the core part of the code to allow me to do this also. In the end going for a nice look like this(look at the skirt bouncing)
For anyone interested on how i achieved the same effect(or will), i simply "convert" the texture into a 3d plane, mapping vertices to UV coordinates and then using a shader to render it. When the vertices are deformed, so is the texture. It has support to have as many vertices as you want(max being the size of the sprite) depending on your needs.

Also with this effect or mapping textures to vertices, i can also map polygon collisions to vertices so that when vertices are deformed, so are the collisions. To get a better understanding, play a little bit of this game : http://www.notdoppler.com/infinitemonkey...ality.php. The gimmick of the game is distorting objects to solve the puzzles--get to the next room.


...man wrote a novel up there -.-.


tl;dr .....Wutsup O.o
(This post was last modified: 07-05-2012 05:33 PM by TheShyGuy.)
07-05-2012 05:30 PM
Find all posts by this user Thank this post Quote this message in a reply
Login or Register to remove these ads!
Previous Away
Posting Freak
***

Posts: 3,646
Joined: May 2008
Reputation: 80
Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
Post: #2
RE: New Guy
Welcome to the Resource Community, then! Genki ^_^

C# and XNA will have to wait. Too busy! I suppose I'll have to use them next year, though, hehe.

Avatar courtesy of Mighty Jetters
07-05-2012 05:40 PM
Find all posts by this user Thank this post Quote this message in a reply
TheShyGuy Offline
Member
*

Posts: 68
Joined: Jul 2012
Reputation: 2
Post: #3
RE: New Guy
Thank you.

The game your working on looks very interesting, gl on it!
07-05-2012 05:59 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
Previous (07-05-2012)
puggsoy Offline
Finally done chewing
***

Posts: 2,145
Joined: Dec 2011
Reputation: 31
Resource - Sounds Resource - Sprites Resource - Textures Steam YouTube
Post: #4
RE: New Guy
Hi Theshyguy, welcome to the Resource! I don't use C# (and thus not XNA either), although I'm currently making a game in ActionScript 3.0 (for Flash). If you're at all interested you can check it out here. Unfortunately I'm pretty useless as spriting so I can't really help you (personally I also prefer the programming and design part of making games), but good luck anyway, hopefully you'll find people willing to help.

In any case I hope you enjoy your time here!

[Image: dailydilbert.axd]
Stuff you can click on (Click to View)
07-05-2012 08:27 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Sengir Offline
You can call me Al
***
Moderators

Posts: 1,689
Joined: May 2009
Reputation: 72
Facebook Steam
Post: #5
RE: New Guy
Heya! I've used C# (both .NET and XNA) a lot in the past, hopefully it's not dribbled out my brain.

I hope you enjoy your stay Smile

[Image: zfaQh.gif] [Image: b0KxM.gif] [Image: qjGOacY.png]
07-05-2012 08:52 PM
Find all posts by this user Thank this post Quote this message in a reply
TheShyGuy Offline
Member
*

Posts: 68
Joined: Jul 2012
Reputation: 2
Post: #6
RE: New Guy
Whats up guys.

The Fl1ip game sounds pretty interesting. And yeh, i think i can sprite well (lol at unsureness...), but i get pretty impatient because i just want to make the actual game, which causes me to stop spriting -.-

Sengir - arent you working with someone making that wonderbros game? The graphics looks pretty good so far and i hope the actual gameplay side of it is just as good.

Gl on both...all of your games.
07-06-2012 12:09 AM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
puggsoy (07-06-2012)
Crappy Blue Luigi Offline
merry christmas.
***

Posts: 820
Joined: Oct 2008
Reputation: 43
DeviantArt Steam Tumblr Twitter YouTube
Post: #7
RE: New Guy
heya! welcome to the Spriters Resource. looks like you're going to fit in with the game dev crowd just fine. [Image: E2Nka.gif]

[Image: idoxT.png][Image: 1EWid.png][Image: 9fryz.gif][Image: QUmE6.gif][Image: b0KxM.gif][Image: DES4d.png]
[Image: l3q8a.png]
07-06-2012 12:18 AM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
Mighty Jetters (07-06-2012), puggsoy (07-06-2012)
TheShyGuy Offline
Member
*

Posts: 68
Joined: Jul 2012
Reputation: 2
Post: #8
RE: New Guy
Thanks, hope i do.

I thought about making a "workshop" thread of the editor(s) I make. But atm, there isnt enough content of them finished. I'll probably make it after more progress on the skeletal animation editor is done.

Also, i can select and move vertices now =). After i make those animating tools(?) that look like arrows for translation, squares for scaling, and 3 circles..(quaternion/bounding sphere???...) for rotation, and actually add support for binding vertices to bones, i can finally get to working on the editor.

This is a short vid of editing vertices on a texture.
Don't worry, i won't post a whole lot about the editor in here, seeing as its an intro thread. But i just wanted to show some stuff.
(This post was last modified: 07-06-2012 11:00 PM by TheShyGuy.)
07-06-2012 10:59 PM
Find all posts by this user Thank this post Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme:


Login or Register to remove this ad!