Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Zexion on October 23, 2010, 11:40:48 pm

Title: Different charset script
Post by: Zexion on October 23, 2010, 11:40:48 pm
I want a script that will change the way charsets work.

Currently the 1st frame is a walking and standing frame followed by 3 other walking frames. I want the script to work so that I have
1 standing(only) frame followed by a custom number of walking frame.
EX:

W-walking
S-standing

Currently it is:
S\W-W-W-W
S\W-W-W-W
S\W-W-W-W
S\W-W-W-W

I want it like this
S-W-W-W-W
S-W-W-W-W
S-W-W-W-W
S-W-W-W-W

Basically I want to add a 5th frame at the beginning or end just for standing that is NOT used while walking.
Title: Re: Different charset script
Post by: poxy on October 24, 2010, 12:54:38 am
If you are using Blizz-ABS, you can do this already. Use idle animation sprites as the standing pose, and the 4 walking sprites, for just the walk animation. This is what I'm doing in my game.

If you are not using Blizz ABS, I must refer you to an HBGames thread: link (http://www.hbgames.org/forums/viewtopic.php?style=27&f=12&t=42597&start=0) (just add .org to the links there). GIYF.