home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Come Get Some!
/
ComeGetSome.iso
/
extmap
/
nuke3d
/
nukeuser.con
< prev
next >
Wrap
Text File
|
1996-04-04
|
33KB
|
718 lines
/*
--------------------------------------------------------------------------------
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 other problems.
--------------------------------------------------------------------------------
Duke Nukem 3D Update
by Todd Replogle
SHAREWARE VERSION v1.1
■ Red Trooper doesn't 'beam' away as much, and don't respawn into
walls.
■ The BLAST RADIUSES for various weapons are redefinable.
■ Respawn times have been split into two separate variables,
RESPAWNACTORTIME and RESPAWNITEMTIME.
■ Duke's running speed/friction is redefinable.
■ Minor weapon hit point balance adjustments.
--------------------------------------------------------------------------------
SHAREWARE VERSION v1.0
This file is designed to allow users to modify certain parameters
within the game that affect Duke, his weapons, actors and their
weapons, sound fx, system messages, etc.
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 the game
before making any changes.
Finally, be aware that this is the SHAREWARE VERSION of Duke Nukem 3D.
The complete REGISTERED VERSION on CDROM contains a more complete
set of useful and interesting tools to enable you to make many more
significant changes to the game, including a level and art editor which
allows you to create your own maps.
TECH FACTS YOU SHOULD KNOW:
The game expects to find the file USER.CON in its directory. So, if
you make changes and rename it for safe keeping or for sharing with
friends, be sure to rename it back to USER.CON before using it with
the game.
Other tech facts are scattered throughout the rest of this file.
--------------------------------------------------------------------------------
*/
// ******************
// MISC GAME SETTINGS
// ******************
define MAXPLAYERHEALTH 100
define MAXPLAYERATOMICHEALTH 200 // doubles as maxarmor.
define DOUBLEMAXPLAYERHEALTH MAXPLAYERATOMICHEALTH
define STARTARMORHEALTH 0
define RETRIEVEDISTANCE 844
define DEFAULTVISIBILITY 512
define GENERICIMPACTDAMAGE 10
define MAXPISTOLAMMO 200
define MAXSHOTGUNAMMO 50
define MAXCHAINGUNAMMO 200
define MAXRPGAMMO 50
define MAXHANDBOMBAMMO 50
define MAXSHRINKERAMMO 50
define MAXFLAMETHROWERAMMO 99
define MAXTRIPBOMBAMMO 10
define RESPAWNACTORTIME 768
define RESPAWNITEMTIME 768
define RUNNINGSPEED 53200
define PLAYDEADTIME 120
define SHRUNKCOUNT 270
define SHRUNKDONECOUNT 304
// Various blasting radius distances.
define RPGBLASTRADIUS 1780000
define PIPEBOMBRADIUS 2000000000
define SHRINKERBLASTRADIUS 2048
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 MAXFLAMETHROWERAMMO
MAXTRIPBOMBAMMO
// Weapon Strengths
define KNEE_WEAPON_STRENGTH 10000
define PISTOL_WEAPON_STRENGTH 6 // Adds rand()%5 (0 to 5)
define HANDBOMB_WEAPON_STRENGTH 140000
// 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 140000
define SHRINKER_WEAPON_STRENGTH 0
define SHOTGUN_WEAPON_STRENGTH 10
define CHAINGUN_WEAPON_STRENGTH 9
define FLAMETHROWER_WEAPON_STRENGTH 10
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 60
define LIZGETTINGDAZEDAT 15
define LIZEATINGPLAYER -2
define JELLYSTRENGTH 175
define JELLYSCRATCHINGPLAYER -11
define RECONSTRENGTH 50
define TURRETSTRENGTH 30
define ROTTURRETSTRENGTH 40
define DRONESTRENGTH 20
define SNAKESTRENGTH 50
define CAPTAINSTRENGTH 50
define CAPTSPINNINGPLAYER -5
define FATGUYSTRENGTH 120
define PISTOLAMMOAMOUNT 12
define SHOTGUNAMMOAMOUNT 10
define CHAINGUNAMMOAMOUNT 50
define RPGAMMOBOX 5
define CRYSTALAMMOAMOUNT 1
define FUELAMMOAMOUNT 25
define HANDBOMBBOX 5
define BOSS1STRENGTH 4500
define BOSS2SMALLDUKESTRENGTH 1500
define BOSS2LARGEDUKESTRENGTH 1500
define BOSS3STRENGTH 2000
// 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 BODYSUIT_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 MANUAL AIMING / SNIPER MODE!
definequote 2 ACTIVATED
definequote 3 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 n/a
definequote 15 DEACTIVATED
definequote 16 SWITCH OPERATED ONLY!
definequote 17 GOD MODE: ON
definequote 18 GOD MODE: OFF
definequote 19 HEALING!
definequote 20 CROSSHAIR OFF
definequote 21 CROSSHAIR ON
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 LOADING QUICK GAME...
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 SOUN