- Sep 30, 2017
- 734
- 367
To be Honest i realy dont like the auto save i much more liked it when i could press esc and do a manule save now i cant. and i dont know what procces's you have running back ground but i even get lag in and room like mc's room and the funny thing is when i start game and trans to new mape its the sound that gives me lag i usaly cant move till i here the ingame music start to play.There are several reasons for the lag in the game that I can think of and am working on.
1. I have too many parallel process common events. Some are needed but others aren't. I'm working on cutting them out and having them run per map as opposed to running in the background all the time. The randomization of the characters is a big one that eats up a lot of memory. I can do the same thing per map, which should prevent a lot of lag. The character stat tracker is another one but if I can make it run on menu load that should remove some lag too.
2. The way the autosave is currently setup will cause a brief second or two delay. I'll probably take it out but I'm not sure how I want to proceed with the auto save feature.