So, I' really having trouble wrapping my head around this. How do I actually make the pictures into a fully functioning sprite sheet? The online tutorials I have found so far just managed to confuse me even more. So if you got anything to make me not fail, please let me know. This stuff is HARD. I honestly appreciate the support you are lending me in this endeavor!
Viewing post in Wandering Wolf Trick comments
if you make the image the right size it can tell automatically how to break up the tiles and stuff--the default is like a 384x256 sheet, which would fit 8 32x32 characters. you get 4 rows per character: 1st is walking down, 2nd is left, then right, then up. you also get 3 columns: 1st is one foot forward (doesn't matter which), 2nd is them standing normally, and 3rd is the other foot forward. that way it can do a walking animation :D i hope that explained things?? to make 32x64 sprites i just made the whole image 384x512 and it just worked. also we could probably move this conversation to email so we don't clog the comments with all this general rpg maker talk... lol