home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
427.img
/
RICK2FRM.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-02-16
|
2KB
|
57 lines
@echo off
goto START
g2a
t
g155
t
e cs:9804 1
g
q
:START
rem
rem Temporary Cheat for Rick Dangerous ][, by The Knack
rem
rem This cheat simply enables a cheat that the programmers left in
rem the game. The cheat gives you unlimited everything, but you're still
rem vulnerable to everything.
rem
rem THIS DEBUG SCRIPT IS A TEMPORARY CHEAT!!!
rem
rem I have every intention on finishing my loader version, family
rem matters have me stalled for now. When the loader is done you will
rem be able to TOGGLE the following while playing...
rem
rem Infinite Lives - F1 ─┐
rem Infinite Bolts - F2 ├ Toggle All - F4
rem Infinite Bombs - F3 ─┘
rem
rem Enemy Fire Protection - F5 ─┐
rem Enemy Contact Protection - F6 │
rem Friendly Fire Protection - F7 ├ -=FiRM=- Power! - F
rem Spike/Electric Protection - F8 │
rem Miscellaneous Protection - F9 ─┘
rem
echo\
echo\
echo ╓────────────────────────────────────────╖
echo ║ Rick Dangerous ][ - The -=FiRM=- ║
echo ╙────────────────────────────────────────╜
echo ╙──────────────────────────────────╜
echo\
echo\
if (%1)==() goto PARAMS
if (%2)==() goto PARAMS
debug main.exe %1 %2 < %0.BAT >nul
goto END
:PARAMS
echo **ERROR** Bad Parameters Entered!
echo\
echo You must enter a GRAPHICS option AND a SOUND option.
echo\
echo /c - CGA Graphics /b - IBM Sound
echo /e - EVGA Graphics /a - ADLIB Sound
goto END
:END
echo\