home *** CD-ROM | disk | FTP | other *** search
- //
- // Hi, this is the Eradicator configuration file. The key assignments
- // and options settings in this file are read in at program startup
- // time. If you make any changes to key assignments or options from
- // within the program, those changes will be updated here automatically
- // when you exit the program. You can use a text editor to make changes
- // directly to this file. If you mess it up somehow, or you are getting
- // strange results in the game, choose SET DEFAULTS from the options
- // menu in the game, or just delete this file. This will set all options
- // and key assignments to the default settings.
- // Lines starting with "//" are ignored.
- //
-
-
- //
- //---------- Keyboard configuration --------------------------------------
- //
- // Possible actions to be assigned:
- // FORWARD, BACKWARD, TURN_LEFT, TURN_RIGHT,
- // STRAFE_LEFT, STRAFE_RIGHT, FIRE, JUMP, DOWN, CHANGE_VIEW,
- // STRAFE_ON, SPEED_ON, SPEED_LOCK, OPEN,
- // SWAP_PIP, CYCLE_PIP, HIDE_PIP,
- // INV_LEFT, INV_RIGHT, INV_USE (inventory keys),
- // LOOK_UP, LOOK_DOWN, AIM_UP, AIM_DOWN,
- // WEAPON_1, WEAPON_2, WEAPON_3, WEAPON_4, WEAPON_5,
- // WEAPON_6, WEAPON_7, WEAPON_8, WEAPON_9, WEAPON_10
- //
- // Possible keys for assignment:
- // NO_KEY for no assignment,
- // Any letter, number, or punctuation mark,
- // UP, DOWN, LEFT, RIGHT,
- // LEFT_SHIFT, RIGHT_SHIFT, LEFT_CTRL, RIGHT_CTRL,
- // LEFT_ALT, RIGHT_ALT,
- // INSERT, DELETE,
- // HOME, END,
- // PAGE_UP, PAGE_DOWN,
- // KPAD_DIVIDE, KPAD_MULTIPLY, KPAD_MINUS, KPAD_PLUS,
- // KPAD_ENTER, KPAD_DELETE,
- // KPAD_0, KPAD_1, KPAD_2, KPAD_3, KPAD_4, KPAD_5,
- // KPAD_6, KPAD_7, KPAD_8, KPAD_9, CAPS_LOCK,
- // BACKSPACE, ENTER, SPACE
- //
- //
- // ACTION PRIMARY KEY SECONDARY KEY
- //----------------------------------------------------------
- FORWARD = UP KPAD_8
- BACKWARD = DOWN KPAD_2
- TURN_LEFT = LEFT KPAD_4
- TURN_RIGHT = RIGHT KPAD_6
- STRAFE_LEFT = X NO_KEY
- STRAFE_RIGHT = C NO_KEY
- FIRE = LEFT_CTRL RIGHT_CTRL
- JUMP = A NO_KEY
- DOWN = Z NO_KEY
- CHANGE_VIEW = RIGHT_SHIFT NO_KEY
- OPEN = SPACE NO_KEY
- LOOK_UP = KPAD_9 PAGE_UP
- LOOK_DOWN = KPAD_3 PAGE_DOWN
- AIM_UP = KPAD_7 HOME
- AIM_DOWN = KPAD_1 END
- WEAPON_1 = 1 NO_KEY
- WEAPON_2 = 2 NO_KEY
- WEAPON_3 = 3 NO_KEY
- WEAPON_4 = 4 NO_KEY
- WEAPON_5 = 5 NO_KEY
- WEAPON_6 = 6 NO_KEY
- WEAPON_7 = 7 NO_KEY
- WEAPON_8 = 8 NO_KEY
- WEAPON_9 = 9 NO_KEY
- WEAPON_10 = 0 NO_KEY
- STRAFE_ON = LEFT_ALT RIGHT_ALT
- SPEED_ON = LEFT_SHIFT NO_KEY
- SPEED_LOCK = CAPS_LOCK NO_KEY
- SWAP_PIP = ' NO_KEY
- CYCLE_PIP = / NO_KEY
- HIDE_PIP = . NO_KEY
- INV_LEFT = [ NO_KEY
- INV_RIGHT = ] NO_KEY
- INV_USE = ENTER NO_KEY
-
-
- //
- //---------- MOUSE configuration --------------------------------------
- //
- // Mouse buttons are called LEFT_BUTTON, RIGHT_BUTTON, CENTER_BUTTON.
- // They can be assigned any of the actions listed above.
- //
- LEFT_BUTTON = FIRE
- RIGHT_BUTTON = FORWARD
- CENTER_BUTTON = JUMP
-
-
- //
- //---------- OPTIONS Settings -----------------------------------------
- //
- // Various game options and internal program variables. Make sure
- // you know what's what when you mess with these. Anything interesting
- // is changeable in the options menu anyway.
- //
-
- // Skill level. Range is 0-3, 3 is most difficult
- DIFFICULTY = 1
-
- // YES means your mouse causes looking up/down instead of movement
- MOUSE_AIM = NO
-
- // Mouse sensitivity in two axes: range is 0-19, 19 is most sensitive.
- MOUSE_SENS_X = 10
- MOUSE_SENS_Y = 10
- CROSSHAIRS = YES
- SOUND_ON = YES
- MUSIC_ON = YES
- CHARACTER = 0
- PIP_ICON = NO
-
- // Valid range: 0 to 7
- BRIGHTNESS = 0
-
- // Valid range: 0 to 17
- SCREEN_SIZE = 2
- AUTO_POV = NO
- LOOSE_CAMERA = YES
- PLAYER_NAME = Unnamed_Player
-
- // Valid range: 0 to 7
- PLAYER_COLOR = 0
-