Tutorial RPGM RPG Maker Help Section

5.00 star(s) 2 Votes

Xime_

New Member
Game Developer
May 21, 2025
8
17
Are RPGM games typically encrypted beyond the included "encryption" or do most just rawdog their code, plugins, etc.
 

fantasmic

Member
Modder
Nov 3, 2021
444
1,103
Are RPGM games typically encrypted beyond the included "encryption" or do most just rawdog their code, plugins, etc.
- For a lot of newer games (MV/MZ), only the pictures are encrypted.
- If the game is MV/MZ and shipped as just an exe, you can usually crack it open with EnigmaVBUnpacker
- VXA games usually just need to decrypted with something like RPG All Decrypter, but won't have anything beyond that.
 

Le Chauve

Member
Jul 20, 2024
384
571
Hi guys.
I'm creating a mod for a famous RPGM-V game, and I have a problem to set the picture's position (X and Y).
Into the CommonEvents.js, the picture is set like this :
rpgmv_pic_code.png
note : 280 and 660 are the values X and Y I need to set.

There are also many plugins :
pgns_libs.png pgns_root.png pgns_pgns.png

If I change X and Y values, nothing change into the game..
Is someone can help me to understand please.. ?
Thx
 
Last edited:
5.00 star(s) 2 Votes