1
0
Fork
You've already forked wader
0
Lightweight C99 TUI WAD2 Parser
  • C 97.3%
  • Makefile 2.7%
Find a file
2022年06月11日 17:50:23 +10:00
src planning a new feature 2022年06月11日 17:50:23 +10:00
.gitignore fixed --extract; created --pattern 2022年05月23日 14:34:33 +10:00
LICENSE Adding GPLv2 or later (Quake's License) Compatabile License 2022年05月21日 12:14:52 +10:00
Makefile Cleanup 2022年05月26日 16:57:07 +10:00
README finished .bsp -> .wad converter prototype (untested) 2022年05月24日 17:51:18 +10:00

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