Extract and transform BLK and VROMF archives
Project | Name | URL |
---|---|---|
Statshark | View Website | |
gszabi99 | View Repo | |
GUI Toolkit | View Repo | |
Thunder View | View Website |
This list is not exhaustive, suggest any addition through a mail or issue!
- Install a working Rust-toolchain through Rustup
- Clone the repository using
git clone
and enter the directorycd wt_ext_cli
(requires git) - Depending on the goal, do the following:
Goal Command Build a portable executable cargo build --release
binary can be found intarget/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
The GUI toolkit provides a simple graphical interface for anyone not as confident with the commandline.
Its repository and subsequent installation instructions are here: https://github.com/axiangcoding/WT-Toolkit
Currently a non-goal, as publishing git-dependecy binaries is not possible.
For usage, view this guide
Licensed under the Apache 2.0 license