A downloadable mod

Download NowName your own price
This is NOT a plugin, it's extra mod to add to a RPG Maker MV/MZ game to enable cheats.  
As such, it doesn't belong to the plugins folder!

What is this?

AkerCheats is a plug & play mod to put on ANY Rpg maker MV/MZ game to enable extra utilities or cheats, with no need to decompile.

For example you can:

  • Copy the game text so you can put it on a translator
  • Save and load whenever you want.
  • Set waypoints
  • Cheat (free exp, gold, ecc...)

This might help make less tested RPG Maker games more accessible, by for example allowing you to always keep a recent save on a game particularly full of bugs, or skip annoying sections after a crash.

EVERY GAME IS UNIQUE SO PLEASE DON'T USE THOSE CHEATS ON THE FIRST PLAYTHROUGH UNLESS NECESSARY, IT WILL RUIN YOUR EXPERIENCE.

Despite having "Aker" in the name, this is NOT intended to be used as the solution for my game "That's My Exploit Keeper!"

Installation:

You don't need to decompile the game. You just need this file and a text editor.

  1. Place this file in the ./js folder (./www/js folder for MV)
  2. Edit the main.js file in the ./js folder, based on the RPG Maker version:

(NOTE: if main.js is around 10 lines long, it's MV, if it's 140+ lines long it's MZ)

MV:
Paste this at the end of the code:

var akerScript = document.createElement("script");akerScript.src = "./js/akerCheats.js";document.body.appendChild(akerScript);

MZ:
Add this (with quotes) in the scriptUrls list. (Make sure there's a comma at the end of each line of the list, except for the last one)

"js/akerCheats.js",

Like this:



List of cheats:

##Utility:

Ctrl + C: (Copy)

Copies the current dialogue box on the clipboard. [eg: so you can paste it on a translator]

Ctrl + S: (Save)

Opens the save menu

Ctrl + L: (Load)

Opens the load menu

Ctrl + F: (Find)

Highlights every event in the map, useful to localize events and to find hidden interactables.

##Practical cheats:

Ctrl + H: (Heal)

Fully heals the entire party.

Ctrl + M: (Monsters)

Toggles random encounters off and on.

Ctrl + T: (Turbo)

Toggles super movement speed.

Ctrl + Z: (Zoom out)

Toggles the extended visual [may cause visual problems]

Alt + [Any Key] (Warp point)

Sets a warp point you can teleport to with Ctrl + Alt + [Key]. 
You can save one for each key.

Shift + WASD (Free camera)

Allows you to look around in the map without moving.
With Shift + Space you center the camera back.
(Doesn't work if there's a camera plugin installed)

##Cheats:

Ctrl + G: (Gold)

Gain 10000 gold

Ctrl + E: (Experience)

Gain one level for the entire team

Ctrl + P: (Passability)

Toggle walk trough walls.

Ctrl + N: (Next)

Changes the event in front of you, forcing it to switch to the next game state. 
For example useful to unlock doors or to advance story triggers.

Ctrl + K: (Kill)

Removes the event in front of you until you reload the map.

Ctrl + V: (Void)

Tries to skip every other dialogue and battles for the rest of the scene.
[Warning - might not work, cause problems or even break the game]
(In the future I might add a fully working feature like this)

Ctrl + U: (Undo)

Closes a treasure chest you opened, so you can loot it again. [and many other collectables]
(Note: deprecated, Next works for everything)

Ctrl + W: (Win)

Instantly wins a battle (note: might bug outside of battle)
DOESN'T GIVE EXP OR REWARD.

Published 3 days ago
StatusReleased
CategoryGame mod
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorWaldorf
Tagscheats, RPG Maker, utility
ContentNo generative AI was used

Download

Download NowName your own price

Click download now to get access to the following files:

akerCheats v1.0.4.zip 4.5 kB

Leave a comment

Log in with itch.io to leave a comment.