CGMZ Save File
Added 2020-10-22 23:24:03 +0000 UTC
This plugin modifies the file select screen (save/load) to give it a different appearance as well as some minor functionality options. New functionality includes: 1) allows you to only show autosave option on load and 2) change how many file slots you want.
Visually, it changes the scene pretty heavily to include a smaller file select window (with icons for slots that have save data vs those that do not), and adds a new "display window". This display window is pretty customizable, but baseline it shows the map location, an image preview of the map, the playtime and timestamp of save, and gold. Additionally, it allows you to add game variables to the save data. Ordinarily game variables can only handle numbers, but you can assign them to store text as well with a script call:
$gameVariables.setValue(13, "The Hero Returns");
Finally, it allows you to display either the face sets of the first 4 party members or the character sprites of the first 4 party members with a toggle in the parameters.
I plan to go through all of the base UI eventually and change it up / add some minor functionality here and there to help people get away from the "default" rpg maker layouts. Of course it is a lot of work though, so I started here. I am hoping this is already quite flexible, but as always don't be shy about requesting any more features for my plugins :)
Edit: Updated the save file to work with old saves
Edit: This is now in beta
Comments
Hi, thank you for the suggestion. I will add it to my to do list. For now, you could save the amount of achievements the player has in a variable and display that by using the script call in an event: $gameVariables.setValue(1, $cgmz.countEarnedAchievements()); You would replace the "1" with the variable ID you want to set.
Casper Gaming
2022-08-06 15:53:02 +0000 UTCcould you add something that shows how many achievments you have completed
Jason pylant
2022-08-06 12:35:51 +0000 UTCAhhh I missed this as I added it in later after I already saved over all my old saves. I will update so saves are backwards compatible. It will say "undefined" in certain areas if using the new save system with old saves as some of that information displayed simply did not exist in the old save. Edit: Should be fixed now
Casper Gaming
2020-10-23 16:14:45 +0000 UTCThat looks great and I wanted to test it out today. Unfortunately I got the following error message when I saved for the first time. At that time, however, there were already old saves. However, if I delete all old saves it works fine :) http://www.mediafire.com/view/fcvbxvpyjsm89m2/save_1.png/file
Zaven
2020-10-23 13:45:39 +0000 UTC