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!