1<?xml version="1.0"?>
2<!--
3 Quake3 Arena entity definition file for Q3Radiant
4 Based on draft by Suicide 20 7.30.99 and inolen 9-3-99
5 Upgraded by Eutectic: eutectic@ritualistic.com
6 (visible models added by raYGunn - paths provided by Suicide 20)
7 (terrain information added to func_group entity by Paul Jaquays)
8 Q3Map2 entitys/keys added by ydnar
9 Version: 1.6
10 Last updated: 2003-11-28
11-->
12<classes>
13<!--
14=============================================================================
15
16 Q3Map2 entities
17
18=============================================================================
19-->
20
21<group name="_decal" color="0 1.0 0">
22-------- KEYS --------
23<target key="target" name="Target">the name of the entity targetted at for projection</target>
24-------- SPAWNFLAGS --------
25(none)
26-------- NOTES --------
27Compiler-only entity that specifies a decal to be projected. Should contain 1 or more patch meshes (curves) and target an info_null entity. The distance between the center of the _decal entity and the target is the axis and distance of projection.
28</group>
29
30<point name="_skybox" color="0.77 0.88 1.0" box="-4 -4 -4 4 4 4">
31-------- KEYS --------
32<angle key="angle" name="Yaw Angle">rotation angle of the sky surfaces.</angle>
33<angles key="angles" name="Pitch Yaw Roll">Individual control of PITCH, YAW, and ROLL (default 0 0 0).</angles>
34<real key="_scale" name="Scale">scaling factor (default 64), good values are between 50 and 300, depending on the map.</real>
35-------- SPAWNFLAGS --------
36(none)
37-------- NOTES --------
38Compiler-only entity that specifies a the origin of a skybox (a wholly contained, seperate area of the map), similar to some games' portal skies. When compiled with Q3Map2, the skybox surfaces will be visible from any place where sky is normally visible. It will cast shadows on the normal parts of the map, and can be used with cloud layers and other effects.
39</point>
40
41<!--
42=============================================================================
43
44AMMO_* ENTITIES
45
46=============================================================================
47-->
48
49<point name="ammo_bfg" color=".3 .3 1" box="-16 -16 -16 16 16 16" model="models/powerups/ammo/bfgam.md3">
50BFG ammo. Gives the player 15 by default.
51-------- KEYS --------
52<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
53<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
54<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 15).</integer>
55<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
56<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
57<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
58<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
59<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
60<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
61<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
62-------- SPAWNFLAGS --------
63<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
64-------- NOTES --------
65The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
66
67When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
68</point>
69
70
71<!--
72=============================================================================
73-->
74
75<point name="ammo_bullets" color=".3 .3 1" box="-16 -16 -16 16 16 16" model="models/powerups/ammo/machinegunam.md3">
76Machine Gun ammo. Gives the player 50 by default.
77-------- KEYS --------
78<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
79<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
80<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 50).</integer>
81<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
82<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
83<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
84<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
85<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
86<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
87<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
88-------- SPAWNFLAGS --------
89<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
90-------- NOTES --------
91The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
92
93When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
94</point>
95
96<!--
97=============================================================================
98-->
99
100<point name="ammo_cells" color=".3 .3 1" box="-16 -16 -16 16 16 16" model="models/powerups/ammo/plasmaam.md3">
101Plasma Gun ammo. Gives the player 30 by default.
102-------- KEYS --------
103<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
104<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
105<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 30).</integer>
106<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
107<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
108<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
109<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
110<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
111<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
112<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
113-------- SPAWNFLAGS --------
114<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
115-------- NOTES --------
116The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
117
118When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
119</point>
120
121<!--
122=============================================================================
123-->
124
125<point name="ammo_grenades" color=".3 .3 1" box="-16 -16 -16 16 16 16" model="models/powerups/ammo/grenadeam.md3">
126Grenade Launcher ammo. Gives the player 5 by default.
127-------- KEYS --------
128<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
129<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
130<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 5).</integer>
131<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
132<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
133<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
134<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
135<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
136<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
137<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
138-------- SPAWNFLAGS --------
139<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
140-------- NOTES --------
141The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
142
143When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
144</point>
145
146<!--
147=============================================================================
148-->
149
150<point name="ammo_lightning" color=".3 .3 1" box="-16 -16 -16 16 16 16" model="models/powerups/ammo/lightningam.md3">
151Lightning Gun ammo. Gives the player 60 by default.
152-------- KEYS --------
153<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
154<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
155<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 60).</integer>
156<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
157<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
158<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
159<boolean key="notfree" name="Hidden For FFA">when set to 1, when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
160<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
161<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
162<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
163-------- SPAWNFLAGS --------
164<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
165-------- NOTES --------
166The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
167
168When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
169</point>
170
171<!--
172=============================================================================
173-->
174
175<point name="ammo_rockets" color=".3 .3 1" box="-16 -16 -16 16 16 16" model="models/powerups/ammo/rocketam.md3">
176Rocket Launcher ammo. Gives the player 5 by default.
177-------- KEYS --------
178<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
179<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
180<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 5).</integer>
181<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
182<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
183<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
184<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
185<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
186<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
187<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
188-------- SPAWNFLAGS --------
189<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
190-------- NOTES --------
191The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
192
193When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
194</point>
195
196<!--
197=============================================================================
198-->
199
200<point name="ammo_shells" color=".3 .3 1" box="-16 -16 -16 16 16 16" model="models/powerups/ammo/shotgunam.md3">
201Shotgun ammo. Gives the player 10 by default.
202-------- KEYS --------
203<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
204<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
205<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 10).</integer>
206<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
207<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
208<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
209<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
210<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
211<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
212<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
213-------- SPAWNFLAGS --------
214<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
215-------- NOTES --------
216The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
217
218When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
219</point>
220
221<!--
222=============================================================================
223-->
224
225<point name="ammo_slugs" color=".3 .3 1" box="-16 -16 -16 16 16 16" model="models/powerups/ammo/railgunam.md3">
226Railgun ammo. Gives the player 10 by default.
227-------- KEYS --------
228<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
229<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
230<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 10).</integer>
231<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
232<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
233<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
234<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
235<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
236<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
237<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
238-------- SPAWNFLAGS --------
239<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
240-------- NOTES --------
241The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
242
243When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
244</point>
245
246<!--
247=============================================================================
248
249FUNC_* ENTITIES
250
251=============================================================================
252-->
253
254<group name="func_bobbing" color="0 .5 .8">
255Solid entity that oscillates back and forth in a linear motion. By default, it will have an amount of displacement in either direction equal to the dimension of the brush in the axis in which it's bobbing. Entity bobs on the Z axis (up-down) by default. It can also emit sound if the "noise" key is set. Will crush the player when blocked.
256-------- KEYS --------
257<real key="speed" name="Bob Cycle Time">amount of time in seconds for one complete oscillation cycle (default 4).</real>
258<real key="height" name="Vertical Travel">sets the amount of travel of the oscillation movement (default 32).</real>
259<real key="phase" name="Bob Cycle Phase">sets the start offset of the oscillation cycle. Values must be 0 &lt; phase &lt; 1. Any integer phase value is the same as no offset (default 0).</real>
260<sound key="noise" name="Sound File">path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav - See Notes).</sound>
261<model key="model2" name="Model File">path/name of model to include (eg: models/mapobjects/jets/jets01.md3).</model>
262<real3 key="origin" name="World Origin">alternate method of setting XYZ origin of sound and .md3 model included with entity (See Notes).</real3>
263<real key="light" name="Model Light Intensity">constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).</real>
264<color key="color" name="Model Light Color">constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).</color>
265<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
266<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
267<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
268-------- Q3MAP2 KEYS --------
269<targetname key="_targetname" name="Target Name">Used to attach a misc_model entity to this entity.</targetname>
270<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
271<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
272<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
273<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
274-------- Q3MAP2 TERRAIN KEYS --------
275<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
276<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
277<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
278-------- SPAWNFLAGS --------
279<flag key="X_AXIS" name="X Axis" bit="0">entity will bob along the X axis.</flag>
280<flag key="Y_AXIS" name="Y Axis" bit="1">entity will bob along the Y axis.</flag>
281-------- NOTES --------
282In order for the sound to be emitted from the entity, it is recommended to include a brush with an origin shader at its center, otherwise the sound will not follow the entity as it moves. Setting the origin key is simply an alternate method to using an origin brush. When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value.
283
284Target this entity with a misc_model to have the model attached to the entity (set the model's "target" key to the same value as this entity's "targetname").
285</group>
286
287<!--
288=============================================================================
289-->
290
291<group name="func_button" color="0 .5 .8">
292When a button is touched by a player, it moves in the direction set by the "angle" key, triggers all its targets, stays pressed by an amount of time set by the "wait" key, then returns to it's original position where it can be operated again.
293-------- KEYS --------
294<direction key="angle" name="Direction">determines the direction in which the button will move (up = -1, down = -2).</direction>
295<target key="target" name="Target">all entities with a matching targetname will be triggered.</target>
296<real key="speed" name="Move Speed">speed of button's displacement (default 40).</real>
297<real key="wait" name="Return Delay">number of seconds button stays pressed (default 1, -1 = return immediately).</real>
298<real key="lip" name="Lip">lip remaining at end of move (default 4 units).</real>
299<real key="health" name="Activate On Damage">(default 0) if set to any non-zero value, the button must take damage (any amount) to activate.</real>
300<real key="light" name="Model Light Intensity">constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).</real>
301<color key="color" name="Model Light Color">constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).</color>
302<model key="model2" name="Model File">path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3).</model>
303<real3 key="origin" name="World Origin">alternate method of setting XYZ origin of .md3 model included with entity (See Notes).</real3>
304<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
305<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
306<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
307-------- Q3MAP2 KEYS --------
308<targetname key="_targetname" name="Target Name">Used to attach a misc_model entity to this entity.</targetname>
309<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
310<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
311<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
312<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
313-------- Q3MAP2 TERRAIN KEYS --------
314<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
315<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
316<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
317-------- NOTES --------
318Setting the origin key is simply an alternate method to using an origin brush. When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value.
319
320Target this entity with a misc_model to have the model attached to the entity (set the model's "target" key to the same value as this entity's "targetname").
321</group>
322
323<!--
324=============================================================================
325-->
326
327<group name="func_door" color="0 .5 .8">
328Normal sliding door entity. By default, the door will activate when player walks close to it or when damage is inflicted to it.
329-------- KEYS --------
330<direction key="angle" name="Direction">determines the opening direction of door (up = -1, down = -2).</direction>
331<real key="speed" name="Move Speed">determines how fast the door moves (default 100).</real>
332<real key="wait" name="Return Delay">number of seconds before door returns (default 2, -1 = return immediately)</real>
333<real key="lip" name="Lip">lip remaining at end of move (default 8)</real>
334<targetname key="targetname" name="Target Name">if set, a func_button or trigger is required to activate the door.</targetname>
335<real key="health" name="Activate On Damage">(default 0) if set to any non-zero value, the button must take damage (any amount) to activate.</real>
336<integer key="dmg" name="Damage Inflicted">damage to inflict on player when he blocks operation of door (default 4). Door will reverse direction when blocked unless CRUSHER spawnflag is set.</integer>
337<string key="team" name="Team Name">assign the same team name to multiple doors that should operate together (see Notes).</string>
338<real key="light" name="Model Light Intensity">constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).</real>
339<color key="color" name="Model Light Color">constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).</color>
340<model key="model2" name="Model File">path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3).</model>
341<real3 key="origin" name="World Origin">alternate method of setting XYZ origin of .md3 model included with entity (See Notes).</real3>
342<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
343<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
344<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
345-------- Q3MAP2 KEYS --------
346<targetname key="_targetname" name="Target Name">Used to attach a misc_model entity to this entity.</targetname>
347<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
348<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
349<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
350<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
351-------- Q3MAP2 TERRAIN KEYS --------
352<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
353<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
354<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
355-------- SPAWNFLAGS --------
356<flag key="START_OPEN" name="Start Open" bit="0">the door will spawn in the open state and operate in reverse.</flag>
357<flag key="CRUSHER" name="Crusher" bit="2">door will not reverse direction when blocked and will keep damaging player until he dies or gets out of the way.</flag>
358-------- NOTES --------
359Unlike in Quake 2, doors that touch are NOT automatically teamed. If you want doors to operate together, you have to team them manually by assigning the same team name to all of them. Setting the origin key is simply an alternate method to using an origin brush. When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value.
360
361Target this entity with a misc_model to have the model attached to the entity (set the model's "target" key to the same value as this entity's "targetname").
362</group>
363
364<!--
365=============================================================================
366-->
367
368<group name="func_group" color="0 .5 .8">
369This is not an entity as such. It is strictly an editor utility to group world brushes and patches together for convenience (selecting, moving, copying, etc). You cannot group entities with this.
370-------- OLD TERRAIN KEYS (note: obsolete with Q3Map2) --------
371<boolean key="terrain" name="Is Terrain">this is an on/off flag. When set to 1, the entity becomes a terrain entity. Note: unecessary when compiling with Q3Map2. See Q3Map2 keys.</boolean>
372-------- Q3MAP2 KEYS --------
373<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
374<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
375<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
376<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
377-------- Q3MAP2 TERRAIN KEYS --------
378<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
379<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
380<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
381-------- NOTES --------
382The TAB key can be used to flip through the component pieces of a selected func_group entity, isolating individual components. To make a func_group into a terrain entity, refer to the Terrain Construction documentation.
383</group>
384
385<!--
386=============================================================================
387-->
388
389<group name="func_pendulum" color="0 .5 .8">
390Solid entity that describes a pendulum back and forth rotation movement. Rotates on the X axis by default. Pendulum frequency is a physical constant based on the length of the beam and gravity. Blocking the pendulum instantly kills a player.
391-------- KEYS --------
392<real key="angle" name="Yaw Angle">angle offset of axis of rotation from default X axis (default 0).</real>
393<real key="speed" name="Max Swing Angle">angle of swing arc in either direction from initial position (default 30).</real>
394<real key="phase" name="Swing Phase">sets the start offset of the swinging cycle. Values must be 0 &lt; phase &lt; 1. Any integer phase value is the same as no offset (default 0).</real>
395<sound key="noise" name="Sound File">path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav).</sound>
396<model key="model2" name="Model File">path/name of model to include (eg: models/mapobjects/jets/jets01.md3).</model>
397<real3 key="origin" name="World Origin">alternate method of setting XYZ origin of entity's rotation axis and .md3 model included with entity (default "0 0 0" - See Notes).</real3>
398<real key="light" name="Model Light Intensity">constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).</real>
399<color key="color" name="Model Light Color">constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).</color>
400<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
401<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
402<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
403-------- Q3MAP2 KEYS --------
404<targetname key="_targetname" name="Target Name">Used to attach a misc_model entity to this entity.</targetname>
405<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
406<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
407<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
408<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
409-------- Q3MAP2 TERRAIN KEYS --------
410<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
411<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
412<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
413-------- NOTES --------
414You need to have an origin brush as part of this entity. The center of that brush will be the point through which the rotation axis passes. Setting the origin key is simply an alternate method to using an origin brush. Pendulum will rotate along the X axis by default. Very crude operation: pendulum cannot rotate along Z axis, the speed of swing (frequency) is not adjustable. When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value.
415
416Target this entity with a misc_model to have the model attached to the entity (set the model's "target" key to the same value as this entity's "targetname").
417</group>
418
419<!--
420=============================================================================
421-->
422
423<group name="func_plat" color="0 .5 .8">
424Rising platform the player can ride to reach higher places. Plats must always be drawn in the raised position, so they will operate and be lighted correctly but they spawn in the lowered position. The plat will stay in the raised position until the player steps off. There are no proper sounds for this entity, only beep noises. It will spawn in the game and work properly but it sounds silly (see Notes).
425-------- KEYS --------
426<real key="speed" name="Move Speed">determines how fast the plat moves (default 150).</real>
427<real key="lip" name="Lip">lip remaining at end of move (default 16). Has no effect if "height" is set.</real>
428<real key="height" name="Vertical Travel">if set, this will determine the total amount of vertical travel of the plat.</real>
429<integer key="dmg" name="Damage Inflicted">damage to inflict on player when he blocks operation of plat (default 4). Plat will reverse direction when blocked.</integer>
430<targetname key="targetname" name="Target Name">if set, the trigger that points to this will raise the plat each time it fires. The plat raises and comes back down a second later if no player is on it.</targetname>
431<real key="light" name="Model Light Intensity">constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).</real>
432<color key="color" name="Model Light Color">constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).</color>
433<model key="model2" name="Model File">path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3).</model>
434<real3 key="origin" name="World Origin">alternate method of setting XYZ origin of .md3 model included with entity (See Notes).</real3>
435<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
436<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
437<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
438-------- Q3MAP2 KEYS --------
439<targetname key="_targetname" name="Target Name">Used to attach a misc_model entity to this entity.</targetname>
440<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
441<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
442<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
443<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
444-------- Q3MAP2 TERRAIN KEYS --------
445<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
446<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
447<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
448-------- NOTES --------
449By default, the total amount of vertical travel of a platform is implicitly determined by the overall vertical size of the brushes of which it's made minus the lip value. But if the "height" key is used, then the total amount of vertical travel of the plat will be exactly that value regardless of the shape and size of the plat and regardless of the value of the "lip" key. Using the "height" key is the best method for any kind of platforms and the only possible one for thin plats which need to travel vertical distances many times their own thickness. Setting the origin key is simply an alternate method to using an origin brush. When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value.
450
451There is a way to make plats play proper sounds. Just create a sound\movers\plats folder under baseq3 and put 2 sounds named pt1_strt.wav and pt1_end.wav in it. Those can be the renamed sounds from the Q2 plats or renamed copies of the sound\movers\doors sounds you can extract from your pak0.pk3 file or new custom sounds if you're up to it. Thanks to Fragzilla for the tip.
452
453Target this entity with a misc_model to have the model attached to the entity (set the model's "target" key to the same value as this entity's "targetname").
454</group>
455
456<!--
457=============================================================================
458-->
459
460<group name="func_rotating" color="0 .5 .8">
461Solid entity that rotates continuously. Rotates on the Z axis by default and requires an origin brush. It will always start on in the game and is not targetable.
462-------- KEYS --------
463<real key="speed" name="Rotation Speed">determines how fast entity rotates (default 100).</real>
464<sound key="noise" name="Sound File">path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav).</sound>
465<model key="model2" name="Model File">path/name of model to include (eg: models/mapobjects/bitch/fembotbig.md3).</model>
466<real3 key="origin" name="World Origin">alternate method of setting XYZ origin of entity's rotation axis and .md3 model included with entity (default "0 0 0" - See Notes).</real3>
467<real key="light" name="Model Light Intensity">constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).</real>
468<color key="color" name="Model Light Color">constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).</color>
469<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
470<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
471<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
472-------- Q3MAP2 KEYS --------
473<targetname key="_targetname" name="Target Name">Used to attach a misc_model entity to this entity.</targetname>
474<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
475<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
476<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
477<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
478-------- Q3MAP2 TERRAIN KEYS --------
479<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
480<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
481<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
482-------- SPAWNFLAGS --------
483<flag key="X_AXIS" name="X Axis" bit="2">entity will rotate along the X axis.</flag>
484<flag key="Y_AXIS" name="Y Axis" bit="3">entity will rotate along the Y axis.</flag>
485-------- NOTES --------
486You need to have an origin brush as part of this entity. The center of that brush will be the point through which the rotation axis passes. Setting the origin key is simply an alternate method to using an origin brush. It will rotate along the Z axis by default. You can check either the X_AXIS or Y_AXIS box to change that. When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value.
487
488Target this entity with a misc_model to have the model attached to the entity (set the model's "target" key to the same value as this entity's "targetname").
489</group>
490
491<!--
492=============================================================================
493-->
494
495<group name="func_static" color="0 .5 .8">
496Static non-solid bspmodel. Can be used for conditional walls and models.
497-------- KEYS --------
498<model key="model2" name="Model File">path/name of model to include (eg: models/mapobjects/bitch/fembotbig.md3).</model>
499<real3 key="origin" name="World Origin">alternate method of setting XYZ origin of .md3 model included with entity (See Notes).</real3>
500<real key="light" name="Model Light Intensity">constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).</real>
501<color key="color" name="Model Light Color">constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).</color>
502<targetname key="targetname" name="Target Name">NOT SUPPORTED BY RENDERER - if set, a func_button or trigger can make entity disappear from the game (See Notes).</targetname>
503<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
504<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
505<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
506-------- Q3MAP2 KEYS --------
507<targetname key="_targetname" name="Target Name">Used to attach a misc_model entity to this entity.</targetname>
508<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
509<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
510<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
511<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
512-------- Q3MAP2 TERRAIN KEYS --------
513<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
514<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
515<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
516-------- NOTES --------
517When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value. If a model is included with a targeted func_static, the brush(es) of the entity will be removed from the game but the .md3 model won't: it will automatically be moved to the (0 0 0) world origin so you should NOT include an .md3 model to a targeted func_static.
518
519Because the map has only a single bot navigation file, func_static's cannot be used to make significant changes in game play flow between differing game types.
520
521Target this entity with a misc_model to have the model attached to the entity (set the model's "target" key to the same value as this entity's "targetname").
522</group>
523
524<!--
525=============================================================================
526-->
527
528<point name="func_timer" color="0 .5 .8" box="-8 -8 -8 8 8 8">
529Time delay trigger that will continuously fire its targets after a preset time delay. The time delay can also be randomized. When triggered, the timer will toggle on/off.
530-------- KEYS --------
531<real key="wait" name="Time Period">delay in seconds between each triggering of its targets (default 1).</real>
532<real key="random" name="Time Period Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
533<target key="target" name="Target">this points to the entities to trigger.</target>
534<targetname key="targetname" name="Target Name">a func_button or trigger that points to this will toggle the timer on/off when activated.</targetname>
535<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
536<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
537<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
538-------- SPAWNFLAGS --------
539<flag key="START_ON" name="Start On" bit="0">timer will start on in the game and continuously fire its targets.</flag>
540-------- NOTES --------
541When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
542</point>
543
544<!--
545=============================================================================
546-->
547
548<group name="func_train" color="0 .5 .8">
549Trains are moving solids that follow a string of path_corner entities. Trains in Q3A are very basic, they also require an origin brush (see Notes).
550-------- KEYS --------
551<real key="speed" name="Move Speed">speed of displacement of train (default 100 or overridden by speed value of path).</real>
552<target key="target" name="Target">this points to the first path_corner of the path which is also the spawn location of the train's origin.</target>
553<model key="model2" name="Model File">path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3).</model>
554<real3 key="origin" name="World Origin">alternate method of setting XYZ origin of the train's brush(es) and .md3 model included with entity (See Notes).</real3>
555<real key="light" name="Model Light Intensity">constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).</real>
556<color key="color" name="Model Light Color">constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).</color>
557<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
558<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
559<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
560-------- Q3MAP2 KEYS --------
561<targetname key="_targetname" name="Target Name">Used to attach a misc_model entity to this entity.</targetname>
562<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).</real>
563<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
564<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
565<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
566-------- Q3MAP2 TERRAIN KEYS --------
567<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
568<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
569<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
570-------- NOTES --------
5711. Trains always start on in the game.
5722. Trains do not damage the played when blocked.
5733. Trains cannot emit sound.
5744. Trains are not triggerable or toggle-able.
5755. Trains cannot be block-stopped just by getting in their way, the player must be wedged between the train and another obstacle to block it.
576
577Setting the origin key is simply an alternate method to using an origin brush. When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value.
578
579Target this entity with a misc_model to have the model attached to the entity (set the model's "target" key to the same value as this entity's "targetname").
580</group>
581
582<!--
583=============================================================================
584
585HOLDABLE_* ENTITIES
586
587=============================================================================
588-->
589
590<point name="holdable_medkit" color=".7 0 1" box="-16 -16 -16 16 16 16" model="models/powerups/holdable/medkit.md3">
591Medkit that can be picked up and used later. Brings the player's health back to 100 when used. Player can only carry one holdable item at a time.
592-------- KEYS --------
593<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 60, -1 = never respawn).</real>
594<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
595<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
596<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
597<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
598<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
599<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
600<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
601<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
602-------- SPAWNFLAGS --------
603<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
604-------- NOTES --------
605The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
606
607When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
608</point>
609
610<!--
611=============================================================================
612-->
613
614<point name="holdable_teleporter" color=".7 0 1" box="-16 -16 -16 16 16 16" model="models/powerups/holdable/teleporter.md3">
615Teleporter item that can be picked up and used later. Teleports the player to a random player spawn point when used. Player can only carry one holdable item at a time.
616-------- KEYS --------
617<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 60, -1 = never respawn).</real>
618<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
619<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
620<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
621<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
622<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
623<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
624<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
625<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
626-------- SPAWNFLAGS --------
627<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
628-------- NOTES --------
629The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
630
631When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
632</point>
633
634<!--
635=============================================================================
636
637INFO_* ENTITIES
638
639=============================================================================
640-->
641
642<point name="info_camp" color="0 .5 0" box="-8 -8 -8 8 8 8">
643This atttracts bots which have a camping preference in their AI characteristics. It should be placed at least 32 units away from any brush surface.
644-------- KEYS --------
645<real key="range" name="Range">number of units that the bot can move away from camp entity while camping on it.</real>
646<real key="weight" name="Weight">number that is compared against the weight assigned to all the other camp spots in the map to determine if a bot chooses to camp there. The value is normalized against all other weight values.</real>
647-------- NOTES --------
648Examples of bots which have a high camping preference are: Razor, Tank Jr., Grunt, Patriot and Doom. Examples of bots which have a low camping preference are: Klesk, Mynx, Sarge, Keel and Xaero.
649</point>
650
651<!--
652=============================================================================
653-->
654
655<point name="info_notnull" color="0 .5 0" box="-8 -8 -8 8 8 8">
656Used as a positional target for entities that can use directional pointing. A target_position can be used instead of this but was kept in Q3A for legacy purposes.
657-------- KEYS --------
658<targetname key="targetname" name="Target Name">must match the target key of entity that uses this for pointing.</targetname>
659<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
660<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
661<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
662</point>
663
664<!--
665=============================================================================
666-->
667
668<point name="info_null" color="0 .5 0" box="-8 -8 -8 8 8 8">
669Used as a positional target for light entities to create a spotlight effect. A target_position can be used instead of this but was kept in Q3A for legacy purposes.
670-------- KEYS --------
671<targetname key="targetname" name="Target Name">must match the target key of entity that uses this for pointing.</targetname>
672<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
673<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
674<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
675</point>
676
677<!--
678=============================================================================
679-->
680
681<point name="info_player_deathmatch" color="1 0 1" box="-16 -16 -24 16 16 32">
682Normal player spawning location for Q3A levels.
683-------- KEYS --------
684<angle key="angle" name="Yaw Angle">direction in which player will look when spawning in the game. Does not apply to bots.</angle>
685<target key="target" name="Target">this can point at a target_give entity for respawn freebies.</target>
686<boolean key="nobots" name="No Bots">when set to 1, bots will never use this spawn point to respawn in the game.</boolean>
687<boolean key="nohumans" name="No Humans">when set to 1, human players will never use this spawn point to respawn in the game.</boolean>
688<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
689<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
690<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
691-------- SPAWNFLAGS --------
692<flag key="INITIAL" name="Initial Spawn Point" bit="0">makes the spawnpoint the initial place for the player to spawn at the beginning of the game.</flag>
693</point>
694
695<!--
696=============================================================================
697-->
698
699<point name="info_player_intermission" color="1 0 1" box="-16 -16 -16 16 16 16">
700Camera for intermission screen between matches. This also automatically generates the podium for bot arena matches (see Notes). Can be aimed by setting the "angles" key or targeting an pointing to an aiming entity. Use only one per level.
701-------- KEYS --------
702<angles key="angles" name="Pitch Yaw Roll">alternate "pitch, yaw, roll" angles method of aiming intermission camera (default 0 0 0).</angles>
703<target key="target" name="Target">point this to an info_notnull or target_position entity to set the camera's pointing angles.</target>
704-------- NOTES --------
705In genuine bot arena matches, the podium for the 1st, 2nd and 3rd place players at the end of the match is generated by this entity. The podium's origin will automatically be located 128 units in the direction of the camera's view and 84 units down from the y height of the view line at that point. It will also always be generated on a level plane regardless of the pointing angle of the camera so if that angle is too steep, part of the podium model might not be visible. Make sure you leave at least 106 units of free space in front of where the camera points to otherwise the podium model won't be visible at all.
706</point>
707
708<!--
709=============================================================================
710-->
711
712<point name="info_player_start" color="1 0 0" box="-16 -16 -24 16 16 32">
713Player spawn location. It works in Quake III Arena, but it is not used in the Id maps. Use info_player_deathmatch instead.
714-------- KEYS --------
715<angle key="angle" name="Yaw Angle">direction in which player will look when spawning in the game.</angle>
716<target key="target" name="Target">this can point at a target_give entity for respawn freebies.</target>
717</point>
718
719<!--
720=============================================================================
721-->
722
723<!--
724<point name="info_spectator_start" color="1 0 0" box="-16 -16 -24 16 16 32">
725Spectator spawn location. Doesn't appear to work in game. Commented out.
726======== KEYS ========
727<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean></boolean>
728<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean></boolean>
729<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean></boolean>
730</point>
731-->
732
733<!--
734=============================================================================
735
736ITEM_* ENTITIES
737
738=============================================================================
739-->
740
741<point name="item_armor_body" color=".6 0 0" box="-16 -16 -16 16 16 16" model="models/powerups/armor/armor_red.md3">
742Red Armor - 100 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points.
743-------- KEYS --------
744<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 25, -1 = never respawn).</real>
745<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
746<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
747<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
748<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
749<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
750<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
751<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
752<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
753-------- SPAWNFLAGS --------
754<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
755-------- NOTES --------
756The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
757
758When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
759</point>
760
761<!--
762=============================================================================
763-->
764
765<point name="item_armor_combat" color="1 .75 .3" box="-16 -16 -16 16 16 16" model="models/powerups/armor/armor_yel.md3">
766Yellow Armor - 50 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points.
767-------- KEYS --------
768<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 25, -1 = never respawn).</real>
769<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
770<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
771<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
772<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
773<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
774<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
775<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
776<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
777-------- SPAWNFLAGS --------
778<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
779-------- NOTES --------
780The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
781
782When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
783</point>
784
785<!--
786=============================================================================
787-->
788
789<point name="item_armor_shard" color="0 .7 0" box="-16 -16 -16 16 16 16" model="models/powerups/armor/shard.md3">
790Green Armor Shard - 5 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points.
791-------- KEYS --------
792<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 25, -1 = never respawn).</real>
793<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
794<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
795<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
796<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
797<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
798<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
799<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
800<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
801-------- SPAWNFLAGS --------
802<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
803-------- NOTES --------
804The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
805
806When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
807</point>
808
809<!--
810=============================================================================
811-->
812
813<point name="item_botroam" color="1 0.5 0" box="-8 -8 -8 8 8 8">
814Game Function: An invisible entity which attracts a bot to it. Use to move bots to parts of a map that might otherwise not be used (NEW ENTITY).
815-------- KEYS --------
816<real key="weight" name="Weight">non-zero floating point value, most often in the range 0 to 400. (Higher values are allowed but keep in mind that the bot should also be attracted to normal items.  Don't make the weight value too high.</real>
817<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
818<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
819<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
820-------- SPAWNFLAGS --------
821<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
822-------- NOTES --------
823The item_botroam entity can be used when a bot does not roam the whole level or prefers to go to only specific areas. This (invisible) item can be placed in a map just like regular items. Nobody can actually pick up the item it's only used to attract bots to certain places of the map. The value is the weight of the roam_item is relative to the weight assigned other items in the map (each bot has its own weights). The bot character specific item weights are stored with the bot characters AI files ("botname"_i.c for items and "botname"_w.c for weapons) in the botfiles/bots/ sub-folder in the .pk3 file.
824</point>
825
826<!--
827=============================================================================
828-->
829
830<point name="item_enviro" color=".5 0 1" box="-16 -16 -16 16 16 16" model="models/powerups/instant/enviro.md3">
831Battle Suit power-up - Gives protection against slime, lava and weapon splash damage. Lasts 30 seconds.
832-------- KEYS --------
833<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 120, -1 = never respawn).</real>
834<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
835<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 30).</real>
836<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
837<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
838<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
839<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
840<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
841<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
842<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
843-------- SPAWNFLAGS --------
844<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
845-------- NOTES --------
846The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
847
848When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
849</point>
850
851<!--
852=============================================================================
853-->
854
855<point name="item_flight" color=".5 0 1" box="-16 -16 -16 16 16 16" model="models/powerups/instant/flight.md3">
856Flight power-up. Lasts 60 seconds.
857-------- KEYS --------
858<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 120, -1 = never respawn).</real>
859<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
860<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 60).</real>
861<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
862<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
863<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
864<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
865<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
866<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
867<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
868-------- SPAWNFLAGS --------
869<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
870-------- NOTES --------
871The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
872
873When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
874</point>
875
876<!--
877=============================================================================
878-->
879
880<point name="item_haste" color=".5 0 1" box="-16 -16 -16 16 16 16" model="models/powerups/instant/haste.md3">
881Speed power-up. Makes player run at double speed for 30 seconds.
882-------- KEYS --------
883<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 120, -1 = never respawn).</real>
884<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
885<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 30).</real>
886<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
887<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
888<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
889<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
890<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
891<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
892<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
893-------- SPAWNFLAGS --------
894<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
895-------- NOTES --------
896The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
897
898When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
899</point>
900
901<!--
902=============================================================================
903-->
904
905<point name="item_health" color=".8 .8 0" box="-16 -16 -16 16 16 16" model="models/powerups/health/medium_cross.md3">
906Yellow cross bubble - 25 Health. Cannot be picked up over 100 health.
907-------- KEYS --------
908<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 35, -1 = never respawn).</real>
909<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
910<real key="count" name="Health Given">sets the amount of health points given to the player when item is picked up (default 25).</real>
911<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
912<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
913<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
914<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
915<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
916<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
917-------- SPAWNFLAGS --------
918<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
919-------- NOTES --------
920The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
921
922When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
923</point>
924
925<!--
926=============================================================================
927-->
928
929<point name="item_health_large" color="1 0 0" box="-16 -16 -16 16 16 16" model="models/powerups/health/large_cross.md3">
930Gold cross bubble - 50 Health. Cannot be picked up over 100 health.
931-------- KEYS --------
932<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 35, -1 = never respawn).</real>
933<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
934<real key="count" name="Health Given">sets the amount of health points given to the player when item is picked up (default 50).</real>
935<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
936<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
937<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
938<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
939<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
940<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
941-------- SPAWNFLAGS --------
942<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
943-------- NOTES --------
944The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
945
946When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
947</point>
948
949<!--
950=============================================================================
951-->
952
953<point name="item_health_mega" color="0 0 1" box="-16 -16 -16 16 16 16" model="models/powerups/health/mega_cross.md3">
954Blue M bubble - 100 Health. Adds 100 health points to current health up to a maximum of 200.
955-------- KEYS --------
956<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
957<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
958<real key="count" name="Health Given">sets the amount of health points given to the player when item is picked up (default 100).</real>
959<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
960<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
961<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
962<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
963<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
964<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
965<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
966-------- SPAWNFLAGS --------
967<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
968-------- NOTES --------
969The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
970
971When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
972</point>
973
974<!--
975=============================================================================
976-->
977
978<point name="item_health_small" color="0 1 0" box="-16 -16 -16 16 16 16" model="models/powerups/health/small_cross.md3">
979Green cross bubble - 5 Health. Can be picked up over 100 health but slowly wears out to 100 afterwards.
980-------- KEYS --------
981<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 35, -1 = never respawn).</real>
982<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
983<real key="count" name="Health Given">sets the amount of health points given to the player when item is picked up (default 5).</real>
984<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
985<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
986<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
987<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
988<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
989<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
990<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
991-------- SPAWNFLAGS --------
992<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
993-------- NOTES --------
994The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
995
996When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
997</point>
998
999<!--
1000=============================================================================
1001-->
1002
1003<point name="item_invis" color=".5 0 1" box="-16 -16 -16 16 16 16" model="models/powerups/instant/invis.md3">
1004Invisibility power-up. Lasts 30 seconds.
1005-------- KEYS --------
1006<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 120, -1 = never respawn).</real>
1007<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1008<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 30).</real>
1009<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1010<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1011<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1012<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1013<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1014<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1015<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1016-------- SPAWNFLAGS --------
1017<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1018-------- NOTES --------
1019The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1020
1021When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1022</point>
1023
1024<!--
1025=============================================================================
1026-->
1027
1028<point name="item_quad" color=".4 .6 1" box="-16 -16 -16 16 16 16" model="models/powerups/instant/quad.md3">
1029Quad Damage power-up. Lasts 30 seconds.
1030-------- KEYS --------
1031<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 120, -1 = never respawn).</real>
1032<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1033<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 30).</real>
1034<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1035<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1036<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1037<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1038<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1039<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1040<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1041-------- SPAWNFLAGS --------
1042<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1043-------- NOTES --------
1044The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1045
1046When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1047</point>
1048
1049<!--
1050=============================================================================
1051-->
1052
1053<point name="item_regen" color=".5 0 1" box="-16 -16 -16 16 16 16" model="models/powerups/instant/regen.md3">
1054Health Regeneration power-up. This will boost your current health by 5 points every second for a period of up to 30 seconds or up to 200 points whichever comes first. Afterwards, any health points over 100 slowly wears out to 100.
1055-------- KEYS --------
1056<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 120, -1 = never respawn).</real>
1057<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1058<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 30).</real>
1059<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1060<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1061<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1062<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1063<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1064<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1065<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1066-------- SPAWNFLAGS --------
1067<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1068-------- NOTES --------
1069The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1070
1071When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1072</point>
1073
1074<!--
1075=============================================================================
1076
1077LIGHT ENTITY
1078
1079=============================================================================
1080-->
1081
1082
1083<point name="light" color=".65 .65 1" box="-8 -8 -8 8 8 8">
1084Non-displayed point light source. The -pointscale and -scale arguments to Q3Map2 affect the brightness of these lights. The -skyscale argument affects brightness of entity sun lights.
1085-------- KEYS --------
1086<real key="_light;light" name="Light Intensity">overrides the default 300 intensity.</real>
1087<color key="color" name="Light Color">weighted RGB value of light color (default white - 1.0 1.0 1.0).</color>
1088<target key="target" name="Target">Lights pointed at a target will be spotlights.</target>
1089<real key="radius" name="Spotlight Radius">overrides the default 64 unit radius of a spotlight at the target point.</real>
1090-------- Q3MAP2 KEYS --------
1091<boolean key="_sun" name="Directional">Set this key to 1 on a spotlight to make an infinite sun light.</boolean>
1092<real key="_sun" name="Linear Fade">Fades light attenuation. Only affects linear lights.</real>
1093<real key="_sun" name="Intensity Scale">Scales light attentation, from SOF2/JK2. Scales the "light" value.</real>
1094-------- SPAWNFLAGS --------
1095<flag key="LINEAR" name="Linear Falloff" bit="0">Use a linear falloff. Default is inverse distance squared (more realistic).</flag>
1096<flag key="NOANGLE" name="No Angle Attenuation" bit="1">Ignore angle attenuation.</flag>
1097<flag key="NOGRIDLIGHT" name="Not Dynamic" bit="4">Do not affect the lightgrid (dynamic entity lighting).</flag>
1098</point>
1099
1100<point name="lightJunior" color="0 0.7 0.3" box="-6 -6 -6 6 6 6">
1101Non-displayed point light source THAT ONLY AFFECTS ENTITIES (lightgrid). The -pointscale and -scale arguments to Q3Map2 affect the brightness of these lights. The -skyscale argument affects brightness of entity sun lights.
1102-------- KEYS --------
1103<real key="_light;light" name="Light Intensity">overrides the default 300 intensity.</real>
1104<color key="color" name="Light Color">weighted RGB value of light color (default white - 1.0 1.0 1.0).</color>
1105<target key="target" name="Target">Lights pointed at a target will be spotlights.</target>
1106<real key="radius" name="Spotlight Radius">overrides the default 64 unit radius of a spotlight at the target point.</real>
1107-------- Q3MAP2 KEYS --------
1108<boolean key="_sun" name="Directional">Set this key to 1 on a spotlight to make an infinite sun light.</boolean>
1109<real key="_sun" name="Linear Fade">Fades light attenuation. Only affects linear lights.</real>
1110<real key="_sun" name="Intensity Scale">Scales light attentation, from SOF2/JK2. Scales the "light" value.</real>
1111-------- SPAWNFLAGS --------
1112<flag key="LINEAR" name="Linear Falloff" bit="0">Use a linear falloff. Default is inverse distance squared (more realistic).</flag>
1113<flag key="NOANGLE" name="No Angle Attenuation" bit="1">Ignore angle attenuation.</flag>
1114<flag key="NOGRIDLIGHT" name="Not Dynamic" bit="4">Do not affect the lightgrid (dynamic entity lighting). Setting this spawnflag will disable this light entirely.</flag>
1115</point>
1116
1117<!--
1118=============================================================================
1119
1120MISC_* ENTITIES
1121
1122=============================================================================
1123-->
1124
1125<point name="misc_model" color="1 .5 .25" box="-16 -16 -16 16 16 16">
1126Generic placeholder for inserting MD3 models in game. Requires compilation of map geometry to be added to level. If the map is compiled with Q3Map2, then ASE, 3DS, OBJ and other model formats are supported.
1127-------- KEYS --------
1128<angle key="angle" name="Yaw Angle">direction in which model will be oriented.</angle>
1129<model key="model" name="Model File">path/name of model to use (eg: models/mapobjects/teleporter/teleporter.md3).</model>
1130-------- Q3MAP2 KEYS --------
1131<angles key="angles" name="Pitch Yaw Roll">Individual control of PITCH, YAW, and ROLL (default 0 0 0).</angles>
1132<real key="modelscale" name="Uniform Scale">Floating-point value used to scale a model up or down (default 1.0).</real>
1133<real3 key="modelscale_vec" name="Scale XYZ">Floating-point vector used to scale a model's axes individually (default 1.0 1.0 1.0).</real3>
1134<array key="_remap" name="Shader Remaps">Used to remap textures/shaders in the model. To remap all shaders to a given shader, use "*;models/mymodel/mytexture". To remap a specific shader, use "models/mymodel/old;models/mymodel/new".</array>
1135<target key="target" name="Target">Used to attach the misc_model to a brush entity, where its "targetname" key is the same value.</target>
1136<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on this model (if model is using lightmapped shaders) (default 1.0).</real>
1137<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
1138<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
1139<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture>
1140
1141</point>
1142
1143<!--
1144=============================================================================
1145-->
1146
1147<point name="misc_portal_camera" color="1 .5 .25" box="-8 -8 -8 8 8 8">
1148Portal camera. This camera is used to project its view onto a portal surface in the level through the intermediary of a misc_portal_surface entity. Use the "angles" key or target a target_position or info_notnull entity to set the camera's pointing direction.
1149-------- KEYS --------
1150<angles key="angles" name="Pitch Yaw Roll">this sets the pitch and yaw aiming angles of the portal camera (default 0 0). Use "roll" key to set roll angle.</angles>
1151<target key="target" name="Target">point this to a target_position entity to set the camera's pointing direction.</target>
1152<targetname key="targetname" name="Target Name">a misc_portal_surface portal surface indicator must point to this.</targetname>
1153<real key="roll" name="Roll">roll angle of camera. A value of 0 is upside down and 180 is the same as the player's view.</real>
1154<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1155<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1156<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1157-------- SPAWNFLAGS --------
1158<flag key="SLOWROTATE" name="Rotate Slowly" bit="0">makes the portal camera rotate slowly along the roll axis.</flag>
1159<flag key="FASTROTATE" name="Rotate Faster" bit="1">makes the portal camera rotate faster along the roll axis.</flag>
1160-------- NOTES --------
1161Both the setting "angles" key or "targeting a target_position" methods can be used to aim the camera. However, the target_position method is simpler. In both cases, the "roll" key must be used to set the roll angle. If either the SLOWROTATE or FASTROTATE spawnflag is set, then the "roll" value is irrelevant.
1162</point>
1163
1164<!--
1165=============================================================================
1166-->
1167
1168<point name="misc_portal_surface" color="1 .5 .25" box="-8 -8 -8 8 8 8">
1169Portal surface indicator. This will "lock on" the brush face closest to it and identify as a portal. The view displayed on the portal surface is the view of the misc_portal_camera that this entity targets. Also used for mirrors (see Notes).
1170-------- KEYS --------
1171<target key="target" name="Target">point this to a misc_portal_camera that "sees" the view you want to display on the portal.</target>
1172<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1173<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1174<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1175-------- NOTES --------
1176The entity must be no farther than 64 units away from the portal surface to lock onto it. To make a mirror, apply the common/mirror shader to the surface, place this entity near it but don't target a misc_portal_camera.
1177</point>
1178
1179<!--
1180=============================================================================
1181-->
1182
1183<point name="misc_teleporter_dest" color="1 .5 .25" box="-32 -32 -24 32 32 -16">
1184Teleport destination location point for trigger_teleporter entities.
1185-------- KEYS --------
1186<angle key="angle" name="Yaw Angle">direction in which player will look when teleported.</angle>
1187<targetname key="targetname" name="Target Name">make the trigger_teleporter point to this.</targetname>
1188<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1189<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1190<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1191</point>
1192
1193<!--
1194=============================================================================
1195
1196PATH_* ENTITIES
1197
1198=============================================================================
1199-->
1200
1201<point name="path_corner" color=".5 .3 0" box="-8 -8 -8 8 8 8">
1202Path corner entity that func_trains can be made to follow.
1203-------- KEYS --------
1204<target key="target" name="Target">point to next path_corner in the path.</target>
1205<targetname key="targetname" name="Target Name">the train following the path or the previous path_corner in the path points to this.</targetname>
1206<real key="speed" name="Move Speed">speed of func_train while moving to the next path corner. This will override the speed value of the train.</real>
1207<real key="wait" name="Corner Delay">number of seconds func_train will pause on path corner before moving to next path corner (default 0 - see Notes).</real>
1208<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1209<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1210<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1211-------- NOTES --------
1212Setting the wait key to -1 will not make the train stop on the path corner, it will simply default to 0.
1213</point>
1214
1215<!--
1216=============================================================================
1217
1218SHOOTER_* ENTITIES
1219
1220=============================================================================
1221-->
1222
1223<point name="shooter_grenade" color="1 0 .5" box="-8 -8 -8 8 8 8">
1224This will shoot a grenade each time it's triggered. Aiming is done by setting the "angles" key or by targeting an info_notnull or target_position entity.
1225-------- KEYS --------
1226<angles key="angles" name="Pitch Yaw Roll">this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply.</angles>
1227<targetname key="targetname" name="Target Name">activating trigger points to this.</targetname>
1228<target key="target" name="Target">this points to a target_position entity for aiming the grenades.</target>
1229<real key="random" name="Angle Variance">random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes).</real>
1230<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1231<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1232<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1233-------- NOTES --------
1234When the random key is set, its value is used to calculate a maximum angle deviation from the normal trajectory formed by a straight line between the shooter and the aiming entity it targets. The final trajectory will be a random value anywhere between no deviation at all (0) to maximum deviation (value of the random key).
1235
1236Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.
1237</point>
1238
1239<!--
1240=============================================================================
1241-->
1242
1243<point name="shooter_plasma" color="1 0 .5" box="-8 -8 -8 8 8 8">
1244This will shoot a plasma ball each time it's triggered. Aiming is done by setting the "angles" key or by targeting an info_notnull or target_position entity.
1245-------- KEYS --------
1246<angles key="angles" name="Pitch Yaw Roll">this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply.</angles>
1247<targetname key="targetname" name="Target Name">activating trigger points to this.</targetname>
1248<target key="target" name="Target">this points to a target_position entity for aiming the plasma balls.</target>
1249<real key="random" name="Angle Variance">random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes).</real>
1250<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1251<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1252<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1253-------- NOTES --------
1254When the random key is set, its value is used to calculate a maximum angle deviation from the normal trajectory formed by a straight line between the shooter and the aiming entity it targets. The final trajectory will be a random value anywhere between no deviation at all (0) to maximum deviation (value of the random key).
1255
1256Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.
1257</point>
1258
1259<!--
1260=============================================================================
1261-->
1262
1263<point name="shooter_rocket" color="1 0 .5" box="-8 -8 -8 8 8 8">
1264This will shoot a rocket each time it's triggered. Aiming is done by setting the "angles" key or by targeting an info_notnull or target_position entity.
1265-------- KEYS --------
1266<angles key="angles" name="Pitch Yaw Roll">this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply.</angles>
1267<targetname key="targetname" name="Target Name">activating trigger points to this.</targetname>
1268<target key="target" name="Target">this points to a target_position entity for aiming the rockets.</target>
1269<real key="random" name="Angle Variance">random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes).</real>
1270<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1271<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1272<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1273-------- NOTES --------
1274When the random key is set, its value is used to calculate a maximum angle deviation from the normal trajectory formed by a straight line between the shooter and the aiming entity it targets. The final trajectory will be a random value anywhere between no deviation at all (0) to maximum deviation (value of the random key).
1275
1276Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.
1277</point>
1278
1279<!--
1280=============================================================================
1281
1282TARGET_* ENTITIES
1283
1284=============================================================================
1285-->
1286
1287<point name="target_delay" color="0 .7 .7" box="-8 -8 -8 8 8 8">
1288Time delay trigger intermediary. Like a target_relay, this can only be fired by other triggers which will cause it in turn to fire its own targets.
1289-------- KEYS --------
1290<targetname key="targetname" name="Target Name">activating trigger points to this.</targetname>
1291<target key="target" name="Target">this points to entities to activate when this entity is triggered.</target>
1292<real key="wait" name="Delay">delay in seconds from when this gets triggered to when it fires its own targets (default approx. 1).</real>
1293<real key="delay" name="Delay">same as wait? replaces it? WTF?...I'm confused now.</real>
1294<real key="random" name="Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1295<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1296<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1297<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1298-------- NOTES --------
1299When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1300</point>
1301
1302<!--
1303=============================================================================
1304-->
1305
1306<point name="target_give" color="0 .5 0" box="-8 -8 -8 8 8 8">
1307This is used to give ammo, weapons, health or items to the player who activates it.
1308-------- KEYS --------
1309<target key="target" name="Target">this points to the item(s) to give when activated.</target>
1310<targetname key="targetname" name="Target Name">activating trigger or spawn entity points to this.</targetname>
1311<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1312<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1313<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1314-------- NOTES --------
1315There are 2 ways to use this entity.
1316a) automatically give items to players when they spawn in the game: make a spawn location entity like info_player_deathmatch or CTF respawn points target this entity, then make it target the item(s) to give to the player upon respawn.
1317b) give items to players during the game: make a trigger_multiple target this entity, then make it target the item(s) to give to the player when the trigger is touched.
1318</point>
1319
1320<!--
1321=============================================================================
1322-->
1323
1324<point name="target_kill" color="0 .5 0" box="-8 -8 -8 8 8 8">
1325This will kill the player who activates the trigger that fires this target.
1326-------- KEYS --------
1327<targetname key="targetname" name="Target Name">the activating trigger points to this.</targetname>
1328<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1329<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1330<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1331</point>
1332
1333<!--
1334=============================================================================
1335-->
1336
1337<!--
1338<point name="target_laser" color="0 .5 0" box="-8 -8 -8 8 8 8) START_ON
1339Generates a red laser beam. I think this can somehow spawn in the game, I saw it once but it's too inconsistent to be usable. Commented out.
1340======== KEYS ========
1341<angles key="angles" name="Pitch Yaw Roll">alternate "pitch, yaw, roll" angles method of aiming laser (default 0 0 0).
1342<target key="target" name="Target">point this to a target_position entity to set the laser's aiming direction.
1343<targetname key="targetname" name="Target Name">the activating trigger points to this.
1344<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1345<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1346<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1347======== SPAWNFLAGS ========
1348START_ON : when set, the laser will start on in the game.
1349</point>
1350-->
1351<!--
1352=============================================================================
1353-->
1354
1355<list name="colorIndex">
1356  <item name="white" value="0"/>
1357  <item name="red" value="1"/>
1358  <item name="green" value="2"/>
1359  <item name="yellow" value="3"/>
1360  <item name="blue" value="4"/>
1361  <item name="cyan" value="5"/>
1362  <item name="magenta" value="6"/>
1363  <item name="white2" value="7"/>
1364</list>
1365
1366<point name="target_location" color="0 .5 0" box="-8 -8 -8 8 8 8">
1367Location marker used by bots and players for team orders and team chat in the course of Teamplay games. The closest target_location in sight is used for the location. If none is in sight, the closest in distance is used.
1368-------- KEYS --------
1369message :  name of the location (text string). Displayed in parentheses in front of all team chat and order messages.
1370<colorIndex key="count" name="Text Color" value="0">color of the location text displayed in parentheses during team chat. Set to 0-7 for color.
1371   0 : white (default)
1372   1 : red
1373   2 : green
1374   3 : yellow
1375   4 : blue
1376   5 : cyan
1377   6 : magenta
1378   7 : white</colorIndex>
1379<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1380<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1381<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1382</point>
1383
1384<!--
1385=============================================================================
1386-->
1387
1388<point name="target_position" color="0 .5 0" box="-8 -8 -8 8 8 8">
1389Aiming target for entities like light, misc_portal_camera and trigger_push (jump pads) in particular.
1390-------- KEYS --------
1391<targetname key="targetname" name="Target Name">the entity that requires an aiming direction points to this.</targetname>
1392<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1393<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1394<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1395-------- NOTES --------
1396To make a jump pad, place this entity at the highest point of the jump and target it with a trigger_push entity.
1397</point>
1398
1399<!--
1400=============================================================================
1401-->
1402
1403<point name="target_print" color="0 .5 0" box="-8 -8 -8 8 8 8">
1404This will print a message on the center of the screen when triggered. By default, all the clients will see the message.
1405-------- KEYS --------
1406<string key="message" name="Message">text string to print on screen.</string>
1407<targetname key="targetname" name="Target Name">the activating trigger points to this.</targetname>
1408<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1409<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1410<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1411-------- SPAWNFLAGS --------
1412<flag key="REDTEAM" name="Red Team Only" bit="0">only the red team players will see the message.</flag>
1413<flag key="BLUETEAM" name="Blue Team Only" bit="1">only the blue team players will see the message.</flag>
1414<flag key="PRIVATE" name="Activator Only" bit="2">only the player that activates the target will see the message.</flag>
1415</point>
1416
1417<!--
1418=============================================================================
1419-->
1420
1421<point name="target_push" color=".5 .5 .5" box="-8 -8 -8 8 8 8">
1422This can be used to create jump pads and launch ramps. The direction of push can be set by the "angles" key or pointing to a target_position or info_notnull entity. Unlike trigger_push, this is NOT client side predicted and must be activated by a trigger.
1423-------- KEYS --------
1424<angles key="angles" name="Pitch Yaw Roll">this sets the pitch and yaw aiming angles of push entity (default 0 0). The roll angle does not apply.</angles>
1425<real key="speed" name="Push Speed">speed of push (default 1000). Has no effect if entity targets an aiming entity.</real>
1426<targetname key="targetname" name="Target Name">the activating trigger points to this. Push originates from the location of the trigger.</targetname>
1427<target key="target" name="Target">this points to the aiming entity to which the player will jump.</target>
1428<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1429<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1430<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1431-------- SPAWNFLAGS --------
1432<flag key="BOUNCEPAD" name="Bounce Sounds" bit="0">if set, trigger will play bounce noise instead of beep noise when activated (recommended).</flag>
1433-------- NOTES --------
1434To make a jump pad or launch ramp, create a trigger_multiple where the jump must originate. Place the target_push directly above the trigger_multiple and place the target_position entity at the highest point of the jump. Target the trigger_multiple to the target_push and target the target_push to the target_position/info_notnull (or set the target_push's "angles" key). Note that the "angle" key also works.
1435</point>
1436
1437<!--
1438=============================================================================
1439-->
1440
1441<point name="target_relay" color="0 .7 .7" box="-8 -8 -8 8 8 8">
1442This can only be activated by other triggers which will cause it in turn to activate its own targets.
1443-------- KEYS --------
1444<targetname key="targetname" name="Target Name">activating trigger points to this.</targetname>
1445<target key="target" name="Target">this points to entities to activate when this entity is triggered.</target>
1446<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1447<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1448<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1449-------- SPAWNFLAGS --------
1450<flag key="RED_ONLY" name="Red Team Only" bit="0">only red team players can activate trigger.</flag>
1451<flag key="BLUE_ONLY" name="Blue Team Only" bit="1">only red team players can activate trigger.</flag>
1452<flag key="RANDOM" name="Random Target" bit="2">one one of the targeted entities will be triggered at random.</flag>
1453</point>
1454
1455<!--
1456=============================================================================
1457-->
1458
1459<point name="target_remove_powerups" color="0 .7 .7" box="-8 -8 -8 8 8 8">
1460This takes away any and all item_* type powerups from player except health and armor (holdable_* items are not taken away either). Must be activated by a button or trigger_multiple entity. The player that activates the trigger will lose any powerup(s) currently in his possession.
1461-------- KEYS --------
1462<targetname key="targetname" name="Target Name">activating trigger points to this.</targetname>
1463<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1464<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1465<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1466</point>
1467
1468<!--
1469=============================================================================
1470-->
1471
1472<point name="target_score" color="0 .5 0" box="-8 -8 -8 8 8 8">
1473This is used to automatically give frag points to the player who activates this. A spawn location entity like info_player_* or CTF respawn points can target this entity to give points to the player when he spawns in the game. Or a trigger can also be used to activate this. The activator of the trigger will get the points.
1474-------- KEYS --------
1475<targetname key="targetname" name="Target Name">ativating entity points to this.</targetname>
1476<integer key="count" name="Frags Given">number of frag points to give to player (default 1).</integer>
1477<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1478<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1479<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1480</point>
1481
1482<!--
1483=============================================================================
1484-->
1485
1486<point name="target_speaker" color="0 .7 .7" box="-8 -8 -8 8 8 8">
1487Sound generating entity that plays .wav files. Normal non-looping sounds play each time the target_speaker is triggered. Looping sounds can be set to play by themselves (no activating trigger) or be toggled on/off by a trigger.
1488-------- KEYS --------
1489<sound key="noise" name="Sound File">path/name of .wav file to play (eg. sound/world/growl1.wav - see Notes).</sound>
1490<real key="wait" name="Repeat Time">delay in seconds between each time the sound is played ("random" key must be set - see Notes).</real>
1491<real key="random" name="Repeat Time Variance">random time variance in seconds added or subtracted from "wait" delay ("wait" key must be set - see Notes).</real>
1492<targetname key="targetname" name="Target Name">the activating button or trigger points to this.</targetname>
1493<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1494<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1495<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1496-------- SPAWNFLAGS --------
1497<flag key="LOOPED_ON" name="Loop, Start On" bit="0">sound will loop and initially start on in level (will toggle on/off when triggered).</flag>
1498<flag key="LOOPED_OFF" name="Loop, Start Off" bit="1">sound will loop and initially start off in level (will toggle on/off when triggered).</flag>
1499<flag key="GLOBAL" name="No Distance Attenuation" bit="2">sound will play full volume throughout the level.</flag>
1500<flag key="ACTIVATOR" name="Audible Only To Activator" bit="3">sound will play only for the player that activated the target.</flag>
1501-------- NOTES --------
1502The path portion value of the "noise" key can be replaced by the implicit folder character "*" for triggered sounds that belong to a particular player model. For example, if you want to create a "bottomless pit" in which the player screams and dies when he falls into, you would place a trigger_multiple over the floor of the pit and target a target_speaker with it. Then, you would set the "noise" key to "*falling1.wav". The * character means the current player model's sound folder. So if your current player model is Visor, * = sound/player/visor, if your current player model is Sarge, * = sound/player/sarge, etc. This cool feature provides an excellent way to create "player-specific" triggered sounds in your levels.
1503
1504The combination of the "wait" and "random" keys can be used to play non-looping sounds without requiring an activating trigger but both keys must be used together. The value of the "random" key is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1505</point>
1506
1507<!--
1508=============================================================================
1509-->
1510
1511<point name="target_teleporter" color="0 .5 0" box="-8 -8 -8 8 8 8">
1512Activating this will teleport players to the location of the targeted misc_teleporter_dest entity. Unlike trigger_teleport, this entity must be activated by a trigger and does NOT allow client prediction of events.
1513-------- KEYS --------
1514<targetname key="targetname" name="Target Name">activating trigger points to this.</targetname>
1515<target key="target" name="Target">this must point to a misc_teleporter_dest entity.</target>
1516<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1517<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1518<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1519</point>
1520
1521<!--
1522=============================================================================
1523
1524TEAM_* ENTITIES
1525
1526=============================================================================
1527-->
1528
1529<point name="team_CTF_blueflag" color="0 .2 1" box="-16 -16 -16 16 16 16" model="models/flags/b_flag.md3">
1530Blue team flag for CTF games.
1531</point>
1532
1533<!--
1534=============================================================================
1535-->
1536
1537<point name="team_CTF_blueplayer" color="0 .2 1" box="-16 -16 -24 16 16 32">
1538Initial Blue team spawning position for CTF games. This is where players spawn when they join the Blue team.
1539-------- KEYS --------
1540<target key="target" name="Target">this can point at a target_give entity for respawn freebies.</target>
1541</point>
1542
1543<!--
1544=============================================================================
1545-->
1546
1547<point name="team_CTF_bluespawn" color="0 .2 1" box="-16 -16 -24 16 16 32">
1548Blue team respawning position for CTF games. This is where Blue team players respawn after they get fragged.
1549-------- KEYS --------
1550<target key="target" name="Target">this can point at a target_give entity for respawn freebies.</target>
1551</point>
1552
1553<!--
1554=============================================================================
1555-->
1556
1557<point name="team_CTF_redflag" color="1 .2 0" box="-16 -16 -16 16 16 16" model="models/flags/r_flag.md3">
1558Red team flag for CTF games.
1559</point>
1560
1561<!--
1562=============================================================================
1563-->
1564
1565<point name="team_CTF_redplayer" color="1 .2 0" box="-16 -16 -24 16 16 32">
1566Initial Red team spawning position for CTF games. This is where players spawn when they join the Red team.
1567-------- KEYS --------
1568<target key="target" name="Target">this can point at a target_give entity for respawn freebies.</target>
1569</point>
1570
1571<!--
1572=============================================================================
1573-->
1574
1575<point name="team_CTF_redspawn" color="0 .2 1" box="-16 -16 -24 16 16 32">
1576Red team respawning position for CTF games. This is where Red team players respawn after they get fragged.
1577-------- KEYS --------
1578<target key="target" name="Target">this can point at a target_give entity for respawn freebies.</target>
1579</point>
1580
1581<!--
1582=============================================================================
1583
1584TRIGGER_* ENTITIES
1585
1586=============================================================================
1587-->
1588
1589<point name="trigger_always" color=".5 .5 .5" box="-8 -8 -8 8 8 8">
1590Automatic trigger. It will fire the entities it targets as soon as it spawns in the game.
1591-------- KEYS --------
1592<target key="target" name="Target">this points to the entity to activate.</target>
1593<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1594<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1595<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1596</point>
1597
1598<!--
1599=============================================================================
1600-->
1601
1602<group name="trigger_hurt" color=".5 .5 .5">
1603Any player that touches this will be hurt by "dmg" points of damage once per server frame (very fast). A sizzling sound is also played while the player is being hurt.
1604-------- KEYS --------
1605<integer key="dmg" name="Damage Inflicted">number of points of damage inflicted to player per server frame (default 5 - integer values only).</integer>
1606<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1607<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1608<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1609-------- SPAWNFLAGS --------
1610<flag key="START_OFF" name="Start Disabled" bit="0">needs to be triggered (toggle) for damage</flag>
1611<flag key="SILENT" name="Silent" bit="2">supresses the sizzling sound while player is being hurt.</flag>
1612<flag key="NO_PROTECTION" name="No Powerup Protection" bit="3">player will be hurt regardless of protection (see Notes).</flag>
1613<flag key="SLOW" name="Damage Once Per Second" bit="4">changes the damage rate to once per second.</flag>
1614-------- NOTES --------
1615The invulnerability power-up (item_enviro) does not protect the player from damage caused by this entity regardless of whether the NO_PROTECTION spawnflag is set or not. Triggering a trigger_hurt will have no effect if the START_OFF spawnflag is not set. A trigger_hurt always starts on in the game.
1616</group>
1617
1618<!--
1619=============================================================================
1620-->
1621
1622<group name="trigger_multiple" color=".5 .5 .5">
1623Variable size repeatable trigger. It will fire the entities it targets when touched by player. Can be made to operate like a trigger_once entity by setting the "wait" key to -1. It can also be activated by another trigger that targets it.
1624-------- KEYS --------
1625<target key="target" name="Target">this points to the entity to activate.</target>
1626<targetname key="targetname" name="Target Name">activating trigger points to this.</targetname>
1627<real key="wait" name="Repeat Time">time in seconds until trigger becomes re-triggerable after it's been touched (default 0.2, -1 = trigger once).</real>
1628<real key="random" name="Repeat Time Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1629<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1630<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1631<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1632-------- NOTES --------
1633When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1634</group>
1635
1636<!--
1637=============================================================================
1638-->
1639
1640<group name="trigger_push" color=".5 .5 .5">
1641This is used to create jump pads and launch ramps. It MUST point to a target_position or info_notnull entity to work. Unlike target_push, this is client side predicted.
1642-------- KEYS --------
1643<target key="target" name="Target">this points to the target_position to which the player will jump.</target>
1644<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1645<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1646<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1647-------- NOTES --------
1648To make a jump pad or launch ramp, place the target_position/info_notnull entity at the highest point of the jump and target it with this entity.
1649</group>
1650
1651<!--
1652=============================================================================
1653-->
1654
1655<group name="trigger_teleport" color=".5 .5 .5">
1656Touching this will teleport players to the location of the targeted misc_teleporter_dest entity. This entity allows client prediction of events.
1657-------- KEYS --------
1658<target key="target" name="Target">this must point to a misc_teleporter_dest entity.</target>
1659<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1660<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1661<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1662</group>
1663
1664<!--
1665=============================================================================
1666
1667WEAPON_* ENTITIES
1668
1669=============================================================================
1670-->
1671
1672<point name="weapon_bfg" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models/weapons2/bfg/bfg.md3">
1673Big Freaking Gun.
1674-------- KEYS --------
1675<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1676<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1677<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 20).</integer>
1678<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1679<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1680<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1681<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1682<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1683<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1684<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1685-------- SPAWNFLAGS --------
1686<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1687-------- NOTES --------
1688The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1689
1690When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1691</point>
1692
1693<!--
1694=============================================================================
1695-->
1696
1697<point name="weapon_gauntlet" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models/weapons2/gauntlet/gauntlet.md3">
1698Gauntlet.
1699-------- KEYS --------
1700<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1701<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1702<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1703<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1704<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1705<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1706<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1707<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1708<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1709-------- SPAWNFLAGS --------
1710<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1711-------- NOTES --------
1712The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1713
1714When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1715</point>
1716
1717<!--
1718=============================================================================
1719-->
1720
1721<point name="weapon_grapplinghook" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models/weapons2/grapple/grapple.md3">
1722Grappling Hook. Spawns in the game and works but is unskinned.
1723-------- KEYS --------
1724<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1725<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1726<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1727<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1728<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1729<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1730<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1731<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1732<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1733-------- SPAWNFLAGS --------
1734<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1735-------- NOTES --------
1736The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1737
1738When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1739</point>
1740
1741<!--
1742=============================================================================
1743-->
1744
1745<point name="weapon_grenadelauncher" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models/weapons2/grenadel/grenadel.md3">
1746Grenade Launcher.
1747-------- KEYS --------
1748<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1749<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1750<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 10).</integer>
1751<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1752<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1753<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1754<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1755<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1756<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1757<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1758-------- SPAWNFLAGS --------
1759<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1760-------- NOTES --------
1761The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1762
1763When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1764</point>
1765
1766<!--
1767=============================================================================
1768-->
1769
1770<point name="weapon_lightning" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models\weapons2\lightning\lightning.md3">
1771Lightning Gun.
1772-------- KEYS --------
1773<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1774<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1775<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 100).</integer>
1776<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1777<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1778<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1779<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1780<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1781<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1782<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1783-------- SPAWNFLAGS --------
1784<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1785-------- NOTES --------
1786The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1787
1788When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1789</point>
1790
1791<!--
1792=============================================================================
1793-->
1794
1795<point name="weapon_machinegun" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models\weapons2\machinegun\machinegun.md3">
1796Machine Gun.
1797-------- KEYS --------
1798<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1799<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1800<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 100).</integer>
1801<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1802<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1803<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1804<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1805<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1806<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1807<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1808-------- SPAWNFLAGS --------
1809<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1810-------- NOTES --------
1811The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1812
1813When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1814</point>
1815
1816<!--
1817=============================================================================
1818-->
1819
1820<point name="weapon_plasmagun" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models/weapons2/plasma/plasma.md3">
1821Plasma gun.
1822-------- KEYS --------
1823<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1824<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1825<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 50).</integer>
1826<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1827<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1828<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1829<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1830<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1831<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1832<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1833-------- SPAWNFLAGS --------
1834<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1835-------- NOTES --------
1836The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1837
1838When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1839</point>
1840
1841<!--
1842=============================================================================
1843-->
1844
1845<point name="weapon_railgun" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models/weapons2/railgun/railgun.md3">
1846Railgun.
1847-------- KEYS --------
1848<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1849<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1850<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 10).</integer>
1851<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1852<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1853<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1854<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1855<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1856<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1857<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1858-------- SPAWNFLAGS --------
1859<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1860-------- NOTES --------
1861The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1862
1863When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1864</point>
1865
1866<!--
1867=============================================================================
1868-->
1869
1870<point name="weapon_rocketlauncher" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models/weapons2/rocketl/rocketl.md3">
1871Rocket Launcher.
1872-------- KEYS --------
1873<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1874<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1875<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 10).</integer>
1876<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1877<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1878<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1879<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1880<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1881<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1882<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1883-------- SPAWNFLAGS --------
1884<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1885-------- NOTES --------
1886The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1887
1888When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1889</point>
1890
1891<!--
1892=============================================================================
1893-->
1894
1895<point name="weapon_shotgun" color="1 0 .5" box="-16 -16 -16 16 16 16" model="models/weapons2/shotgun/shotgun.md3">
1896Shotgun.
1897-------- KEYS --------
1898<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 5, -1 = never respawn).</real>
1899<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
1900<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 10).</integer>
1901<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
1902<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
1903<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
1904<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
1905<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
1906<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
1907<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
1908-------- SPAWNFLAGS --------
1909<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
1910-------- NOTES --------
1911The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
1912
1913When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
1914</point>
1915
1916<!--
1917=============================================================================
1918
1919WORLDSPAWN ENTITY
1920
1921=============================================================================
1922-->
1923
1924<group name="worldspawn" color="0 0 0">
1925Only used for the world.
1926-------- KEYS --------
1927<string key="message" name="Logon Message">text to print at user logon. Used for name of level.</string>
1928<sound key="music" name="Music File">path/name of looping .wav file used for level's music (eg. music/sonic5.wav).</sound>
1929<real key="_ambient;ambient" name="Ambient Intensity">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.</real>
1930<color key="color" name="Ambient Color">RGB value for ambient light color (default is 0 0 0).</color>
1931<real key="gravity" name="Gravity">gravity of level (default is normal gravity: 800).</real>
1932<integer3 key="gridsize" name="Dynamic Light Granularity">granularity of the lightgrid created by q3map. Value is three integers separated by spaces, representing number of units between grid points in X Y Z. Default gridsize value is 128 128 256. Use larger powers of 2 to reduce BSP size and compile time on very large maps.</integer3>
1933<integer key="_blocksize" name="BSP Block Size">q3map always splits the BSP tree along the planes X=_blocksize*n and Y=_blocksize*n. Default _blocksize value is 1024. Increase the blocksize using larger powers of 2 to reduce compile times on very large maps with a low structural brush density.</integer>
1934-------- Q3MAP2 KEYS --------
1935<real key="_minlight" name="Min Lightmap Intensity">Minimum light value, levelwide. Uses the _color key to set color. Does not add unlike ambient.</real>
1936<real key="_minvertexlight" name="Min Vertex Intensity">Minimum vertex lighting, levelwide.</real>
1937<real key="_mingridlight" name="Min Dynamic Intensity">Minimum lightgrid (dynamic entity lighting) levelwide.</real>
1938<boolean key="_keeplights" name="Keep Light Entities">Keep light entities in the BSP. Normally stripped out by the BSP process and read from the .map file by the lighting phase.</boolean>
1939<boolean key="_noshadersun" name="Ignore Shader Sun">Ignore q3map_sun/sun directives in sky shaders and ONLY use entity sun lights.</boolean>
1940<real key="_farplanedist" name="Far Clip Distance">Limit on how many units the vis phase of compilation can see. Used in combination with level-wide fog, it can help reduce r_speeds on large, open maps.</real>
1941<texture key="_foghull" name="Fog Hull Shader">Shader to use for "fog hull." Foghull shader should be a sky shader. Omit the "textures/" prefix.</texture>
1942<real key="_lightmapscale" name="Lightmap Scale">Floating point value scaling the resolution of lightmaps on brushes/patches in the world. Can be overridden in func_group (or other entities) (default 1.0).</real>
1943<integer key="_castshadows;_cs" name="Shadow Caster Level">Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.</integer>
1944<integer key="_receiveshadows;_rs" name="Shadow Reciever Level">Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. &lt; 1 = receive shadows ONLY from corresponding keyed entities.</integer>
1945<texture key="_celshader" name="Cel Shader">Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.</texture> Overridable in entities.
1946-------- Q3MAP2 TERRAIN KEYS --------
1947<texture key="_indexmap;alphamap" name="Terrain Blending Map">Path/name for the art file used to guide the mapping of textures on the terrain surface.</texture>
1948<integer key="_layers;layers" name="Terrain Layers">Integer value is the number unique root shaders that will be use on the terrain.</integer>
1949<texture key="_shader;shader" name="Terrain MetaShader">Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.</texture>
1950</group>
1951</classes>
1952