diff options
author | Tim Angus <tim@ngus.net> | 2005-11-29 23:46:54 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-11-29 23:46:54 +0000 |
commit | 220e346d79355e818015a983f55a48190184a784 (patch) | |
tree | 270f6cde9f50785fbf665301f1703d836070afdc /entities.def | |
parent | 046697c4b9369c02e730f1e16617e09876619864 (diff) |
* Lowered steptime for spectator
* Added worldspawn keys to disable specific game elements
Diffstat (limited to 'entities.def')
-rw-r--r-- | entities.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/entities.def b/entities.def index 87ed6127..5ba9daca 100644 --- a/entities.def +++ b/entities.def @@ -1621,6 +1621,10 @@ alienMaxStage: The highest stage the aliens are allowed to use [0/1/2]. Defaults alienStage2Threshold: The number of kills the aliens must aquire to advance to stage 2. Defaults to 50. alienStage3Threshold: The number of kills the aliens must aquire to advance to stage 3. Defaults to 100. +disabledEquipment: A comma delimited list of human weapons or upgrades to disable for this map. +disabledClasses: A comma delimited list of alien weapons to disable for this map. +disabledBuildables: A comma delimited list of buildables to disable for this map. + _ambient OR ambient: Adds a constant value to overall lighting. Use is not recommended. Ambient light will have a tendency to flatten out variations in light and shade. _color: RGB value for ambient light color (default is 0 0 0). |