Main Menu
  • Welcome to The RPG Maker Resource Kit.

[Solved] VX ACE -Animation frames

Started by SwampBeast, September 07, 2014, 03:07:35 AM

0 Members and 1 Guest are viewing this topic.

SwampBeast

Lately i have been testing my character creations with both XP and VX, and it seems to me that VX just reads the character frames faster due to the three frames instead of the four, is there anyway to have it read 4 frames like XP does?

Zexion

It doesn't exactly"read them faster". It's that vx is running at 60fps, so everything works a little bit faster. There should be a way to change the speed without having to use 4 frames.
if @anime_count > 18 - real_move_speed * 2
I found this in the default script, Game_CharacterBase changing this will affect all the sprites, so keep that in mind. To make it slower, change the 18 to a higher number.

SwampBeast

You're the man, thanks a lot bud  :othumbsup:
Have it set to 24 now.