r4099 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Aug 10 12:51:38 EDT 2008


Author: div0
Date: 2008-08-10 12:51:37 -0400 (Sun, 10 Aug 2008)
New Revision: 4099

Modified:
   trunk/data/scripts/entities.def
Log:
add notes


Modified: trunk/data/scripts/entities.def
===================================================================
--- trunk/data/scripts/entities.def	2008-08-10 16:31:25 UTC (rev 4098)
+++ trunk/data/scripts/entities.def	2008-08-10 16:51:37 UTC (rev 4099)
@@ -226,13 +226,6 @@
 cnt: weight of spawn point for random selection. Set to a lower value if you have many spawn points close together. Default value is 1.
 */
 
-/*QUAKED info_player_race (1 0.5 0) (-16 -16 -24) (16 16 45) 
-Race spawn point.
--------- KEYS --------
-target: this should point to a trigger_race_checkpoint to decide when this spawning point is active. The checkpoint has to be AFTER this spawn.
-cnt: weight of spawn point for random selection. Set to a lower value if you have many spawn points close together. Default value is 1.
-*/
-
 /*QUAKED info_player_deathmatch (0 1 0) (-16 -16 -24) (16 16 45) 
 Normal player spawning location in game types without team spawns. Should touch the floor, but not the walls, and should point where the player should look when he spawns there.
 -------- KEYS --------
@@ -905,3 +898,12 @@
 CRUSH: the checkpoint kills when used at the wrong time
 */
 
+/*QUAKED info_player_race (1 0.5 0) (-16 -16 -24) (16 16 45) 
+Race spawn point.
+NOTE for race_place: when the race starts after the qualifying, the player with the fastest map ends up at the info_player_race with race_place 1, and so on. If there are too many players, or if someone comes in later, he will spawn at an info_player_race with race_place not set. So for each trigger_race_checkpoint, there must be at least one corresponding info_player_race with race_place NOT set.
+-------- KEYS --------
+target: this should point to a trigger_race_checkpoint to decide when this spawning point is active. The checkpoint has to be AFTER this spawn.
+cnt: weight of spawn point for random selection. Set to a lower value if you have many spawn points close together. Default value is 1.
+race_place: if target points to the trigger_race_checkpoint with cnt 0 (finish line), this sets which place the spawn corresponds to
+*/
+




More information about the nexuiz-commits mailing list