As you may know, RPG Maker Engine is known for being unstable when messing around with its lines of code and consequently freezing or crashing the game. We've put together a list of the best free game engines for 2D game development and 3D game development, based on real-user reviews on G2. 5 Best Free Game Engines To Create Your Game.
Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.
—
This is the beginning of a new video series that will explain, step by step, how to create a cheat menu/assist mode for your game! Cheat menus/Assist Mode are features in modern games that are becoming more and more common. As play styles types vary from player to player, so will be what they expect out of their games. And what a better way to start things off than with the ever so staple “God Mode” cheat?
This advice video uses the following plugins:
You can grab the copy/paste code here:
Enable Cheats – Option Parameters
This section gives the exact plugin parameters used for the “Enable Cheats” option found in the video above.
Settings
Functions
Line Break – Option Parameters
This section gives the exact plugin parameters used for the “Line Break” option found in the video above.
Settings
Functions
Rpg Maker Mv Cheat Menu
God Mode – Option Parameters
This section gives the exact plugin parameters used for the “God Mode” option found in the video above.
Settings
Rpg Maker Xp Cheat Engine
Functions
God Mode State – Notebox Code
Insert the following code into the God Mode State’s Notebox.
This requires Auto Passive States to be installed. Remember to place this state’s ID in the Actors List in the Auto Passive States plugin parameters!
Happy RPG Making!
Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.
—
The Cheat Menu series continues! Another thing that we often find in Cheat Menus are things that affect the flow of resources. This is often found in the form of infinite ammo or the like. Unfortunately, doing something like that can’t really be done without the help of plugins, but we can certainly use events to make something similar! Check out in this video how we can make HP, MP, and TP be virtually limitless!
This advice video uses the following plugins:
You can grab the copy/paste code here:
HP Recovery – Conditional Branch Script
Insert this code into a Conditional Branch event for a troop using the Base Troop Events plugin!
Make sure this is one line!
HP Recovery – Option Parameters
This section gives the exact plugin parameters used for the “HP Recovery” option found in the video above.
Settings
Functions
—
Cheat Engine Rpg Maker Games
MP Recovery – Conditional Branch Script
Insert this code into a Conditional Branch event for a troop using the Base Troop Events plugin!
Make sure this is one line!
MP Recovery – Option Parameters
This section gives the exact plugin parameters used for the “MP Recovery” option found in the video above.
Settings
Functions
—
TP Recovery – Conditional Branch Script
Insert this code into a Conditional Branch event for a troop using the Base Troop Events plugin!
Make sure this is one line!
Cheat Engine Rpg Maker Mv Games Free
TP Recovery – Option Parameters
This section gives the exact plugin parameters used for the “TP Recovery” option found in the video above.
Settings
Functions
—
Happy RPG Making!