home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / dosgames / duke3d / user.con < prev   
Text File  |  1996-01-29  |  32KB  |  680 lines

  1.  
  2. /*
  3. --------------------------------------------------------------------------------
  4. Duke Nukem 3D USER PARAMETERS
  5. by Todd Replogle
  6.  
  7. SHAREWARE VERSION   v.1.0
  8.  
  9. This file is designed to allow users to modify certain parameters
  10. within the game that affect Duke, his weapons, actors and their
  11. weapons, sound fx, system messages, etc.
  12.  
  13. 3D Realms encourages you to experiment freely with the parameters
  14. contained in this file, and to share your discoveries with the rest
  15. of the world.  However, BE ADVISED that 3D Realms does NOT offer 
  16. any technical support on how to use this file or other user-modifiable 
  17. features of this game.  Do NOT call 3D Realms or Apogee Software 
  18. for advice or help with this subject.  
  19.  
  20. You make modifications to this and other files at your own risk. 
  21. It is recommended that you first make a backup copy of the game 
  22. before making any changes.
  23.  
  24. Finally, be aware that this is the SHAREWARE VERSION of Duke Nukem 3D.
  25. The complete REGISTERED VERSION on CDROM contains a more complete
  26. set of useful and interesting tools to enable you to make many more
  27. significant changes to the game, including a level and art editor which
  28. allows you to create your own maps.
  29.  
  30. TECH FACTS YOU SHOULD KNOW:
  31. The game expects to find the file USER.CON in its directory.  So, if
  32. you make changes and rename it for safe keeping or for sharing with
  33. friends, be sure to rename it back to USER.CON before using it with
  34. the game.
  35.  
  36. Other tech facts are scattered throughout the rest of this file.
  37.  
  38. --------------------------------------------------------------------------------
  39. */
  40.  
  41. // ******************
  42. // MISC GAME SETTINGS
  43. // ******************
  44.  
  45. define MAXPLAYERHEALTH          100
  46.  
  47. define MAXPLAYERATOMICHEALTH    200     // doubles as maxarmor.
  48. define DOUBLEMAXPLAYERHEALTH    MAXPLAYERATOMICHEALTH
  49. define STARTARMORHEALTH         0
  50. define RETRIEVEDISTANCE         844
  51. define DEFAULTVISIBILITY        512
  52. define GENERICIMPACTDAMAGE      10
  53.  
  54. define MAXPISTOLAMMO           200
  55. define MAXSHOTGUNAMMO           50
  56. define MAXCHAINGUNAMMO         200
  57. define MAXRPGAMMO               50
  58. define MAXHANDBOMBAMMO          50
  59. define MAXSHRINKERAMMO          50
  60. define MAXFLAMETHROWERAMMO      99
  61. define MAXTRIPBOMBAMMO          10
  62.  
  63. define RESPAWNTIME 768
  64. define PLAYDEADTIME 120
  65. define SHRUNKCOUNT 270
  66. define SHRUNKDONECOUNT 304
  67.  
  68. gamestartup     DEFAULTVISIBILITY GENERICIMPACTDAMAGE MAXPLAYERHEALTH STARTARMORHEALTH RESPAWNTIME MAXPISTOLAMMO MAXSHOTGUNAMMO MAXCHAINGUNAMMO MAXRPGAMMO MAXHANDBOMBAMMO MAXSHRINKERAMMO MAXFLAMETHROWERAMMO MAXTRIPBOMBAMMO
  69.  
  70. state headhitstate
  71.  
  72. ends
  73.  
  74. // Weapon Strengths
  75. define KNEE_WEAPON_STRENGTH             10
  76. define PISTOL_WEAPON_STRENGTH            6  // Adds rand()%5 (0 to 5)
  77. define HANDBOMB_WEAPON_STRENGTH        140
  78.  
  79.  
  80.  
  81. // For direct hits with the rocket launcher,
  82. // this amount is actually doubled.  Otherwise,
  83. // damage values depend on distance. The
  84. // further, the weaker.
  85.  
  86. define RPG_WEAPON_STRENGTH             120
  87.  
  88.  
  89.  
  90.  
  91. define SHRINKER_WEAPON_STRENGTH          0
  92. define CHAINGUN_WEAPON_STRENGTH          7
  93. define SHOTGUN_WEAPON_STRENGTH          10
  94. define FLAMETHROWER_WEAPON_STRENGTH     10
  95. define COOL_EXPLOSION_STRENGTH          38
  96. define TRIPBOMB_STRENGTH               100
  97. define FIRELASER_WEAPON_STRENGTH         7
  98. define MORTER_WEAPON_STRENGTH           50
  99. define BOUNCEMINE_WEAPON_STRENGTH      150
  100. define SPIT_WEAPON_STRENGTH              8
  101. define BULLET_WEAPON_STRENGTH           30
  102.  
  103. // Enemy strengths (hit points).
  104.  
  105. define TROOPSTRENGTH            30
  106. define PIGCOPSTRENGTH          120
  107. define PIG_SHIELD_AMOUNT1       75
  108. define PIG_SHIELD_AMOUNT2       50
  109. define LIZSTRENGTH              60
  110. define LIZGETTINGDAZEDAT        15
  111. define LIZEATINGPLAYER          -2
  112. define JELLYSTRENGTH           175
  113. define JELLYSCRATCHINGPLAYER   -11
  114. define RECONSTRENGTH            50
  115. define TURRETSTRENGTH           30
  116. define ROTTURRETSTRENGTH        40
  117. define DRONESTRENGTH            20
  118. define SNAKESTRENGTH            50
  119. define CAPTAINSTRENGTH          50
  120. define CAPTSPINNINGPLAYER       -5
  121. define FATGUYSTRENGTH           120
  122.  
  123. define PISTOLAMMOAMOUNT         12
  124. define SHOTGUNAMMOAMOUNT        10
  125. define CHAINGUNAMMOAMOUNT       50
  126. define RPGAMMOBOX               5
  127. define CRYSTALAMMOAMOUNT        1
  128. define FUELAMMOAMOUNT           25
  129. define HANDBOMBBOX              5
  130.  
  131.  
  132. define BOSS1STRENGTH            4500
  133. define BOSS2SMALLDUKESTRENGTH   1500
  134. define BOSS2LARGEDUKESTRENGTH   1500
  135. define BOSS3STRENGTH            2000
  136.  
  137.  
  138. // Miscellaneous strengths.
  139.  
  140. define WEAKEST           1
  141. define WEAK              5
  142. define MEDIUMSTRENGTH    10
  143. define TOUGH             20
  144. define REALLYTOUGH       30
  145. define HBOMBTOUGH       100
  146. define GOTTASMART        90
  147. define BOMBTOUGH        100
  148.  
  149.  
  150. // Players' inventory amounts.
  151.  
  152. define STEROID_AMOUNT           400
  153. define SHIELD_AMOUNT            100
  154. define SCUBA_AMOUNT            6400
  155. define HOLODUKE_AMOUNT         1600
  156. define JETPACK_AMOUNT          1600
  157. define BODYSUIT_AMOUNT         1600
  158. define HEAT_AMOUNT             1200
  159. define FIRSTAID_AMOUNT          MAXPLAYERHEALTH
  160. define BOOT_AMOUNT              200
  161.  
  162. define SPAWNAMMOODDS             96
  163.  
  164.  
  165. // Maximum quote size is 64 characters.
  166.  
  167. definequote  0        < Empty Slot >
  168. definequote  1        < Empty Slot >
  169. definequote  2        ACTIVATED
  170. definequote  3        MEDKIT
  171. definequote  4        LOCKED
  172. definequote  5        GIVING EVERYTHING!
  173. definequote  6        BOOTS
  174. definequote  7        WASTED!
  175. definequote  8        UNLOCKED
  176. definequote  9        A SECRET PLACE!
  177. definequote 10        SQUISH!
  178. definequote 11        ALL DOORS UNLOCKED
  179. definequote 12        n/a
  180. definequote 13        PRESS SPACE TO RESTART LEVEL
  181. definequote 14        n/a
  182. definequote 15        DEACTIVATED
  183. definequote 16        SWITCH OPERATED ONLY!
  184. definequote 17        GOD MODE: ON
  185. definequote 18        GOD MODE: OFF
  186. definequote 19        HEALING!
  187. definequote 20        n/a
  188. definequote 21        n/a
  189. definequote 22        n/a
  190. definequote 23        MESSAGES: ON
  191. definequote 24        MESSAGES: OFF
  192. definequote 25        TYPE THE CHEAT CODE:
  193. definequote 26        DETAIL: LOW
  194. definequote 27        DETAIL: HIGH
  195. definequote 28        LOADING QUICK GAME...
  196. definequote 29        BRIGHTNESS LEVEL: ONE
  197. definequote 30        BRIGHTNESS LEVEL: TWO
  198. definequote 31        BRIGHTNESS LEVEL: THREE
  199. definequote 32        BRIGHTNESS LEVEL: FOUR
  200. definequote 33        BRIGHTNESS LEVEL: FIVE
  201. definequote 34        SOUND: ON
  202. definequote 35        SOUND: OFF
  203. definequote 36        SCREEN CAPTURED
  204. definequote 37        STEROIDS
  205. definequote 38        ARMOR
  206. definequote 39        SCUBA GEAR
  207. definequote 40        Press F1 for Help
  208. definequote 41        JETPACK
  209. definequote 42        BODY SUIT
  210. definequote 43        ACCESS CARD
  211. definequote 44        n/a
  212. definequote 45        n/a
  213. definequote 46        CHEAT CODE:  UNRECOGNIZED
  214. definequote 47        HOLODUKE ON
  215. definequote 48        HOLODUKE OFF
  216. definequote 49        HOLODUKE NOT FOUND YET!
  217. definequote 50        JETPACK NOT FOUND YET!
  218. definequote 51        HOLODUKE
  219. definequote 52        JETPACK ON
  220. definequote 53        JETPACK OFF
  221. definequote 54        CHAINGUN CANNON!
  222. definequote 55        PIPEBOMB!
  223. definequote 56        RPG!
  224. definequote 57        SHOTGUN
  225. definequote 58        LASER TRIPBOMB!
  226. definequote 59        FLAMETHROWER!
  227. definequote 60        SHRINKER!
  228. definequote 61        SMALL MEDKIT: +10
  229. definequote 62        LARGE MEDKIT: +30
  230. definequote 63        AMMO FOR CHAINGUN CANNON!
  231. definequote 64        AMMO FOR RPG!
  232. definequote 65        AMMO FOR PISTOL!
  233. definequote 66        AMMO FOR FLAMETHROWER!
  234. definequote 67        BOOTS OFF
  235. definequote 68        BOOTS ON
  236. definequote 69        AMMO FOR SHOTGUN
  237. definequote 70        BLUE ACCESS CARD REQUIRED
  238. definequote 71        RED ACCESS CARD REQUIRED
  239. definequote 72        YELLOW ACCESS CARD REQUIRED
  240. definequote 73        WEAPON LOWERED
  241. definequote 74        WEAPON RAISED
  242. definequote 75        PROTECTIVE BOOTS ON
  243. definequote 76        SCUBA GEAR ON
  244. definequ