Page 1 of 2
Sprite Artists
Posted: Thu May 03, 2007 1:21 am
by PyTom
I'm curious... do we have any sprite artists on the forum? I may have use for a walk cycle of Eileen.
Posted: Thu May 03, 2007 6:02 am
by Otaku Dash
Well I do sprite art in my free time, but I only do so at a very few time and since uni started I haven't had much time to practice... so I'm pretty much a beguinner. The most recent work I have are simple things like a sword and my avy... I dunno if I could be much help ^^;
Posted: Thu May 03, 2007 7:09 am
by DaFool
You mean character artists or animated avatar creators?
Posted: Thu May 03, 2007 9:02 am
by Otaku Dash
DaFool wrote:You mean character artists or animated avatar creators?
Good point... that isn't quite clear. I haven't worked with animation much so It could also cause some trouble... if it's about avatars I can push a bit things aside and manage something.
Posted: Thu May 03, 2007 11:16 am
by PyTom
In this case, I'm using sprite to mean "very small character with a few frames of animation, that's able to walk around the screen".
I'm considering adding a simple map engine to Ren'Py, for those people who want it.
I need at least one character to walk around the map under player control. It could be Eileen. Alternatively, it could be the player's Avatar... if someone knows where I can get free art to use, I'd appreciate that. I'm thinking at least two frames of walk animation in each of the N, NE, E, SE, and S directions, and we can get SW, W, and NW by mirroring.
I'm thinking a reasonable map screen could be interesting for those mystery type games we've been seeing recently.
Posted: Thu May 03, 2007 12:28 pm
by Twar3Draconis
I used to do this stuff. Not as good as before, though. I think I have a sprite or 2 in my deviant art if you want to check it out.
http://twar3draconis.deviantart.com/
Posted: Thu May 03, 2007 1:02 pm
by DaFool
You mean a chibi of Eileen?
Top down view, isometric view, or side view?
Are they all walk cycles or should some by climb cycles?
I've done walk cycles (mostly in Flash), but that was 3 years ago.
Hopefully there be other takers here, but I won't mind trying as well.
Posted: Thu May 03, 2007 1:04 pm
by PyTom
Top-down, I think. Walk cycles should be fine.
Posted: Thu May 03, 2007 2:50 pm
by DaFool
I'm working on it right now.
Do you have Flash, by any means? Because it only requires a single cycle, all the rest is just rotating and translating.
Posted: Thu May 03, 2007 3:06 pm
by PyTom
No, I don't have flash.
When I say overhead, I mean the sort of half-overhead view you see in the older RPGs, that requires a number of different shots. Something like the attached image.
Posted: Thu May 03, 2007 3:27 pm
by DaFool
Ah, good reference. Definitely makes more sense than the fully-top-down turtlebot I envisioned

Posted: Thu May 03, 2007 4:39 pm
by DaFool
Okay...so I figured why reinvent the wheel...
I took the png and 'Eileenized it'
Is this okay?
Okay how about this?
Posted: Thu May 03, 2007 5:34 pm
by PyTom
Looks good. Could you maybe try to extend a darker border around the hair, like in the original picture? I'm not sure if there's room, but I think I like the border on the original version.
Posted: Thu May 03, 2007 8:34 pm
by DaFool
okay...hair border version up.
So this would be... 4 animated sequences of 4 frames each (I think the middle of the stride is repeated)... and Ren'Py will take care of the translating aspect.
Posted: Thu May 03, 2007 8:55 pm
by PyTom
Yeah, I think this will do it. Thanks!