Here's a little speed mod that double MC speed
Since this game is just a huge gallery for now, better not waste so much time running so slow between all the scenes..
Extract in the game folder -> Merge and overwrite when asked -> Enjoy
Or you can edit the file yourself and play with the value to adjust the speed to your liking
Go to : latex-Dungeon\www\js and find the file "rpg_objects.js"
Search for :
return Math.pow(2, this.realMoveSpeed()) / 256;
at line 6369 ( can be different in other MV games )
Change 256 to 128 ( lower is faster )
Note that putting any other value than 128 or 256 can sometimes cause stutter ( less smooth motion ) when moving
Works on every RPG Maker
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 )