table of contents
descumm(6) | Games Manual | descumm(6) |
NAME¶
descumm - SCUMM script disassembler
SYNOPSIS¶
descumm -0|-1|-2|-3|-n|-z|-4|-5|-6|-7|-8|-g<NNN> [-u] [-o] [-i] [-e] [-f] [-w] [-b] [-c] [-x] [-h] <script>
DESCRIPTION¶
descumm disassembles SCUMM scripts.
The first argument determines the version:
- -0
- selects version 0 (Commodore 64)
- -1|-2|-3
- selects version 1, 2, or 3 respectively, with no header
- -n
- selects version 3, with Indy 3-specific hacks
- -z
- selects version 3, with Zak-specific hacks
- -4|-5|-6|-7|-8
- selects version 4 through 8 respectively
- -g<NNN>
- selects Humongous Entertainment version NNN (always with three digits)
OPTIONS¶
AUTHORS¶
This manual page was adapted from the program usage information by Stephen Kitt <skitt@debian.org>, for the Debian GNU/Linux system (but may be used by others). It was last modified for scummvm-tools version 2.0.
January 8, 2018 | scummvm-tools |