home *** CD-ROM | disk | FTP | other *** search
/ Come Get Some! / ComeGetSome.iso / extmap / lori / user.con < prev   
Text File  |  1996-07-06  |  37KB  |  783 lines

  1.  
  2. /*
  3.  
  4. --------------------------------------------------------------------------------
  5. Duke Nukem 3D USER.CON file.
  6. By Todd Replogle
  7. (c) 1996 3D Realms Entertainment
  8. --------------------------------------------------------------------------------
  9.  
  10. IMPORTANT NOTICE IF YOU USE MODIFIED .CON FILES
  11.  
  12. If you are playing a MULTIPLAY game (Dukematch or Co-op) and you are
  13. using *modified* .CON files (USER.CON, GAME.CON, DEFS.CON), then each
  14. multiplayer must be using the EXACT SAME .CON files, or the game will
  15. get out of sync and/or develop interesting problems.
  16.  
  17. 3D Realms encourages you to experiment freely with the parameters
  18. contained in this file, and to share your discoveries with the rest
  19. of the world.  However, BE ADVISED that 3D Realms does NOT offer 
  20. any technical support on how to use this file or other user-modifiable 
  21. features of this game.  Do NOT call 3D Realms or Apogee Software 
  22. for advice or help with this subject.  
  23.  
  24. You make modifications to this and other files at your own risk. 
  25. It is recommended that you first make a backup copy of this, or
  26. any .CON files before making any changes.
  27.  
  28. How many ways can you die?
  29.  
  30. --------------------------------------------------------------------------------
  31. */
  32.  
  33. // ******************
  34. // MISC GAME SETTINGS
  35. // ******************
  36.  
  37. define CAMERASDESTRUCTABLE      YES               // YES
  38. define FREEZERHURTOWNER         YES
  39.  
  40. define MAXPLAYERHEALTH          9999
  41. define MAXWATERFOUNTAINHEALTH    50
  42.  
  43. define YELLHURTSOUNDSTRENGTH     40
  44. define YELLHURTSOUNDSTRENGTHMP   50
  45.  
  46. define MAXPLAYERATOMICHEALTH    999     // doubles as maxarmor.
  47. define DOUBLEMAXPLAYERHEALTH    MAXPLAYERATOMICHEALTH
  48. define STARTARMORHEALTH         50
  49. define RETRIEVEDISTANCE         844
  50. define SQUISHABLEDISTANCE      1024 // For actors only!
  51. define DEFAULTVISIBILITY        512
  52. define FROZENQUICKKICKDIST      980
  53.  
  54. define GENERICIMPACTDAMAGE      10
  55. define SWEARFREQUENCY           5000
  56.  
  57. define MAXPISTOLAMMO           200
  58. define MAXSHOTGUNAMMO          100
  59. define MAXCHAINGUNAMMO         900
  60. define MAXRPGAMMO              500
  61. define MAXHANDBOMBAMMO          50
  62. define MAXSHRINKERAMMO          50
  63. define MAXDEVISTATORAMMO       500
  64. define MAXFREEZEAMMO            99
  65. define MAXTRIPBOMBAMMO          10
  66.  
  67. define RESPAWNACTORTIME         768
  68. define RESPAWNITEMTIME          768
  69.  
  70. // The BLIMP has a high respawn time (any value smaller runs the risk
  71. // of spawning too many sprites, resulting in "Bog City")
  72. define BLIMPRESPAWNTIME 2048
  73.  
  74. define NUMFREEZEBOUNCES          3  // 0 - 255
  75.  
  76.  
  77. define RUNNINGSPEED 55000
  78.  
  79. define PLAYDEADTIME 120
  80.  
  81. define SHRUNKCOUNT 270
  82. define SHRUNKDONECOUNT 304
  83.  
  84. define FROZENDRIPTIME 90
  85. define THAWTIME 138
  86.  
  87.  
  88. // Various blast radius distances
  89.  
  90. define RPGBLASTRADIUS           99999
  91. define PIPEBOMBRADIUS           2500
  92. define SHRINKERBLASTRADIUS      650
  93. define TRIPBOMBBLASTRADIUS      3880
  94. define MORTERBLASTRADIUS        2500
  95. define BOUNCEMINEBLASTRADIUS    2500
  96. define SEENINEBLASTRADIUS       2048
  97. define SHOTGUNBLASTRADIUS       3000
  98.  
  99. gamestartup     DEFAULTVISIBILITY GENERICIMPACTDAMAGE MAXPLAYERHEALTH
  100.                 STARTARMORHEALTH  RESPAWNACTORTIME RESPAWNITEMTIME RUNNINGSPEED
  101.                 RPGBLASTRADIUS PIPEBOMBRADIUS SHRINKERBLASTRADIUS TRIPBOMBBLASTRADIUS
  102.                 MORTERBLASTRADIUS BOUNCEMINEBLASTRADIUS SEENINEBLASTRADIUS
  103.                 MAXPISTOLAMMO MAXSHOTGUNAMMO MAXCHAINGUNAMMO
  104.                 MAXRPGAMMO MAXHANDBOMBAMMO MAXSHRINKERAMMO
  105.                 MAXDEVISTATORAMMO MAXTRIPBOMBAMMO MAXFREEZEAMMO
  106.                 CAMERASDESTRUCTABLE NUMFREEZEBOUNCES FREEZERHURTOWNER
  107.  
  108.  
  109. // Weapon Strengths
  110. define KNEE_WEAPON_STRENGTH             10
  111. define PISTOL_WEAPON_STRENGTH            6  // Adds rand()%5 (0 to 5)
  112. define HANDBOMB_WEAPON_STRENGTH        140
  113.  
  114.  
  115.  
  116. // For direct hits with the rocket launcher,
  117. // this amount is actually doubled.  Otherwise,
  118. // damage values depend on distance. The
  119. // further, the weaker.
  120.  
  121. define RPG_WEAPON_STRENGTH              500
  122.  
  123.  
  124. define SHRINKER_WEAPON_STRENGTH          1
  125. define SHOTGUN_WEAPON_STRENGTH          999
  126. define CHAINGUN_WEAPON_STRENGTH         999
  127. define FREEZETHROWER_WEAPON_STRENGTH    16
  128. define COOL_EXPLOSION_STRENGTH          38
  129. define TRIPBOMB_STRENGTH               200
  130. define FIRELASER_WEAPON_STRENGTH         7
  131. define MORTER_WEAPON_STRENGTH           50
  132. define BOUNCEMINE_WEAPON_STRENGTH      150
  133. define SPIT_WEAPON_STRENGTH              8
  134. define BULLET_WEAPON_STRENGTH           30
  135.  
  136. // Enemy strengths (hit points).
  137.  
  138. define TROOPSTRENGTH            30
  139. define PIGCOPSTRENGTH          1
  140. define PIG_SHIELD_AMOUNT1       75
  141. define PIG_SHIELD_AMOUNT2       50
  142. define LIZSTRENGTH             100
  143. define LIZGETTINGDAZEDAT        15
  144. define LIZEATINGPLAYER          -2
  145. define OCTASTRENGTH           175
  146. define OCTASCRATCHINGPLAYER   -11
  147. define RECONSTRENGTH            50
  148. define TURRETSTRENGTH           30
  149. define ROTTURRETSTRENGTH        40
  150. define DRONESTRENGTH           150
  151. define CAPTAINSTRENGTH          50
  152. define CAPTSPINNINGPLAYER      -11
  153. define COMMANDERSTRENGTH        350
  154. define SHARKSTRENGTH            35
  155. define SHARKBITESTRENGTH        -9
  156.  
  157. define PISTOLAMMOAMOUNT         12
  158. define SHOTGUNAMMOAMOUNT        10
  159. define CHAINGUNAMMOAMOUNT       50
  160. define RPGAMMOBOX               50
  161. define CRYSTALAMMOAMOUNT        5
  162. define DEVISTATORAMMOAMOUNT     500
  163. define FREEZEAMMOAMOUNT         25
  164. define HANDBOMBBOX              5
  165.  
  166.  
  167. define BOSS1STRENGTH            9999
  168. define BOSS1PALSTRENGTH         1000
  169. define BOSS2STRENGTH            5000
  170. define BOSS3STRENGTH            4444
  171.  
  172.  
  173. // Miscellaneous strengths.
  174.  
  175. define WEAKEST           -1000
  176. define WEAK              5
  177. define MEDIUMSTRENGTH    10
  178. define TOUGH             20
  179. define REALLYTOUGH       30
  180. define HBOMBTOUGH       100
  181. define GOTTASMART        90
  182. define BOMBTOUGH        100
  183.  
  184.  
  185. // Players' inventory amounts.
  186.  
  187. define STEROID_AMOUNT           400
  188. define SHIELD_AMOUNT            100
  189. define SCUBA_AMOUNT            6400
  190. define HOLODUKE_AMOUNT         99999
  191. define JETPACK_AMOUNT          99999
  192. define HEAT_AMOUNT             1200
  193. define FIRSTAID_AMOUNT          900
  194. define BOOT_AMOUNT              200
  195.  
  196. define SPAWNAMMOODDS             96
  197.  
  198.  
  199. // Maximum quote size is 64 characters.
  200.  
  201. definequote  0        AUTO AIMING
  202. definequote  1        SHOW MAP: OFF
  203. definequote  2        ACTIVATED
  204. definequote  3        PORTABLE MEDKIT
  205. definequote  4        HA HA!
  206. definequote  5        GIVING EVERYTHING!
  207. definequote  6        BOOTS
  208. definequote  7        WASTED!
  209. definequote  8        IT'S OPEN!
  210. definequote  9        WAIT, I DON'T REMEMBER THIS PART!
  211. definequote 10        EWWWWWWWWWW!!!
  212. definequote 11        ALL DOORS UNLOCKED
  213. definequote 12        WAHOOOOOO!!!
  214. definequote 13        YOU'RE DEAD OH DEAR
  215. definequote 14        AMMO FOR COOOL GUN
  216. definequote 15        DEACTIVATED
  217. definequote 16        SWITCH OPERATED ONLY!
  218. definequote 17        CHEATER!!
  219. definequote 18        MUCH BETTER
  220. definequote 19        WHAT A BOOST
  221. definequote 20        CROSSHAIR: ON
  222. definequote 21        CROSSHAIR: OFF
  223. definequote 22        YOU'RE TOO GOOD TO BE CHEATING!
  224. definequote 23        MESSAGES: ON
  225. definequote 24        MESSAGES: OFF
  226. definequote 25        TYPE THE CHEAT CODE:
  227. definequote 26        DETAIL: LOW
  228. definequote 27        DETAIL: HIGH
  229. definequote 28        < EMPTY >
  230. definequote 29        BRIGHTNESS LEVEL: IT'S TOO DARK!
  231. definequote 30        BRIGHTNESS LEVEL: TWO
  232. definequote 31        BRIGHTNESS LEVEL: THREE
  233. definequote 32        BRIGHTNESS LEVEL: FOUR
  234. definequote 33        BRIGHTNESS LEVEL: OOO BRIGHT
  235. definequote 34        SOUND: ON
  236. definequote 35        SOUND: OFF
  237. definequote 36        SAVED FOR YOUR PLEASURE
  238. definequote 37        OOO DRUGS
  239. definequote 38        ARMOR
  240. definequote 39        SWIM SWIM SWIM!
  241. definequote 40        Press F1 for Help
  242. definequote 41        FLY FLY FLY!
  243. definequote 42        BODY SUIT
  244. definequote 43        ACCESS CARD
  245. definequote 44        MOUSE AIMING OFF
  246. definequote 45        MOUSE AIMING ON
  247. definequote 46        CH