Difference between revisions of "Event Instruction Upgrade"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "This hack created by Xifanie alters and adds the following instructions. It requires the latest [http://xifanie.ffhacktics.com/CONFIG.INI CONFIG.INI] and to apply [http://xifa...")
 
Line 1: Line 1:
 
This hack created by Xifanie alters and adds the following instructions. It requires the latest [http://xifanie.ffhacktics.com/CONFIG.INI CONFIG.INI] and to apply [http://xifanie.ffhacktics.com/EventInstructionUpgrade.xml EventInstructionUpgrade.xml]
 
This hack created by Xifanie alters and adds the following instructions. It requires the latest [http://xifanie.ffhacktics.com/CONFIG.INI CONFIG.INI] and to apply [http://xifanie.ffhacktics.com/EventInstructionUpgrade.xml EventInstructionUpgrade.xml]
 +
 +
== Changelog ==
 +
*v1.12
 +
**Automatically recalculates the text offset for savestate eventing
 +
  
 
== New instructions ==
 
== New instructions ==
Line 42: Line 47:
 
*[[Event_Instruction_BD|{BD} {{IE_BD}}]]
 
*[[Event_Instruction_BD|{BD} {{IE_BD}}]]
 
*[[Event_Instruction_BE|{BE} {{IE_BE}}]]
 
*[[Event_Instruction_BE|{BE} {{IE_BE}}]]
 +
 +
 +
== Savestate eventing ==
 +
Savestate eventing was already possible, but now you don't need to worry about saving space for additional instructions so it doesn't break the text. The text offset will be automatically recalculated when needed, making Text(x????????) forever useless from now on.

Revision as of 19:03, 24 May 2014

This hack created by Xifanie alters and adds the following instructions. It requires the latest CONFIG.INI and to apply EventInstructionUpgrade.xml

Changelog

  • v1.12
    • Automatically recalculates the text offset for savestate eventing


New instructions


Altered Instructions

{92} InflictStatus

Adds status ID x04, which tries to apply every status to be inflicted. However, just remember that InflictStatus wipes the said information to apply them visually, so if you wish to see them applied in battle, you'll need to re-alter the corresponding bytes.

Check the instruction page for more information.


Variable Instructions

Adds multiple tables of data that can be altered with these instructions. You can find all of them on the Variables page.

Click here for the list of Variables


Savestate eventing

Savestate eventing was already possible, but now you don't need to worry about saving space for additional instructions so it doesn't break the text. The text offset will be automatically recalculated when needed, making Text(x????????) forever useless from now on.