3 releases (stable)
1.1.0 | Jan 24, 2022 |
---|---|
1.0.0 | Jan 23, 2022 |
0.2.1 | Jan 15, 2022 |
#608 in Games
1.5MB
1K
SLoC
About
Who is this for?
- Anyone looking to rename vehicles/UI elements without the annoying manual process
- Anyone already using custom languages but doesn't want the file to break every patch
Why should you use it?
- Easy interface for managing entries
- Automatically fix file where a new patch would break the old one
- Create backups/presets to switch between different setups
- It is 100% free and open-source
Other
Building the project from source using crates.io
- Install Rustup
- run
cargo install wt_custom_lang
Building the project from git
- Install Rustup
- Clone the repository (master will always compile, nightly might not)
- Run
cargo build --release
to build, orcargo run --release
to run directly
Building the project using docker
- Make sure to have a running Docker installation
- Modify the dockerfile and start script to suit the build target
- Run the image
Dependencies
~10–43MB
~628K SLoC