By Dekita
Introduction:This script is an add-on to my input system, its purpose is to allow for players to enter 'cheat codes' that alter their gaming experience in some way.
By using this script you can have cheat codes that perform any piece of code you want it to (calls code as a proc). The code is activated when all required keys have been entered in their correct order.
I have set-up many possible 'default cheats' as possible. You (the script user) can add onto this as you wish.
All the cheat codes supplied within this script either perform script calls that are already within the RPG Maker VX Ace Engine or create a new method to efficiently perform the task with the script calls already supplied within the maker. Very few methods are aliased and none that should cause any kind of severe incompatibilities.
Examples of default cheat codes:
gain 9999 gold, gain all items, gain all weapons, gain all armors, max all party members stats, instant win battle, instant run from battle, walk through walls, resist death status, resist any other status, resist all status effects And of course, the all important :bonus (game completion code).
The bonus code is the only code that does not deem the user as a 'cheater'. Therefore, it is ideal to use as a game completion code (perhaps shown at the end game credits section for example).
The bonus code is also unique to each game, so no code sharing for that one. Let me know if you have any cheat ideas not already included.
NOTE: Cheat codes CAN be mouse keys also. This would require the Mouse module I have written to accompany my Input scripts. All the default cheat codes have been set to use the Q, W, A, S, D and arrow keys. These are the default keybinds in vx ace.
Features:
Infinite (limited only by your imagination) cheat codes to do whatever.
Screenshots:
I would only be able to link a random image of some person cheating.
How To Use:
Insert script(s) into your project above main and below materials.
In order to use this script you must place the 'Virtual Key Codes', 'Input', 'Key change Detection' and 'cheat codes' scripts. (in that precise order ~ unfortunately, it requires them all).
Script:
Link to scripts.
Credit:
Dekita / DekitaRPG
Hyde for the initial idea.
Notes:
I will be highly unlikely to create any cheat code that requires a third party script, so please dont ask.


