Repository files navigation
Do NOT run patch under a path that contains non-english characters.
rvunpacker.exe will fail with a path contains Japanese characters on Windows 10 with Japanese encoding.
Preparing
Open game folder, and make sure every command executes at the root of the game folder.
Open a terminal/cmd/powershell window in game folder by Shift + Mouse Right Click -> Open in Terminal.
If rvunpacker.exe is untrusted, you may need to download Ruby DevKit then run with
ruby rvdata2-unpacker/rvunpacker.rb decode .
Use RPGMakerDecrypter-cli.exe to unpack Game.rgss3a.
Use rvunpacker.exe to unpack Data/Scripts.rvdata2.
Open Scripts/Scene_Base.rb:
Copy everything in AsCheater.rb to the beginning of this file.
Put code AsCheater.update after line def update. For example:
# other codes...
def update
AsCheater . update
# other codes...
update_basic
# other codes...
end
# other codes...
Use rvunpacker.exe to repack Scripts and YAML back to Data/Scripts.rvdata2.
Then the game is patched.
`: Save game at slot 2
1: Cure all alias
2: Make all enemies one
3: Kill all enemies
4: Reserved
5: Reserved
6: Cure all enemies
7: Make all alias one
8: Reserved
9: Reserved
0: Gain gold 10K
-: Decrease the amount of current selected item by 1, by 10 if Shift is pressed
Should open Menu -> Item List first, and select the corresponding item
+: Increase the amount of current selected item by 1, by 10 if Shift is pressed
Should open Menu -> Item List first, and select the corresponding item
[: Save current position
]: Load saved position
q: Execute asac.q.rb script file in the game root folder
If script file contains runtime error, the game will crash
w: Execute asac.w.rb script file in the game root folder
If script file contains runtime error, the game will crash
e: Execute asac.e.rb script file in the game root folder
If script file contains runtime error, the game will crash
r: Reload loaded asac.*.rb script files
About
Cheat for RPG Maker ACE
Topics
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.