wt_custom_lang

Crates.iowt_custom_lang
lib.rswt_custom_lang
version1.1.0
sourcesrc
created_at2022-01-15 01:45:02.006226
updated_at2022-01-24 13:09:15.94387
descriptionA tool to create custom language files for the game War Thunder
homepage
repository
max_upload_size
id514151
size1,947,628
(FlareFlo)

documentation

README

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

  1. Install Rustup
  2. run cargo install wt_custom_lang

Building the project from git

  1. Install Rustup
  2. Clone the repository (master will always compile, nightly might not)
  3. Run cargo build --release to build, or cargo run --release to run directly

Building the project using docker

  1. Make sure to have a running Docker installation
  2. Modify the dockerfile and start script to suit the build target
  3. Run the image
Commit count: 0

cargo fmt