• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
April 30, 2024, 04:40:06 pm

News:

Use of ePSXe before 2.0 is highly discouraged. Mednafen, RetroArch, and Duckstation are recommended for playing/testing, pSX is recommended for debugging.


War of the Lions Tweak v2.52

Started by Tzepish, November 29, 2022, 02:53:23 am

Nyzer

Quote from: Tzepish on April 01, 2024, 02:14:39 pm* Add an extra unit or two to each battle, but somehow flag them to only show up on Hard mode (repurpose some unused flag to represent "hard mode only" unit)

I did this for Jot5. It's fairly easy in eventing. Just add a unit in every battle with the same Unit ID (such as xD0) that isn't set to be present, and add the following commands (whatever they are in WotL) to each battle:

ZERO(x0000)
ADDVar(x0000,x????)
JumpForwardIfNot(xD0)
AddUnit(xD0,x00,x00)
WaitAddUnit()
ForwardTarget(xD0)

You can also use the ChangeStats commands to do things like increase their Bravery or starting CT, or reduce your units' HP (by a flat amount).
  • Modding version: Other/Unknown