Editing .e Files - Ich73/DQM2-FanTranslation GitHub Wiki

The tool for editing .e files is BinJ Editor.

Import

Batch

  • 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

Manual

  • Run BinJEditor.exe
  • Select File > Import...
    • Go to DQM2-Translation/Event_JA/Demo or DQM2-Translation/Event_JA/Field
    • Select the <name>.e file you want to edit
  • Select File > Apply Patch...
    • Go to DQM2-Translation/Event_<LANG>/Demo or DQM2-Translation/Event_<LANG>/Field
      • where <LANG> is the language you want to translate to (e.g. EN)
    • Select the corresponding <name>.patE file
  • Select File > Save As...
    • Go to DQM2-Translation/Event_<LANG>/Demo or DQM2-Translation/Event_<LANG>/Field
    • Name the file <name>.savE

Edit

  • Select File > Open...
    • Go to DQM2-Translation/Event_<LANG>/Demo or DQM2-Translation/Event_<LANG>/Field
    • Select the file <name>.savE
  • More on editing using BinJ Editor can be found in the BinJ Editor Manual
  • Select File > Save

Export

You don't have to export anything manually. This is all done by the Translation Toolkit as described in Developing Translations.

⚠️ **GitHub.com Fallback** ⚠️