Hey, I've made a little speed mod for MC speed in game
Because let's be honest, it's fucking too slow !!
Use it if you don't want to spend hours walking on maps being chased by zombie... and just want to enjoy a simpler gameplay with a good story and good porn.
It might be a bit fast but I can't make it slower or the camera movement when you move become less smooth
( for me, but maybe it can be different with others display resolution and refresh rate )
Just extract in the game folder, merge and overwrite when asked
Or you can edit the file yourself and play with the value to adjust the speed and see if it stay smooth
Terminal_Desires\www\js -> rpg_objects.js
Search for : "return Math.pow(2, this.realMoveSpeed()) / 256;"
It's at line line 6369,but it can be different in other games
Change the 256 to 128 ( lower is faster)
Works on every rpgm MV games, so if you play a MV game a bit too slow, use the same technique
( change the value manually, don't use this modified file, you don't know if the dev did something custom in his rpg_objects.js file that you could mess up by replacing the entire file )