Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.29 KB

Readme.md

File metadata and controls

51 lines (34 loc) · 2.29 KB

wt_ext_cli

Extract and transform BLK and VROMF archives

Used By

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!

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

For lesser experienced users

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

Building the project from crates-io

Currently a non-goal, as publishing git-dependecy binaries is not possible.

Usage

For usage, view this guide

Licensed under the Apache 2.0 license