Configuration
Description
There are some configuration options available which are mainly used to pass custom map definition files to the required tools: ff12-script.exe
and ff12-text.exe
.
These custom map definition files are located in the bin/ext/...
directory.
So if you would like to customize the naming of a function, variable, text tag or add a new one, you can just add it to these lists.
Notes
These definition files are used for both decompilation and compilation. So make sure to decompile all files first, then change the definition files, and finally compile all files back.
You can use # and
//
for comments.White spaces do not matter.
These custom map definition files always have precedence over the default one.
Last updated