Skip to content

Warthunder-Open-Source-Foundation/wt_ext_cli

Repository files navigation

wt_ext_cli

Download, extract and transform in-game files

Installing

Easy way:

Hard way (from source):

Building the project from git

  1. Install a working Rust-toolchain through Rustup
  2. Clone the repository using git clone and enter the directory cd wt_ext_cli (requires git)
  3. Depending on the goal, do the following:
    Goal Command
    Build a portable executable cargo build --release binary can be found in target/release/wt_ext_cli(.exe)
    Install the tool locally (added to path as wt_ext_cli) cargo install --profile release --path .
    Run the tool directly cargo run --release -- {FLAGS} replace FLAGS with CLI args

Building the project from crates-io

Currently not supported, as the tool is work in progress. It will be published once stabilized to a certain degree.

Usage

For usage, view this guide

Licensed under the Apache 2.0 license

About

The fastest VROMF and BLK unpacker, maximum performance with no compromises

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages