Extending max save slots to 80 for RPG Maker games Two options for two scenarios (a and b): a) If has rpg_managers.js then: In the rpg_managers.js script, line 328. Change from whichever number it is (usually 16 or 20) to 80. b) If no rpg_managers.js then: need to get rvpacker (https://github.com/Solistra/rvpacker) to install rvpacker: 1. get latest ruby with devkit from https://rubyinstaller.org/ 2. start command prompt with ruby (click the windows logo on your keyboard and search for the term 'start command prompt with ruby' without the '' in the windows taskbar, it should come up as an option if you've installed ruby correctly) 3. type 'gem install rvpacker' without '' and press enter if the installation doesn't work or shows errors, check the rvpacker link for more info 4. if you have any saves, move (not copy) all savefiles (save01.rvdata2, save02.rvdata2, etc.) from game folder (or whichever folder they are in) to a completely separate folder (Desktop or Downloads or Documents or whatever) 5. type 'rvpacker --action unpack --project C:\Documents\Games\OrWhicheverDirectoryYourGameIsIn --project-type ace' without '' and press enter if this doesn't work or gives errors replace 'ace' with 'vx' or 'xp' and see which one works NOTE: If you have savefiles it might give you errors, so move all savefiles to a different folder if you get any errors and try again with ace before trying the other options 6. go to the newly created Scripts folder inside the game folder 7. open DataManager.rb with a text editor 8. search for 'max' without '' 9. change max saves from whichever number it is (usually 16 or 20) to 80 10. save and close the file 11. open Layout.rb with a text editor 12. search for 'max' without '' 13. if it exists (it might not in this case) change max saves from whichever number it is (usually 16 or 20) to 80 14. save and close the file 15. move (not copy) all files from the Data folder inside the game folder to a completely different folder (Desktop or Downloads or Documents or whatever) 16. go back to the command prompt with ruby 17. type 'rvpacker --action pack --project C:\Documents\Games\OrWhicheverDirectoryYourGameIsIn --project-type ace' without '' and press enter IMPORTANT NOTE BEFORE PRESSING ENTER: If 'ace' didn't work and you used 'vx' or 'xp', use whichever worked at that step for this step as well instead of 'ace'. If the unpacking didn't give any errors, this step (packing) should produce no errors either. 18. open the game to see if it works 19. start a new game 20. go into the save menu whenever you can in-game and check if there are 80 save slots (no need to actually save if you don't want to) 21. if you had save files, move them back to the game folder (or whichever folder they were in) 22. if the game runs fine, you can safely delete the old files that you had moved that were in the Data folder before, because new files should have automatically generated inside the Data folder (or keep the old files as backup if you want) 23. if the game doesn't work, move back the original files that you moved that were in the Data folder, back into the Data folder, replacing the new files that have generated inside the folder and start over from step 5 and try using 'vx' or 'xp' instead when packing and unpacking and pray to whichever God you worship that it works, and if you don't worship any Gods, pray to the Flying Spaghetti Monster that it works.