home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1997 #8 / K-CD_1997-08.iso / ERAD / ERAD.CFG < prev    next >
Text File  |  1996-08-12  |  5KB  |  127 lines

  1. //
  2. // Hi, this is the Eradicator configuration file. The key assignments
  3. // and options settings in this file are read in at program startup 
  4. // time.  If you make any changes to key assignments or options from
  5. // within the program, those changes will be updated here automatically
  6. // when you exit the program.  You can use a text editor to make changes
  7. // directly to this file. If you mess it up somehow, or you are getting
  8. // strange results in the game, choose SET DEFAULTS from the options
  9. // menu in the game, or just delete this file. This will set all options
  10. // and key assignments to the default settings.
  11. // Lines starting with "//" are ignored.
  12. //
  13.  
  14.  
  15. //
  16. //---------- Keyboard configuration --------------------------------------
  17. //
  18. // Possible actions to be assigned:
  19. //        FORWARD, BACKWARD, TURN_LEFT, TURN_RIGHT,
  20. //        STRAFE_LEFT, STRAFE_RIGHT, FIRE, JUMP, DOWN, CHANGE_VIEW,
  21. //        STRAFE_ON, SPEED_ON, SPEED_LOCK, OPEN,
  22. //        SWAP_PIP, CYCLE_PIP, HIDE_PIP,
  23. //        INV_LEFT, INV_RIGHT, INV_USE (inventory keys),
  24. //        LOOK_UP, LOOK_DOWN, AIM_UP, AIM_DOWN,
  25. //        WEAPON_1, WEAPON_2, WEAPON_3, WEAPON_4, WEAPON_5,
  26. //        WEAPON_6, WEAPON_7, WEAPON_8, WEAPON_9, WEAPON_10
  27. //
  28. // Possible keys for assignment:
  29. //        NO_KEY for no assignment,
  30. //        Any letter, number, or punctuation mark,
  31. //        UP, DOWN, LEFT, RIGHT,
  32. //        LEFT_SHIFT, RIGHT_SHIFT, LEFT_CTRL, RIGHT_CTRL,
  33. //        LEFT_ALT, RIGHT_ALT,
  34. //        INSERT, DELETE,
  35. //        HOME, END,
  36. //        PAGE_UP, PAGE_DOWN,
  37. //        KPAD_DIVIDE, KPAD_MULTIPLY, KPAD_MINUS, KPAD_PLUS,
  38. //        KPAD_ENTER, KPAD_DELETE,
  39. //        KPAD_0, KPAD_1, KPAD_2, KPAD_3, KPAD_4, KPAD_5,
  40. //        KPAD_6, KPAD_7, KPAD_8, KPAD_9, CAPS_LOCK,
  41. //        BACKSPACE, ENTER, SPACE
  42. //
  43. //
  44. // ACTION      PRIMARY KEY  SECONDARY KEY
  45. //----------------------------------------------------------
  46. FORWARD      = UP           KPAD_8      
  47. BACKWARD     = DOWN         KPAD_2      
  48. TURN_LEFT    = LEFT         KPAD_4      
  49. TURN_RIGHT   = RIGHT        KPAD_6      
  50. STRAFE_LEFT  = X            NO_KEY      
  51. STRAFE_RIGHT = C            NO_KEY      
  52. FIRE         = LEFT_CTRL    RIGHT_CTRL  
  53. JUMP         = A            NO_KEY      
  54. DOWN         = Z            NO_KEY      
  55. CHANGE_VIEW  = RIGHT_SHIFT  NO_KEY      
  56. OPEN         = SPACE        NO_KEY      
  57. LOOK_UP      = KPAD_9       PAGE_UP     
  58. LOOK_DOWN    = KPAD_3       PAGE_DOWN   
  59. AIM_UP       = KPAD_7       HOME        
  60. AIM_DOWN     = KPAD_1       END         
  61. WEAPON_1     = 1            NO_KEY      
  62. WEAPON_2     = 2            NO_KEY      
  63. WEAPON_3     = 3            NO_KEY      
  64. WEAPON_4     = 4            NO_KEY      
  65. WEAPON_5     = 5            NO_KEY      
  66. WEAPON_6     = 6            NO_KEY      
  67. WEAPON_7     = 7            NO_KEY      
  68. WEAPON_8     = 8            NO_KEY      
  69. WEAPON_9     = 9            NO_KEY      
  70. WEAPON_10    = 0            NO_KEY      
  71. STRAFE_ON    = LEFT_ALT     RIGHT_ALT   
  72. SPEED_ON     = LEFT_SHIFT   NO_KEY      
  73. SPEED_LOCK   = CAPS_LOCK    NO_KEY      
  74. SWAP_PIP     = '            NO_KEY      
  75. CYCLE_PIP    = /            NO_KEY      
  76. HIDE_PIP     = .            NO_KEY      
  77. INV_LEFT     = [            NO_KEY      
  78. INV_RIGHT    = ]            NO_KEY      
  79. INV_USE      = ENTER        NO_KEY      
  80.  
  81.  
  82. //
  83. //---------- MOUSE configuration --------------------------------------
  84. //
  85. // Mouse buttons are called LEFT_BUTTON, RIGHT_BUTTON, CENTER_BUTTON.
  86. // They can be assigned any of the actions listed above.
  87. //
  88. LEFT_BUTTON  = FIRE        
  89. RIGHT_BUTTON = FORWARD     
  90. CENTER_BUTTON = JUMP        
  91.  
  92.  
  93. //
  94. //---------- OPTIONS Settings -----------------------------------------
  95. //
  96. // Various game options and internal program variables. Make sure
  97. // you know what's what when you mess with these. Anything interesting
  98. // is changeable in the options menu anyway.
  99. //
  100.  
  101. // Skill level. Range is 0-3, 3 is most difficult
  102. DIFFICULTY   = 1
  103.  
  104. // YES means your mouse causes looking up/down instead of movement
  105. MOUSE_AIM    = NO
  106.  
  107. // Mouse sensitivity in two axes: range is 0-19, 19 is most sensitive.
  108. MOUSE_SENS_X = 10
  109. MOUSE_SENS_Y = 10
  110. CROSSHAIRS   = YES
  111. SOUND_ON     = YES
  112. MUSIC_ON     = YES
  113. CHARACTER    = 0
  114. PIP_ICON     = NO
  115.  
  116. // Valid range: 0 to 7
  117. BRIGHTNESS   = 0
  118.  
  119. // Valid range: 0 to 17
  120. SCREEN_SIZE  = 2
  121. AUTO_POV     = NO
  122. LOOSE_CAMERA = YES
  123. PLAYER_NAME  = Unnamed_Player
  124.  
  125. // Valid range: 0 to 7
  126. PLAYER_COLOR = 0
  127.