WHY ARE SOME RPG GAMES SO SLOW?

Jakeace

Newbie
Jun 1, 2024
21
6
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
235
614
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
100
256
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. :(