So I wanted to set my movement frames to be 3, like in RPG maker Vx. In order to do that, I need to set the "Normalframes" in the server config to 3 correct?
Â
"Sprites": {
   "IdleFrames": 4,
   "NormalFrames": 3,
   "CastFrames": 4,
   "AttackFrames": 4,
   "ShootFrames": 4,
   "WeaponFrames": 4,
   "NormalSheetAttackFrame": 3,
   "NormalSheetDashFrame": 1,
   "MovingFrameDuration": 200,
   "IdleFrameDuration": 800,
   "TimeBeforeIdle": 500
Like so. I have done this and restarted my server, but it still appears as if its trying to animate them at 4 frames. Is there something I'm doing wrong that i'm missing? Thanks in advance!
Question
bluebean
So I wanted to set my movement frames to be 3, like in RPG maker Vx. In order to do that, I need to set the "Normalframes" in the server config to 3 correct?
Â
"Sprites": {
   "IdleFrames": 4,
   "NormalFrames": 3,
   "CastFrames": 4,
   "AttackFrames": 4,
   "ShootFrames": 4,
   "WeaponFrames": 4,
   "NormalSheetAttackFrame": 3,
   "NormalSheetDashFrame": 1,
   "MovingFrameDuration": 200,
   "IdleFrameDuration": 800,
   "TimeBeforeIdle": 500
Like so. I have done this and restarted my server, but it still appears as if its trying to animate them at 4 frames. Is there something I'm doing wrong that i'm missing? Thanks in advance!
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now