Text Patches: Cheats, Machines, Map, Status Screen and Menu

Completed patches for Keen5.
Post Reply
Mink
Posts: 192
Joined: Sat Nov 03, 2007 4:08 pm
Location: Providence, RI, US

Text Patches: Cheats, Machines, Map, Status Screen and Menu

Post by Mink »

Here are some miscellaneous text patches that deal with cheats, machines, the map, the status screen and the menu that might be useful. I apologize if these have already been posted; I didn't find them when I did a search, and they're not at the patch index.

Here they are:

Code: Select all

#CHEATS

#Cheat code text
%patch $3091F "Debug keys active" $00

# Used by F10+Y cheat
%patch $30760 "WORKING" $00

# Used by F10+B cheat
%patch $307AE " Border color (0-15):" $00

%patch $307C4 "God mode OFF" $00 
              "God mode ON" $00

# Used by F10+I cheat
%patch $307DD "Free items!" $00

%patch $307E9 "Jump cheat ON" $00 
              "Jump cheat OFF" $00

%patch $30806 "No clipping ON" $00
              "No clipping OFF" $00

%patch $30834 "Slow motion ON" $00
              "Slow motion OFF" $00

# Used by F10+V cheat
%patch $30844 " Add how many extra VBLs(0-8):" $00

%patch $30864 " Warp to which level(1-18):" $00

# Used by B+A+T cheat
%patch $30881 "Cheat Option!" $0A $0A
              "You just got all" $0A
              "the keys, 99 shots," $0A
              "and an extra keen!" $00

# Text displayed in "boss cheat" screen
%patch $308CF "C:>" $00



#MACHINE TEXT

# What Keen says when he breaks a machine
%patch $31C20 "One of the four" $0A "machines protecting the" $0A "main elevator shaft--" $0A "toast!" $0A $00

# What Keen says when he breaks the secret fuse
%patch $31BFB "I wonder what that" $0A "fuse was for...." $0A $00



#MAP TEXT

# Used when Keen goes to the map
%patch $201F0 "Keen purposefully" $0A "wanders about the" $0A "Omegamatic" $00

# Used when Keen exits the secret level to the map
%patch $30563 "Keen steps out" $0A "onto Korath III" $00



#DEATH TEXT

# Displayed when Keen doesn't make it past a level
%patch $305E3 "You didn't make it past" $00
%patch $305FB "Try Again" $00
%patch $30605 "Exit to Armageddon" $00



#STATUS SCREEN

%patch $308D3 "LOCATION" $00
%patch $308DC "SCORE" $00 
              "EXTRA" $00
%patch $308E8 "KEYCARD" $00
%patch $308F0 "LEVEL" $00 
              "Easy" $00 
              "Normal" $00 
              "Hard" $00
%patch $30907 "KEYS" $00 
              "AMMO" $00 
              "KEENS" $00 
              "VITALIN" $00



#MENU TEXT

%patch $3412F "BEGIN EASY GAME" $00
              "BEGIN NORMAL GAME" $00
              "BEGIN HARD GAME" $00
%patch $341F2 "NEW GAME" $00 
              "LOAD GAME" $00 
              "SAVE GAME" $00
              "CONFIGURE" $00 
              "END GAME" $00 
              "PADDLE WAR" $00
              "QUIT" $00

%patch $34253 "ESC TO BACK OUT" $00
%patch $34263 "REALLY END CURRENT GAME?" $00
              "PRESS Y TO END IT" $00
%patch $3428E "REALLY QUIT?" $00
              "PRESS Y TO QUIT" $00
%patch $342AB "YOU'RE IN A GAME" $00
              "PRESS Y TO LOAD GAME" $00
%patch $342D1 "PRESS Y FOR NEW GAME" $00
%patch $3469A "RETURN TO GAME" $00 
              "RETURN TO DEMO" $00
%patch $346E1 "Quitting..." $00



# OPTIONS MENU TEXT

%patch $34324 "SCORE BOX (ON)" $00
              "SCORE BOX (OFF)" $00
%patch $34343 "TWO-BUTTON FIRING (ON)" $00
              "TWO-BUTTON FIRING (OFF)" $00
%patch $34372 "FIX JERKY MOTION (ON)" $00
              "FIX JERKY MOTION (OFF)" $00
%patch $3439F "SVGA COMPATIBILITY (ON)" $00
              "SVGA COMPATIBILITY (OFF)" $00
%patch $343D0 "USE GRAVIS GAMEPAD (ON)" $00
              "USE GRAVIS GAMEPAD (OFF)" $00
%patch $34401 "Score box now on" $00
              "Score box now off" $00
              "Press any key" $00
I'm pretty positive that they don't contain any errors, but if you find any, please let me know so I can fix them. I hope you enjoy the patches!

EDIT: Added status screen text patches and fixed a typo.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Indeed it appears that those have never been researched before (Same with Keen 6 text patches., we seem to be focused on Keen 4 at the moment ) I shall add them myself, great work!
Mink
Posts: 192
Joined: Sat Nov 03, 2007 4:08 pm
Location: Providence, RI, US

Post by Mink »

Thanks! I've got the Keen 6 text patches done, I just haven't had time to post them.
Post Reply