Lightweight C99 TUI WAD2 Parser
- C 97.3%
- Makefile 2.7%
|
|
||
|---|---|---|
| src | planning a new feature | |
| .gitignore | fixed --extract; created --pattern | |
| LICENSE | Adding GPLv2 or later (Quake's License) Compatabile License | |
| Makefile | Cleanup | |
| README | finished .bsp -> .wad converter prototype (untested) | |
wader 0.1.0 Copyright (C) 2022 snake-biscuits License LGPLv3+: GNU Lesser GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Usage: wader OPTION... WADFILE... -h, --help display help and exit -V, --version display version and exit -v, --verbose give extra details WAD readER -l, --list list lump names and exit -e, --extract extract lumps to OUTPUT folder dumps raw lump contents without headers -o, --output FOLDER where to place extracted files -p, --pattern PATTERN only touch lumps which match PATTERN PATTERN must include special characters! -i, --index INDEX extract just the lump at INDEX