A fast, parallel patcher and downloader for Wizard101 game files.
With flakes enabled, run it without installing:
nix run github:Deimos-Wizard101/wizpatch -- patchInstall it into your profile:
nix profile install github:Deimos-Wizard101/wizpatchOr add it to a flake / NixOS / home-manager config via the packages.<system>.default
output. A dev shell with the full Rust toolchain is available with nix develop.
brew install --HEAD Deimos-Wizard101/wizpatch/wizpatch(Once a tagged release exists, brew install Deimos-Wizard101/wizpatch/wizpatch
will build from that release instead of main.)
Requires a Rust toolchain. The CLI lives behind the cli feature:
cargo install --git https://github.com/Deimos-Wizard101/wizpatch --features clior, from a local checkout:
cargo install --path . --features cliwizpatch <command> [globs...] [options]
Commands:
patch— CRC-check local files and download the missing/changed ones.download— force-download files, ignoring local CRC (repair/refetch).search— print file-list entries matching the globs; download nothing.
Run wizpatch --help for the full option list.
GPL-3.0-or-later.