********** FILES AND FILENAMES ********** #Filenames %patch $1BFFD "DEMO" $00 "." %patch $1C004 "DEMO" $00 "." %patch $1BA4C "LEVEL0" %patch $1BA53 "LEVEL" %patch $1BA84 "KEENSCRN.PIC" #Screenshot file %patch $1BA15 "CK3" #ending of filenames %patch $1C5A4 "SCORES" #scores loaded as %patch $1C597 "PREVIEWS" %patch $1C58A "STORYTXT" %patch $1C57D "ENDTEXT" %patch $1C570 "HELPTEXT" %patch $1C067 "EGASPRIT" %patch $1C05D "EGALATCH" %patch $1C054 "EGAHEAD" %patch $1C657 "SCORES" #scores saved as %patch $1CA28 "SAVED?." #load game %patch $1CA35 "SAVED?." #save game %patch $1C4FC "finale.ck3" %patch $1C040 "CTLPANEL" #load settings as %patch $1C04A "CTLPANEL" #save settings as #Where filenames are read from: %patch $0CA9 $64 $22 #Keenscrn %patch $20E3 $DD $27 #Record demo as %patch $2154 $E4 $27 #Load demo as %patch $A2BD $08 $32 #Save to %patch $A44D $15 $32 #Load from ********** FINALE ********** #Finale text %patch $1C36D "With Mortimer McMire out of the " %patch $1C395 "picture, and his brain-wave belts no" %patch $1C3BB "longer controlling them, the Vorticons" %patch $1C3E3 "are freed of their mental enslavement." %patch $1C40B "'Commander Keen, in honor of your " %patch $1C433 "meritorious service in freeing us from" %patch $1C45B "the Grand Intellect's mental chains,'" %patch $1C482 "'I and the other Vorticons you haven't" %patch $1C4AA "slaughtered want to award you the " %patch $1C4D2 "Big V, our highest honor.'" %patch $1C4EE "'Thank you!'" %patch $1C507 "The End..." %patch $1C512 " For now!" ********** FOOBS ********** # Make foob kill Keen if touched. %patch $3E1B $02 $00 #make foob run towards keen %patch $4B6C $06 $FF %patch $4B74 $FA $00 #adjust the foobs speed first row is when moving left, second moving right #Reversing these numbers makes the Foob run/walk towards Keen #walking %patch $4AC4 $CE $FF #= $FF $FF less walking speed %patch $4AD0 $32 $00 #running away %patch $4B6C $FA $00 %patch $4B74 $06 $FF #= $FF $FF less running speed