WHY ARE SOME RPG GAMES SO SLOW?

Jakeace

Member
Jun 1, 2024
174
66
Can any one help me to understand and fix it ( NTL Symphony ). Ask for help on the channel but no one seem to have any idea
 

Yenod

Newbie
Oct 9, 2017
18
20
For Rpgmaker MZ games open the file "rmmz_objects.js" in the js folder with a text editor and search for the line

"this._moveSpeed = 4;"

and change it to

"this._moveSpeed = 6;"

for example.

You can test it with different with different numbers to get your personal preference.
 
  • Like
Reactions: Jakeace

DreamingAway

Member
Aug 24, 2022
311
737
For Rpgmaker MZ games open the file "rmmz_objects.js" in the js folder with a text editor and search for the line

"this._moveSpeed = 4;"

and change it to

"this._moveSpeed = 6;"

for example.

You can test it with different with different numbers to get your personal preference.

Will this work if a plugin overrides it during gameplay?
 

Abelian

Member
Apr 4, 2024
308
793
I find that "Enhanced Effects" in the "Options" menu of SotS really slows down game play unless have very powerful CPU/GPU. Turned off SotS is like previous NLT Media game and still very good game but "Enhanced Effects" a big ask from player with older equipment. :(