summaryrefslogtreecommitdiff
path: root/entities.def
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2004-01-04 03:29:06 +0000
committerTim Angus <tim@ngus.net>2004-01-04 03:29:06 +0000
commit5fbfe75aa0cdf3a38b0e30a23156fa5affc33996 (patch)
treeae9e5782776c39c8a179331d34eb7956b1273802 /entities.def
parent48342c98ae336ca268ddbf5acf66bfeb0b18a91b (diff)
* Rather serious remote client particle system bug fixed
* Buildable overrides now actually work * Helmet is now a skin replacement instead of model * Model destinations fixed up in the entities.def file
Diffstat (limited to 'entities.def')
-rw-r--r--entities.def10
1 files changed, 5 insertions, 5 deletions
diff --git a/entities.def b/entities.def
index 56c3b056..1376db92 100644
--- a/entities.def
+++ b/entities.def
@@ -1277,7 +1277,7 @@ TEAM_* ENTITIES
The human spawn point.
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
-model="models/buildables/replicator/replicator.md3"
+model="models/buildables/telenode/telenode.md3"
*/
//=============================================================================
@@ -1286,7 +1286,7 @@ model="models/buildables/replicator/replicator.md3"
The human armoury.
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
-model="models/buildables/mcu/mcu.md3"
+model="models/buildables/arm/arm.md3"
*/
//=============================================================================
@@ -1351,7 +1351,7 @@ model="models/buildables/tesla/tesla.md3"
The alien spawn point.
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
-model="models/buildables/bioegg/bioegg.md3"
+model="models/buildables/eggpod/eggpod.md3"
*/
//=============================================================================
@@ -1396,7 +1396,7 @@ model="models/buildables/hovel/hovel.md3"
The alien overmind.
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
-model="models/buildables/hivemind/hivemind.md3"
+model="models/buildables/overmind/overmind.md3"
*/
//=============================================================================
@@ -1536,7 +1536,7 @@ humanMaxStage: The highest stage the humans are allowed to use [0/1/2]. Defaults
humanStage2Threshold: The number of kills the humans must aquire to advance to stage 2. Defaults to 50.
humanStage3Threshold: The number of kills the humans must aquire to advance to stage 3. Defaults to 100.
-alienBuildPoints: The maximum amount of sentience available to the hivemind. Defaults to 1000.
+alienBuildPoints: The maximum amount of sentience available to the overmind. Defaults to 1000.
alienMaxStage: The highest stage the aliens are allowed to use [0/1/2]. Defaults to 2.
alienStage2Threshold: The number of kills the aliens must aquire to advance to stage 2. Defaults to 50.