Editing .binJ Files - Ich73/DQM2-FanTranslation GitHub Wiki
The tool for editing .binJ
files is BinJ Editor.
- Run
TranslationToolkit.exe
- Enter
CS
to create the save files - Enter the full path to your decoding table (e.g.
C:\Users\Cobi\table-xy.txt
) - Enter
y
to start the script - Wait until the process is finished
- Enter
- Run
BinJEditor.exe
- Select
File > Import...
- Go to
DQM2-Translation/Message_JA
- Select the
<name>.binJ
file you want to edit
- Go to
- Select
File > Apply Patch...
- Go to
DQM2-Translation/Message_<LANG>
- where
<LANG>
is the language you want to translate to (e.g.EN
)
- where
- Select the corresponding
<name>.patJ
file
- Go to
- Select
File > Save As...
- Go to
DQM2-Translation/Message_<LANG>
- Name the file
<name>.savJ
- Go to
- Select
File > Open...
- Go to
DQM2-Translation/Message_<LANG>
- Select the file
<name>.savJ
- Go to
- More on editing using BinJ Editor can be found in the BinJ Editor Manual
- Select
File > Save
You don't have to export anything manually. This is all done by the Translation Toolkit as described in Developing Translations.