Tool RPGM RPG Maker Save Editors

5.00 star(s) 2 Votes

dodgingnoir

New Member
Feb 11, 2022
14
16
program shut down with error about java script yeah? like my reply above? try toybox for rpgm this one work on MV but a bit complicated like item dont have names and items you dont have in inventory dont shown at all. you must add them manualy and know ther ID for it to work. ID in data folder in item.json at least that help me mod inventory in MV game.
small tip for changes to apply done all changing > smash save all files in left corner > smash save botton in upper middle > go to codded wiew of save > go to simple mod again > smash save as > rewrite your save. ( better have back up before doing it)
i think toybox dont work because i try save many times but save game keep being same without changes. until i try switch between simple/coded modes its helped me to save changes.
Thank you very much! toybox worked
 

BackRunner

Active Member
Jun 19, 2017
761
842
Is it just me or the entire body disappears when I try to make characters pose their backs? And if a female character receives oral, the entire character besides their hair disappears?
 

shenzero999

New Member
Sep 14, 2022
9
1
Hello
I have a question
How to i run it on Unix-like system? I tried with lutris bottle and steam GE proton but all almost not working and i need help
 

harem.king

Well-Known Member
Aug 16, 2023
1,788
2,886
I managed to get this to run on linux (mint 21.3 ubuntu based edition).

step 1: install wine
step 2: open terminal and run "winecfg". wait a few minutes for the initial config files to be created.
step 3: install bottles (a sandboxing environment for wine that lets you create multiple separate sandboxes. each being a "bottle")
step 4: run bottles and create a new bottle. name it something appropriate like "RPGM Save Edit". pick "application" when prompted for bottle type.
step 5: in that bottle. click on dependencies. and install "dotnetcoredesktop7". which is the LTS of .NET 7
Screenshot from 2024-04-27 18-54-31.png
step 6: go to settings>manage drives (near the bottom) and add a drive D which points at your games folder.
step 7: add shortcut to the exe for RPGMSaveEdit.exe. please now that when you are in the right folder it will not show it, you need to switch from "supported executables" to "all files". because it is using linux gui it is showing supported executables for linux not for windows. however it will work once you pick the exe file

now you just run RPGMSaveEdit.exe. then in the window that opens, you go to D drive (which is actually your games folder) and find the saves for the game you want to edit.
 
Last edited:
5.00 star(s) 2 Votes