Battlepack Editor

View, modify and export the currently loaded battle_pack.bin file in memory.

Sections

The battlepack consists of 71 different sections which all hold general information about the game. It might look like some sections are missing in this editor, but those are either empty or contain only text like section 2 and 61 which this editor can not support.

Usage

  1. Decide what you want to edit (e.g. Weapon Formula).

  2. Guess which group it might be located in (e.g. Equipment & Attributes).

  3. Click on the according checkbox to expand the group.

  4. Edit everything to your liking.

You can navigate through the list of entries by modifying the Identifier.

Save Changes

  1. Create the following directory structure: ps2data\image\ff12\test_battle\us\binaryfile\battle_pack.bin.dir

  2. Click on the checkbox of Export Section To File to expand the group.

  3. Click on the value field of Section Identifier to open its drop-down list.

  4. Select a section in the drop-down list (e.g. 13 : Equipment & Attributes).

  5. Click on the checkbox of Execute Script to run the script.

  6. Navigate into the directory from step 1: battle_pack.bin.dir\...

  7. Confirm your choice by selecting save.

Repeat steps 3-7 if you wish to export another section. Once you are done, create an archive (.7z, .zip, .rar etc.) out of the root directory (ps2data) and install it (e.g. Vortex).

Language Directory Name

The name of the language directory created in step 1 needs to be adjusted according to one of the following, depending on the language you are playing with:

Notes

Since this editor works with the currently loaded battle_pack.bin file in memory, all changes applied to the it via mods will already be present. Hence why you can simply export your changes, install it as a mod, and continue working where you left of the last time. However, this means that you have to be very mindful with which mods you have active while working on yours as otherwise you will unknowingly work on top of the changes of other mods.

Loading the exported files of this editor require the FF12 External File Loader to be installed.

For a detailed list of all the information available in this editor, you can view the spreadsheet in Resources.

The text fields are only links meaning that they do not contain the text itself, but point to an entry in another (text) section that contains it. So if you want to add new text, or modify the text itself, you have to do so with the ff12-text tool available from here.

Only because some data can be modified with this editor, doesn't mean it is the only and proper way to do it. For example, modifying the text link of an entry in a section can technically change the text. However, doing that is kind of unnecessary as that is not really the intended purpose of it. A text link is meant to point to an entirely new text entry. If you want to change a text entry, you should edit the text itself with the ff12-text tool from here.

Last updated