This tool automates the process of renaming names or descriptions in Minecraft: Legacy Console Edition. It combines both MCLCE-StringTable-Compiler and mc-arc-util-master into one project.
- Node.js (for MCLCE-StringTable-Compiler)
- Python (at least Python 3.0, check your version using
python --version)
When you use a new ID (IDS_EXAMPLE or IDS_DESC_EXAMPLE) in your project:
- Open
Windows64Media/loc/stringsGeneric.xml - Define what text (value) you want to display for the ID (you can use the other IDS as a reference).
- Save the file
- Open this project and run
main.py.
You don't need to edit strings.h itself, as the program generates it and your new IDs with it anyway.
Check the output window for information, if it isn't clear what happened or you've found a bug, consider opening an issue.
Luki - MCLCE-StringTable-Compiler
Miku-666 - mc-arc-util-master
Stefan