- Feb 2, 2018
- 305
- 170
I know this freezing bug as well. There is maybe an solution. Didnt tried it here, but by other games it always worked. I copy paste it here:I am having trouble with this game freezing and unfreezing on me. had this problem with some rpgm mv games tried basically everything I could find online already with no improvement. Any confirmed working fixes?
P.S. Yes my computer has the hardware to run MV.
A privat Game Developer gave a possible Solution with the Screen Freezing Bug. I paste the tip here:
razer77843 said: rpg_core.js open in text editor find
if (this._skipCount === 0) replace with if (this._skipCount < 0)
the rpg_core file is in www/js/
The Game runs a little smoother as well with this Change (at least by me).