11-08-2011, 04:39 AM
No. Characters may be able to move in all 8 directions even while only using the standard 4-direction characterset.
If you only want to use the default 4 direction and 4 frame poses, set:
CHARSET_TOTAL_POSES
CHARSET_POSES
and
CHARSET_FRAMES
to 4
CHARSET_POSES lets you define how many directions you use normally.
CHARSET_TOTAL_POSES allows you to expand your single characterset to go beyond your normal # of poses.
Oh, and you may wish to set the CHARSET_POSES_M , _C, _I and etc to be '1' Long story short, these are built in options that lets you switch between sneak, action, shooting and other types of poses you may have at your disposal (a special feature for scripters).
If you only want to use the default 4 direction and 4 frame poses, set:
CHARSET_TOTAL_POSES
CHARSET_POSES
and
CHARSET_FRAMES
to 4
CHARSET_POSES lets you define how many directions you use normally.
CHARSET_TOTAL_POSES allows you to expand your single characterset to go beyond your normal # of poses.
Oh, and you may wish to set the CHARSET_POSES_M , _C, _I and etc to be '1' Long story short, these are built in options that lets you switch between sneak, action, shooting and other types of poses you may have at your disposal (a special feature for scripters).