Patch:CTLPANEL

From KeenWiki
Jump to navigation Jump to search

The CTLPANEL.CKx (ConTroL PANEL) file is a file containing the configuration options in Keen Vorticons. It is loaded when the game is, and saved when the game is exited. If the two filenames differ then odd things occur, notably the game setting will not save, so the game will effectively be 'reset' each time it is played.

Keen Vorticons CTLPANEL file

#Keen 1 :
%patch $6662  [$27C4W] #Text called from (Load settings)
%patch $15814 "CTLPANEL." $00
%patch $67AE  [$27CEW] #Text called from (Save settings)
%patch $1581E "CTLPANEL." $00

#Keen 2 :
%patch $2C35  [$2724W] #Text called from (Load settings)
%patch $19EA4 "CTLPANEL." $00
%patch $2D81  [$272EW] #Text called from (Save settings)
%patch $19EAE "CTLPANEL." $00

#Keen 3 :
%patch $2BD5  [$2820W] #Text called from (Load settings)
%patch $1C040 "CTLPANEL." $00
%patch $2D1E  [$282AW] #Text called from (Save settings)
%patch $1C04A "CTLPANEL." $00