• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

RPGM How do you mod a RPGMV game?

F22232425

Member
Dec 2, 2017
386
763
I am trying to mod a RPGMV game which is deployed with encrypted images and audio files.
I want to extract its content to my new project folder in order to modify the game content.

Here are my steps but failed at loading when testing:
I first use RPG-Maker-MV-Decrypter to decrypt rpgmv files
and then put them inside new project folder with everything else of that game.
When I test it inside RPG maker MV, it says "Failed to load iconset.png"
 

redknight00

I want to break free
Staff member
Moderator
Modder
Apr 30, 2017
4,522
19,680
Don't playtest, copy and paste the changed files to the base game folder, there are differences in the packages used that you won't get when playing directly from RPGM editor.

Plus the System.js is still probably set to encrypted, that's why it's not reading the png file.