Cadaver Game Cheats

Starting at different levels
Cadaver uses a special data system for defining each level. 
Thus, you can start play on a different level simply by 
copying the files in the data subdirectory of the level 
you wish to level 1. 
The batch file below should be typed in and saved in the 
directory Cadaver is located in under the name
LEVEL.BAT:

@ECHO OFF
IF EXIST DATA\0\ROUTINE1.TAD GOTO NOCOPY
REM NO BACKUP OF 1ST LEVEL EXISTS, SO MAKE COPY
MD DATA\0
COPY DATA\1\*.* DATA\0 > NUL
:NOCOPY
IF NOT "%1" == "1" GOTO NOTONE
COPY DATA\0\*.* 1 > NUL
GOTO END
:NOTONE
COPY DATA\%1\???%1.* DATA\1\???1.* > NUL
COPY DATA\%1\ROUTINE%1.TAD DATA\1\ROUTINE1.TAD > NUL
:END



Search by Game Name

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | #0-9