Misc text patches

Completed patches for Keen2.
Post Reply
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Misc text patches

Post by levellord »

All those small text patches for those too lazy to look them up. For Keen 2 and 3 there are some files referred to that it appears it may be possible to patch out [ENDTEXT, HELPTEXT, etc] however I'm not good enough to do that.

Code: Select all

#Files 
%patch 0x019874 "LEVEL0" #map 
%patch 0x01987B "LEVEL" #levels 
%patch 0x0198AC "KEENSCRN.PIC" #No idea what this does 
%patch 0x019A07 "CK2" #ending of filenames 
%patch 0x01A4CA "SCORES" #scores loaded as 
%patch 0x019ECB "EGASPRIT" 
%patch 0x019EC1 "EGALATCH" 
%patch 0x019EB8 "EGAHEAD" 
%patch 0x01A2EC "finale.ck2" 
%patch 0x01A515 "SCORES" #scores saved as 
%patch 0x01A90C "SAVED" #load game 
%patch 0x01A919 "SAVED" #save game 
%patch 0x019EA4 "CTLPANEL" #load settings as 
%patch 0x019EAE "CTLPANEL" #save settings as 
%patch 0x01A4BD "PREVIEWS" #Invalid 
%patch 0x01A4B0 "STORYTXT" #Invalid 
%patch 0x01A4A3 "ENDTEXT" #Invalid 
%patch 0x01A496 "HELPTEXT" #Invalid 

#Misc text 
%patch 0x01A63C "SCORE:" #Hiscore message 
%patch 0x01A670 "CONGRATULATIONS!" 
%patch 0x01A643 "You saved" 
%patch 0x01A65A "cities!" 
%patch 0x01A663 "city!" 
%patch 0x01A687 "You got" 
%patch 0x019522 "first" 
%patch 0x019529 "second" 
%patch 0x019530 "third" 
%patch 0x019537 "fourth" 
%patch 0x01953E "fifth" 
%patch 0x019545 "sixth" 
%patch 0x01954C "last" 
%patch 0x01A691 "place!" 
%patch 0x01A69A "Enter your name:" 
%patch 0x01A6AE "Keens Left" 
%patch 0x01A734 "Use the " 
%patch 0x01A73D "Arrows" 
%patch 0x01A92E "You can SAVE the game" 
%patch 0x01A945 "ONLY on the World Map!" 
%patch 0x01A95D " press a key:" 
%patch 0x01A96E "Which game position" 
%patch 0x01A983 "do you want to save?" 
%patch 0x01A999 " 1-9 or ESC:" 
%patch 0x01A9A9 "That game position" 
%patch 0x01A9BD "already exists!" 
%patch 0x01A9CE "Overwrite it?:" 
%patch 0x01A9DD "You can continue this game" 
%patch 0x01A9F9 "from the Main Menu next time" 
%patch 0x01AA17 "you play." 
%patch 0x01AA21 "Press a key:" 
%patch 0x01AA30 "Continue Which Game?" 
%patch 0x01AA46 " 1-9 or ESC:" 
%patch 0x01AA59 " That game hasn't" 
%patch 0x01AA6E " been saved yet!:" 
%patch 0x01AAB3 " ESC to Exit /   to Read " 
%patch 0x0198B9 "Sound (Y/N)?" 
%patch 0x019890 "Quit to (D)os or" 
%patch 0x0198A2 "(T)itle;" 
%patch 0x019883 "Quit (Y/N)?" 
%patch 0x019920 "SCORE" 
%patch 0x01992A "EXTRA KEEB AT" 
%patch 0x019941 "SCORE" 
%patch 0x019952 "PISTOL" 
%patch 0x019967 "TARGETS SAVED" 
%patch 0x01997A "KEYS" 
%patch 0x019993 "PLEASE PRESS A KEY" 
%patch 0x019A0B "Loading Commander Keen part 2... (version 1.31 1/23/90)" 
%patch 0x01A194 "Press ENTER:" #End of vorticon messages 
%patch 0x01A434 "TO BE CONTINUED...." 
%patch 0x019D68 "Keyboard Commands" 
%patch 0x019D7B "-----------------" 
%patch 0x019D8E "0 north :" 
%patch 0x019D9C "1 northeast:" 
%patch 0x019DAA "2 east :" 
%patch 0x019DB8 "3 southeast:" 
%patch 0x019DC6 "4 south :" 
%patch 0x019DD4 "5 southwest:" 
%patch 0x019DE2 "6 west :" 
%patch 0x019DF0 "7 northwest:" 
%patch 0x019DFE "8 button1 :" 
%patch 0x019E0C "9 button2 :" 
%patch 0x019E1A "Modify which action:" 
%patch 0x019E31 "Press the new key:" 
%patch 0x01A4D7 "Yorpy" 
%patch 0x01A4E6 "Gargile 
%patch 0x01A4F5 "Zzapp!"
Post Reply