Releases: Rurusachi/ffta2-editor
Releases · Rurusachi/ffta2-editor
FFTA2 Editor v1.3.9
FFTA2 Editor v1.3.8
Features:
- Added tabs for Loot and Consumables.
- Added patch that makes all Consumables buyable if Story Progress requirement is fulfilled (some consumables are hardcoded to be unbuyable in vanilla).
Bug fixes:
- Abilities are now correctly reset when changing a Formation Unit's Job or Secondary Ability Set.
- Fixed a serious bug that would sometimes wipe Ability Sets.
- Fixed IdxPak files not being repacked correctly. This could sometimes cause loss of data (notably when adding an odd number of new Unit Sprites or Faces).
- Fixed NaUnitAnimTable potentially being truncated by a few bytes.
- Fixed dim effect not being disabled if user cancels saving.
FFTA2 Editor v1.3.7
Features:
- Now shows a warning when loading text containing unknown characters.
Bug fixes:
- Ability Sets were read as 2-byte instead of 1-byte values for Jobs and Formation Units. This was a minor bug since the 2nd byte is unused (in vanilla at least)
FFTA2 Editor v1.3.6
Features:
- Now fixes invalid Ability Set references on load and shows a warning.
- Now uses temporary folders when loading roms.
FFTA2 Editor v1.3.5
Bug fixes:
- Fixed the editor failing to launch if
ffta2-editor.propertiesdidn't exist
FFTA2 Editor v1.3.4
Features:
- Now remembers last import/export path.
- Saves remembered paths to config file more often. Previously only saved when closing the editor successfully.
- Renamed Job Property "Bit 7" to "Cannot use normal Attack".
- Changed Movable Places to a dropdown.
Bug fixes:
- Fixed some incorrect file handling.
FFTA2 Editor v1.3.3
Bug fixes:
- Now uses significantly less memory when saving (by calculating the final size instead of allocating ~750 mb). This might fix the editor never finishing saving on some systems.
FFTA2 Editor v1.3.2
As of this update text encoding/decoding and line height calculations should finally be correct
A new menu at the top named Fixes contains a fix that resets all text affected by the encoding bug to vanilla.
Features:
- Added field for Ability help text
Bug fixes
- Fixed Ability help text being saved incorrectly (index was cast to Byte instead of Short). Bugged values will reset to vanilla when loaded.
- Fixed the Auction Prize tables overwriting the Grand Auction Prize tables when saving. Bugged tables will reset to vanilla when loaded.
- Fixed 2 sets of characters being decoded to the same character, replacing all instances of one with the other:
- An apostrophe-like character (now decoded as
`) was being replaced by a normal apostrophe. *was being replaced by a long dash (now decoded asー).
- An apostrophe-like character (now decoded as
FFTA2 Editor v1.3.1
Features:
- Added a Disable Sequencer and Peytral Stat Growth patch.
- Updated the Signed Equipment Stats patch to prevent negative stats.
FFTA2 Editor v1.3.0
Features:
- Added autocomplete to most ComboBoxes (dropdown fields).
- Formations are now named after the quest they are used in. Formation 0 is a special case as it is used for recruitable units and starting units.
- Added a new Save button that saves to the most recent opened/saved rom.
- Added copy/paste for abilities. This copies all data except name and description from one ability to another including animations.
- Added a Signed Equipment Stats patch. This changes the range for Equipment stats from [0, 255] to [-128, 127]. If enabled you should set Sequencer/Peytral's Attack/Defense to no higher than 27, otherwise they may overflow when fully stacked.
- Added a Starting MP patch that sets unit's starting mp to max..
- Added a Max Level patch that sets the max level for all units.
- Added an MP Gain Per Turn patch that changes mp gained per turn to a flat value + %max mp.
Bug fixes:
- The "Required Job" fields in Job Requirement now refer to Ability Sets instead of Job Groups. This bug is unlikely to have affected anyone as they are equivalent for all existing jobs except for Sky Pirate, Dancer, Heritor, Agent, and Nightshade. If any of those jobs or any newly created jobs were set as required for other jobs then they will need to be set again.