Search this site

CHEAT CODE

wupload

Sunday, September 27, 2009

Cadaver

Cheat Codes:

------------

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

Bookmark and Share