home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Come Get Some!
/
ComeGetSome.iso
/
extmap
/
2bases
/
us.con
< prev
Wrap
Text File
|
1996-07-21
|
37KB
|
782 lines
/*
--------------------------------------------------------------------------------
Duke Nukem 3D USER.CON file.
By Todd Replogle
(c) 1996 3D Realms Entertainment
--------------------------------------------------------------------------------
IMPORTANT NOTICE IF YOU USE MODIFIED .CON FILES
If you are playing a MULTIPLAY game (Dukematch or Co-op) and you are
using *modified* .CON files (USER.CON, GAME.CON, DEFS.CON), then each
multiplayer must be using the EXACT SAME .CON files, or the game will
get out of sync and/or develop interesting problems.
3D Realms encourages you to experiment freely with the parameters
contained in this file, and to share your discoveries with the rest
of the world. However, BE ADVISED that 3D Realms does NOT offer
any technical support on how to use this file or other user-modifiable
features of this game. Do NOT call 3D Realms or Apogee Software
for advice or help with this subject.
You make modifications to this and other files at your own risk.
It is recommended that you first make a backup copy of this, or
any .CON files before making any changes.
How many ways can you die?
--------------------------------------------------------------------------------
*/
// ******************
// MISC GAME SETTINGS
// ******************
define CAMERASDESTRUCTABLE YES // NO
define FREEZERHURTOWNER YES
define MAXPLAYERHEALTH 100
define MAXWATERFOUNTAINHEALTH 50
define YELLHURTSOUNDSTRENGTH 40
define YELLHURTSOUNDSTRENGTHMP 50
define MAXPLAYERATOMICHEALTH 200 // doubles as maxarmor.
define DOUBLEMAXPLAYERHEALTH MAXPLAYERATOMICHEALTH
define STARTARMORHEALTH 0
define RETRIEVEDISTANCE 844
define SQUISHABLEDISTANCE 1024 // For actors only!
define DEFAULTVISIBILITY 512
define FROZENQUICKKICKDIST 980
define GENERICIMPACTDAMAGE 10
define SWEARFREQUENCY 42
define MAXPISTOLAMMO 200
define MAXSHOTGUNAMMO 50
define MAXCHAINGUNAMMO 200
define MAXRPGAMMO 50
define MAXHANDBOMBAMMO 50
define MAXSHRINKERAMMO 50
define MAXDEVISTATORAMMO 99
define MAXFREEZEAMMO 99
define MAXTRIPBOMBAMMO 10
define RESPAWNACTORTIME 768
define RESPAWNITEMTIME 768
// The BLIMP has a high respawn time (any value smaller runs the risk
// of spawning too many sprites, resulting in "Bog City")
define BLIMPRESPAWNTIME 2048
define NUMFREEZEBOUNCES 3 // 0 - 255
define RUNNINGSPEED 53200
define PLAYDEADTIME 120
define SHRUNKCOUNT 270
define SHRUNKDONECOUNT 304
define FROZENDRIPTIME 90
define THAWTIME 138
// Various blast radius distances
define RPGBLASTRADIUS 1780
define PIPEBOMBRADIUS 2500
define SHRINKERBLASTRADIUS 650
define TRIPBOMBBLASTRADIUS 3880
define MORTERBLASTRADIUS 2500
define BOUNCEMINEBLASTRADIUS 2500
define SEENINEBLASTRADIUS 2048
gamestartup DEFAULTVISIBILITY GENERICIMPACTDAMAGE MAXPLAYERHEALTH
STARTARMORHEALTH RESPAWNACTORTIME RESPAWNITEMTIME RUNNINGSPEED
RPGBLASTRADIUS PIPEBOMBRADIUS SHRINKERBLASTRADIUS TRIPBOMBBLASTRADIUS
MORTERBLASTRADIUS BOUNCEMINEBLASTRADIUS SEENINEBLASTRADIUS
MAXPISTOLAMMO MAXSHOTGUNAMMO MAXCHAINGUNAMMO
MAXRPGAMMO MAXHANDBOMBAMMO MAXSHRINKERAMMO
MAXDEVISTATORAMMO MAXTRIPBOMBAMMO MAXFREEZEAMMO
CAMERASDESTRUCTABLE NUMFREEZEBOUNCES FREEZERHURTOWNER
// Weapon Strengths
define KNEE_WEAPON_STRENGTH 10
define PISTOL_WEAPON_STRENGTH 6 // Adds rand()%5 (0 to 5)
define HANDBOMB_WEAPON_STRENGTH 140
// For direct hits with the rocket launcher,
// this amount is actually doubled. Otherwise,
// damage values depend on distance. The
// further, the weaker.
define RPG_WEAPON_STRENGTH 140
define SHRINKER_WEAPON_STRENGTH 0
define SHOTGUN_WEAPON_STRENGTH 10
define CHAINGUN_WEAPON_STRENGTH 9
define FREEZETHROWER_WEAPON_STRENGTH 16
define COOL_EXPLOSION_STRENGTH 38
define TRIPBOMB_STRENGTH 100
define FIRELASER_WEAPON_STRENGTH 7
define MORTER_WEAPON_STRENGTH 50
define BOUNCEMINE_WEAPON_STRENGTH 150
define SPIT_WEAPON_STRENGTH 8
define BULLET_WEAPON_STRENGTH 30
// Enemy strengths (hit points).
define TROOPSTRENGTH 30
define PIGCOPSTRENGTH 100
define PIG_SHIELD_AMOUNT1 75
define PIG_SHIELD_AMOUNT2 50
define LIZSTRENGTH 100
define LIZGETTINGDAZEDAT 15
define LIZEATINGPLAYER -2
define OCTASTRENGTH 175
define OCTASCRATCHINGPLAYER -11
define RECONSTRENGTH 50
define TURRETSTRENGTH 30
define ROTTURRETSTRENGTH 40
define DRONESTRENGTH 150
define CAPTAINSTRENGTH 50
define CAPTSPINNINGPLAYER -11
define COMMANDERSTRENGTH 350
define SHARKSTRENGTH 35
define SHARKBITESTRENGTH -9
define PISTOLAMMOAMOUNT 12
define SHOTGUNAMMOAMOUNT 10
define CHAINGUNAMMOAMOUNT 50
define RPGAMMOBOX 5
define CRYSTALAMMOAMOUNT 5
define DEVISTATORAMMOAMOUNT 15
define FREEZEAMMOAMOUNT 25
define HANDBOMBBOX 5
define BOSS1STRENGTH 4500
define BOSS1PALSTRENGTH 1000
define BOSS2STRENGTH 4500
define BOSS3STRENGTH 4500
// Miscellaneous strengths.
define WEAKEST 1
define WEAK 5
define MEDIUMSTRENGTH 10
define TOUGH 20
define REALLYTOUGH 30
define HBOMBTOUGH 100
define GOTTASMART 90
define BOMBTOUGH 100
// Players' inventory amounts.
define STEROID_AMOUNT 400
define SHIELD_AMOUNT 100
define SCUBA_AMOUNT 6400
define HOLODUKE_AMOUNT 2400
define JETPACK_AMOUNT 1600
define HEAT_AMOUNT 1200
define FIRSTAID_AMOUNT MAXPLAYERHEALTH
define BOOT_AMOUNT 200
define SPAWNAMMOODDS 96
// Maximum quote size is 64 characters.
definequote 0 AUTO AIMING
definequote 1 SHOW MAP: OFF
definequote 2 ACTIVATED
definequote 3 PORTABLE MEDKIT
definequote 4 LOCKED
definequote 5 GIVING EVERYTHING!
definequote 6 BOOTS
definequote 7 WASTED!
definequote 8 UNLOCKED
definequote 9 A SECRET PLACE!
definequote 10 SQUISH!
definequote 11 ALL DOORS UNLOCKED
definequote 12 USED STEROIDS
definequote 13 PRESS SPACE TO RESTART LEVEL
definequote 14 AMMO FOR DEVASTATOR
definequote 15 DEACTIVATED
definequote 16 SWITCH OPERATED ONLY!
definequote 17 GOD MODE: ON
definequote 18 GOD MODE: OFF
definequote 19 ATOMIC HEALTH!
definequote 20 CROSSHAIR: ON
definequote 21 CROSSHAIR: OFF
definequote 22 YOU'RE TOO GOOD TO BE CHEATING!
definequote 23 MESSAGES: ON
definequote 24 MESSAGES: OFF
definequote 25 TYPE THE CHEAT CODE:
definequote 26 DETAIL: LOW
definequote 27 DETAIL: HIGH
definequote 28 < EMPTY >
definequote 29 BRIGHTNESS LEVEL: ONE
definequote 30 BRIGHTNESS LEVEL: TWO
definequote 31 BRIGHTNESS LEVEL: THREE
definequote 32 BRIGHTNESS LEVEL: FOUR
definequote 33 BRIGHTNESS LEVEL: FIVE
definequote 34 SOUND: ON
definequote 35 SOUND: OFF
definequote 36 SCREEN CAPTURED
definequote 37 STEROIDS
definequote 38 ARMOR
definequote 39 SCUBA GEAR
definequote 40 Press F1 for Help
definequote 41 JETPACK
definequote 42 BODY SUIT
definequote 43 ACCESS CARD
definequote 44 MOUSE AIMING OFF
definequote 45 MOUSE AIMING ON
definequote 46 CHEAT CODE: UNRECOGNIZED
definequote 47 HOLODUKE ON
definequote 48 HOL