More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=BinJ Editor | |title=BinJ Editor | ||
|image=BinJEditor.jpg | |image=BinJEditor.jpg | ||
|description=A | |description=A tool For translating Dragon Quest Monsters games. | ||
|author=Ich_73 | |author=Ich_73 | ||
|lastupdated=2021/08/25 | |lastupdated=2021/08/25 | ||
Line 8: | Line 8: | ||
|version=2.2.1 | |version=2.2.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/binjeditor.7z | ||
|website=https://gbatemp.net/threads/release-binj-editor-a-tool-for-translating-dragon-quest-monsters-games.573053 | |website=https://gbatemp.net/threads/release-binj-editor-a-tool-for-translating-dragon-quest-monsters-games.573053 | ||
|source=https://github.com/Ich73/BinJEditor | |source=https://github.com/Ich73/BinJEditor | ||
}} | }} | ||
BinJ Editor is an editor for .binJ and .e files with custom decoding tables. It allows you import, edit, save, share and export translations for games using the .binJ and .e file format to store messages. Those games include: | |||
* [[Dragon_Quest_Monsters_-_Terrys_Wonderland_3D_3DS|Dragon Quest Monsters: Terry's Wonderland 3D]]. | |||
* [[Dragon_Quest_Monsters_2_-_Cobi_and_Taras_Marvelous_Mysterious_Key_3DS|Dragon Quest Monsters 2: Iru and Luca's Marvelous Mysterious Key]]. | |||
The program was written while researching binJ and e file formats, if you want to learn more about them, check out [https://github.com/Ich73/BinJEditor/wiki/BinJ-Format BinJ Format] and [https://github.com/Ich73/BinJEditor/wiki/E-Format E Format]. | |||
== | ==Features== | ||
* Import and Export .binJ and .e files. | |||
* Save and Open .savJ and .savE project files. | |||
* Apply and Create .patJ and .patE patch files. | |||
* Use different separator tokens and decoding tables. | |||
* Send the current file via FTP. | |||
* Search for texts in multiple files at once. | |||
* English, German, Spanish. | |||
== | ==Installation== | ||
Download contains builds for Windows as standalone executable and installer. | |||
* BinJEditor-Standalone.zip - Extract the archive to a directory of your choice and run BinJEditor.exe. | |||
* BinJEditor-Installer.zip - Extract the archive and run BinJEditor-Installer.exe in order to install BinJ Editor on your PC. You can then start it from the start menu. File associations will be registered for .savJ, .savE, .binJ and .e files. | |||
If you cannot start BinJ Editor on Windows 7, have a look at [https://github.com/pyinstaller/pyinstaller/issues/4706#issuecomment-633586051 this answer]. Additionally you may want to install [https://www.python.org/downloads/release/python-383/ Python 3.8]. | |||
'''Note:''' It is recommended to update the decoding table of every .savJ and .savE file even if you did not use any of those symbols. To update the decoding table of all save files you can use the CS -f script of [[Translation Toolkit 3DS|Translation Toolkit]] or open the file, choose Edit > Decoding Table and select the table you want (not Table from Save). | |||
==User guide== | |||
Import a file: | |||
* Choose File > Import... and select the file. This process may take a few seconds. | |||
* Now you can start editing the file by entering text into the last column. | |||
* To save, choose File > Save As... or export an edited .binJ file by choosing File > Export.... | |||
* A full explanation can be found on [https://github.com/Ich73/BinJEditor/wiki/BinJ-Editor-Manual BinJ Editor Manual]. | |||
FTP Client: | |||
* Handy for directly sending the edited files to your 3DS for Luma to patch. | |||
* More on that can be found on [https://github.com/Ich73/BinJEditor/wiki/BinJ-Editor-Manual#ftp-client BinJ Editor Manual]. | |||
Search Dialog: | |||
* Another useful tool which let's you search multiple binJ, e and other files at once. | |||
* More on this tool can be found on [https://github.com/Ich73/BinJEditor/wiki/BinJ-Editor-Manual#search-dialog BinJ Editor Manual]. | |||
In the below section, you will find some examples screenshots from Dragon Quest Monsters 2: Iru and Luca's Marvelous Mysterious Key. Note that the first screenshot of each row is the original, the second one the translated (using BinJ Editor) and the third one the translated including a custom font and custom images (cannot be done using BinJ Editor). | |||
==Screenshots== | |||
'''BinJ Editor''' <br> | |||
https://dlhb.gamebrew.org/3dshomebrews/binjeditor3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/binjeditor4.png | |||
'''Examples''' <br> | |||
https://dlhb.gamebrew.org/3dshomebrews/binjeditor6.png | |||
... | https://dlhb.gamebrew.org/3dshomebrews/binjeditor7.png | ||
https://dlhb.gamebrew.org/3dshomebrews/binjeditor8.png | |||
==Changelog== | |||
'''v2.2.1''' | |||
* Small bug fixesm | |||
* Update decoding tablesm | |||
https:// | ==External links== | ||
* GitHub - https://github.com/Ich73/BinJEditor | |||
* GBAtemp - https://gbatemp.net/threads/release-binj-editor-a-tool-for-translating-dragon-quest-monsters-games.573053 | |||
[[Category:3DS homebrew rom hacks]] | |||
[[Category:Homebrew hack utility for 3DS games]] | |||
Revision as of 05:26, 3 April 2022
BinJ Editor | |
---|---|
File:BinJEditor.jpg | |
General | |
Author | Ich_73 |
Type | Hack Utilities |
Version | 2.2.1 |
License | Mixed |
Last Updated | 2021/08/25 |
Links | |
Download | |
Website | |
Source | |
BinJ Editor is an editor for .binJ and .e files with custom decoding tables. It allows you import, edit, save, share and export translations for games using the .binJ and .e file format to store messages. Those games include:
- Dragon Quest Monsters: Terry's Wonderland 3D.
- Dragon Quest Monsters 2: Iru and Luca's Marvelous Mysterious Key.
The program was written while researching binJ and e file formats, if you want to learn more about them, check out BinJ Format and E Format.
Features
- Import and Export .binJ and .e files.
- Save and Open .savJ and .savE project files.
- Apply and Create .patJ and .patE patch files.
- Use different separator tokens and decoding tables.
- Send the current file via FTP.
- Search for texts in multiple files at once.
- English, German, Spanish.
Installation
Download contains builds for Windows as standalone executable and installer.
- BinJEditor-Standalone.zip - Extract the archive to a directory of your choice and run BinJEditor.exe.
- BinJEditor-Installer.zip - Extract the archive and run BinJEditor-Installer.exe in order to install BinJ Editor on your PC. You can then start it from the start menu. File associations will be registered for .savJ, .savE, .binJ and .e files.
If you cannot start BinJ Editor on Windows 7, have a look at this answer. Additionally you may want to install Python 3.8.
Note: It is recommended to update the decoding table of every .savJ and .savE file even if you did not use any of those symbols. To update the decoding table of all save files you can use the CS -f script of Translation Toolkit or open the file, choose Edit > Decoding Table and select the table you want (not Table from Save).
User guide
Import a file:
- Choose File > Import... and select the file. This process may take a few seconds.
- Now you can start editing the file by entering text into the last column.
- To save, choose File > Save As... or export an edited .binJ file by choosing File > Export....
- A full explanation can be found on BinJ Editor Manual.
FTP Client:
- Handy for directly sending the edited files to your 3DS for Luma to patch.
- More on that can be found on BinJ Editor Manual.
Search Dialog:
- Another useful tool which let's you search multiple binJ, e and other files at once.
- More on this tool can be found on BinJ Editor Manual.
In the below section, you will find some examples screenshots from Dragon Quest Monsters 2: Iru and Luca's Marvelous Mysterious Key. Note that the first screenshot of each row is the original, the second one the translated (using BinJ Editor) and the third one the translated including a custom font and custom images (cannot be done using BinJ Editor).
Screenshots
BinJ Editor
Examples
Changelog
v2.2.1
- Small bug fixesm
- Update decoding tablesm