Replaces the
[Row] command in battle with another command (see first line of the QuickPatches). Command_IDs can be found under
Battle Layout -> Default Battle Commands -> [Set]. Additionally, this patch replaces all BattleCommands with the assigend ID (IDs have to be within 1..255) in the second QuickPatch line with a
[Row] command. (This row command can be detected by the BattleEventTrigger
[Hero] uses [BattleCommand].)
download LunarIPS
First step: make a backup of your RPG_RT.exe (just in case)
open Lunar IPS -> apply IPS patch -> select the .ips file (this patch) -> file type: all types -> select the RPG_RT.exe
Upon patching you can change the BattleCommand_IDs under 0x9546E and 0x95609. Or put this patch into your DynPatches folder and:
Zitat von DynRPG.ini
[QuickPatches]
RowSwapCommand(ID)=49606E,#1
RowBattleCommand(ID)=496209,%99
...