rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

Performance reduction of Save / Load Scene when there are many save data #133

Closed triacontane closed 5 years ago

triacontane commented 6 years ago

Performance reduction of Save / Load Scene when there are many save data. Because of load global info(global.rpgsave) every time(*).

It solves with the following plugin. Could you please incorporate similar contents into the core script?

http://ytomy.sakura.ne.jp/tkool/rpgtech/tech_mv/menu/accelerate_file_scene.html

https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/CustomizeMaxSaveFile.js