abuse-tool - Man Page
Minimal data editor for the Abuse game files.
Synopsis
abuse-tool file.spe command [options]
Description
abuse-tool allows to dump and edit the contents of Abuse SPEC (.spe) files.
Commands
- list
list the contents of a SPEC file.
- get <id>
dump the raw contents of entry <id> to the standard output.
- getpcx <id>
dump entry <id> reformated as a PCX image to the standard output.
- put <id> <type> <name>
insert the raw contents of file <name> at position <id> in the SPEC file, with file type <type>.
- putpcx <id> <type> <name>
insert the contents of PCX image <name> at position <id> in the SPEC file, with file type <type>.
- rename <id> <name>
set name of entry <id> to <name>.
- move <id1> <id2>
move entry <id1> to position <id2>.
- del <id>
delete entry <id> from the SPEC file.
See Also
Authors
Sam Hocevar <sam@hocevar.net>
Referenced By
Abuse 0.9.1