As the title states. This tool is used to change translations within war thunder!
Want to rename a tank? Change the kill message to BONK
? Maybe replace the word Exit
with Ragequit!
? Well then this is the tool for you!
Note
Please keep in mind this tool is still in development and might have a couple bugs! If you see something that seems broken or unclear, please open an issue!
That's simple!
- Grab the latest release
- Open the executable you downloaded
- That's it!
And if you don't want to run a random executable from the internet you can (after cloning this repo):
- Run
make setup
to create a python venv and install all requirements - Run
make dev
to start a browser version of this app with hot-reloading enabled - Alternatively run
make build
to create an executable yourself!