Skip to content

h4l/zwf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zwf — Zwift WAD file tool

A tool to list/extract files from Zwift WAD files — the asset archives (like a tar/zip file) that Zwift uses.

Limitations

Compressed .wad files are not supported. The .wad files which ship with Zwift under assets/**/*.wad are compressed. This tool can work with the decompressed versions, but does not implement decompression itself.

You might find decompressed versions in a memory dump of a Zwift process, but that may be against the Zwift TOS.

Usage

Install via pip:

$ pip install zwf

The command is zwf, with two subcommands:

$ zwf --help
Tools for Zwift WAD files.

usage:
    zwf list [options] <file>
    zwf extract [options] <file> <dir> [<glob>]

options:
    -l           List more information
    -H           Show file sizes in human-readable form
    --verbose    Print more info
    --traceback  Print stack trace on errors

Related projects

About

Tools for Zwift WAD files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages