1// Quake3 Arena entity definition file for Q3Radiant
2// Based on draft by Suicide 20 7.30.99 and inolen 9-3-99
3// Upgraded by Eutectic: eutectic@ritualistic.com
4// (visible models added by raYGunn - paths provided by Suicide 20)
5// (terrain information added to func_group entity by Paul Jaquays)
6// Q3Map2 entitys/keys added by ydnar
7// Version: 1.6
8// Last updated: 2003-11-28
9
10//=============================================================================
11
12// Q3Map2 entities
13
14//=============================================================================
15
16/*QUAKED _decal (0 1.0 0) ?
17-------- KEYS --------
18"target" : the name of the entity targetted at for projection
19-------- SPAWNFLAGS --------
20(none)
21-------- NOTES --------
22Compiler-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.
23*/
24
25/*QUAKED _skybox (0.77 0.88 1.0) (-4 -4 -4) (4 4 4)
26-------- KEYS --------
27"angle" : rotation angle of the sky surfaces.
28"angles" : Individual control of PITCH, YAW, and ROLL (default 0 0 0).
29"_scale" : scaling factor (default 64), good values are between 50 and 300, depending on the map.
30-------- SPAWNFLAGS --------
31(none)
32-------- NOTES --------
33Compiler-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.
34*/
35
36
37//=============================================================================
38
39AMMO_* ENTITIES
40
41//=============================================================================
42
43/*QUAKED ammo_bfg (.3 .3 1) (-16 -16 -16) (16 16 16) SUSPENDED
44BFG ammo. Gives the player 15 by default.
45-------- KEYS --------
46wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
47random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
48count: sets the amount of ammo given to the player when picked up (default 15).
49team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
50target : picking up the item will trigger the entity this points to.
51targetname : a target_give entity can point to this for respawn freebies.
52notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
53notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
54notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
55notbot : used to make an item invisible for bot attraction.
56-------- SPAWNFLAGS --------
57SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
58-------- NOTES --------
59The 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.
60
61When 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).
62-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
63model="models/powerups/ammo/bfgam.md3"*/
64
65//=============================================================================
66
67/*QUAKED ammo_bullets (.3 .3 1) (-16 -16 -16) (16 16 16) SUSPENDED
68Machine Gun ammo. Gives the player 50 by default.
69-------- KEYS --------
70wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
71random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
72count: sets the amount of ammo given to the player when picked up (default 50).
73team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
74target : picking up the item will trigger the entity this points to.
75targetname : a target_give entity can point to this for respawn freebies.
76notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
77notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
78notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
79notbot : used to make an item invisible for bot attraction.
80-------- SPAWNFLAGS --------
81SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
82-------- NOTES --------
83The 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.
84
85When 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).
86-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
87model="models/powerups/ammo/machinegunam.md3"*/
88
89//=============================================================================
90
91/*QUAKED ammo_cells (.3 .3 1) (-16 -16 -16) (16 16 16) SUSPENDED
92Plasma Gun ammo. Gives the player 30 by default.
93-------- KEYS --------
94wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
95random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
96count: sets the amount of ammo given to the player when picked up (default 30).
97team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
98target : picking up the item will trigger the entity this points to.
99targetname : a target_give entity can point to this for respawn freebies.
100notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
101notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
102notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
103notbot : used to make an item invisible for bot attraction.
104-------- SPAWNFLAGS --------
105SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
106-------- NOTES --------
107The 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.
108
109When 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).
110-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
111model="models/powerups/ammo/plasmaam.md3"*/
112
113//=============================================================================
114
115/*QUAKED ammo_grenades (.3 .3 1) (-16 -16 -16) (16 16 16) SUSPENDED
116Grenade Launcher ammo. Gives the player 5 by default.
117-------- KEYS --------
118wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
119random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
120count: sets the amount of ammo given to the player when picked up (default 5).
121team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
122target : picking up the item will trigger the entity this points to.
123targetname : a target_give entity can point to this for respawn freebies.
124notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
125notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
126notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
127notbot : used to make an item invisible for bot attraction.
128-------- SPAWNFLAGS --------
129SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
130-------- NOTES --------
131The 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.
132
133When 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).
134-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
135model="models/powerups/ammo/grenadeam.md3"*/
136
137//=============================================================================
138
139/*QUAKED ammo_lightning (.3 .3 1) (-16 -16 -16) (16 16 16) SUSPENDED
140Lightning Gun ammo. Gives the player 60 by default.
141-------- KEYS --------
142wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
143random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
144count: sets the amount of ammo given to the player when picked up (default 60).
145team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
146target : picking up the item will trigger the entity this points to.
147targetname : a target_give entity can point to this for respawn freebies.
148notfree : when set to 1, when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
149notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
150notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
151notbot : used to make an item invisible for bot attraction.
152-------- SPAWNFLAGS --------
153SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
154-------- NOTES --------
155The 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.
156
157When 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).
158-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
159model="models/powerups/ammo/lightningam.md3"*/
160
161//=============================================================================
162
163/*QUAKED ammo_rockets (.3 .3 1) (-16 -16 -16) (16 16 16) SUSPENDED
164Rocket Launcher ammo. Gives the player 5 by default.
165-------- KEYS --------
166wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
167random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
168count: sets the amount of ammo given to the player when picked up (default 5).
169team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
170target : picking up the item will trigger the entity this points to.
171targetname : a target_give entity can point to this for respawn freebies.
172notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
173notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
174notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
175notbot : used to make an item invisible for bot attraction.
176-------- SPAWNFLAGS --------
177SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
178-------- NOTES --------
179The 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.
180
181When 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).
182-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
183model="models/powerups/ammo/rocketam.md3"*/
184
185//=============================================================================
186
187/*QUAKED ammo_shells (.3 .3 1) (-16 -16 -16) (16 16 16) SUSPENDED
188Shotgun ammo. Gives the player 10 by default.
189-------- KEYS --------
190wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
191random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
192count: sets the amount of ammo given to the player when picked up (default 10).
193team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
194target : picking up the item will trigger the entity this points to.
195targetname : a target_give entity can point to this for respawn freebies.
196notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
197notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
198notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
199notbot : used to make an item invisible for bot attraction.
200-------- SPAWNFLAGS --------
201SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
202-------- NOTES --------
203The 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.
204
205When 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).
206-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
207model="models/powerups/ammo/shotgunam.md3"*/
208
209//=============================================================================
210
211/*QUAKED ammo_slugs (.3 .3 1) (-16 -16 -16) (16 16 16) SUSPENDED
212Railgun ammo. Gives the player 10 by default.
213-------- KEYS --------
214wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
215random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
216count: sets the amount of ammo given to the player when picked up (default 10).
217team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
218target : picking up the item will trigger the entity this points to.
219targetname : a target_give entity can point to this for respawn freebies.
220notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
221notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
222notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
223notbot : used to make an item invisible for bot attraction.
224-------- SPAWNFLAGS --------
225SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
226-------- NOTES --------
227The 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.
228
229When 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).
230-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
231model="models/powerups/ammo/railgunam.md3"*/
232
233//=============================================================================
234
235FUNC_* ENTITIES
236
237//=============================================================================
238
239/*QUAKED func_bobbing (0 .5 .8) ? X_AXIS Y_AXIS
240Solid 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.
241-------- KEYS --------
242speed : amount of time in seconds for one complete oscillation cycle (default 4).
243height : sets the amount of travel of the oscillation movement (default 32).
244phase : sets the start offset of the oscillation cycle. Values must be 0 < phase < 1. Any integer phase value is the same as no offset (default 0).
245noise : path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav - See Notes).
246model2 : path/name of model to include (eg: models/mapobjects/jets/jets01.md3).
247origin : alternate method of setting XYZ origin of sound and .md3 model included with entity (See Notes).
248light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).
249color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).
250notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
251notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
252notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
253-------- Q3MAP2 KEYS --------
254_targetname : Used to attach a misc_model entity to this entity.
255_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
256_cs OR _castshadows : 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.
257_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
258_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
259-------- Q3MAP2 TERRAIN KEYS --------
260_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
261_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
262_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
263-------- SPAWNFLAGS --------
264X_AXIS : entity will bob along the X axis.
265Y_AXIS : entity will bob along the Y axis.
266-------- NOTES --------
267In 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.
268
269Target 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").*/
270
271//=============================================================================
272
273/*QUAKED func_button (0 .5 .8) ?
274When 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.
275-------- KEYS --------
276angle : determines the direction in which the button will move (up = -1, down = -2).
277target : all entities with a matching targetname will be triggered.
278speed : speed of button's displacement (default 40).
279wait : number of seconds button stays pressed (default 1, -1 = return immediately).
280lip : lip remaining at end of move (default 4 units).
281health : (default 0) if set to any non-zero value, the button must take damage (any amount) to activate.
282light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).
283color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).
284model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3).
285origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes).
286notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
287notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
288notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
289-------- Q3MAP2 KEYS --------
290_targetname : Used to attach a misc_model entity to this entity.
291_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
292_cs OR _castshadows : 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.
293_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
294_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
295-------- Q3MAP2 TERRAIN KEYS --------
296_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
297_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
298_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
299-------- NOTES --------
300Setting 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.
301
302Target 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").*/
303
304//=============================================================================
305
306/*QUAKED func_door (0 .5 .8) ? START_OPEN - CRUSHER
307Normal sliding door entity. By default, the door will activate when player walks close to it or when damage is inflicted to it.
308-------- KEYS --------
309angle : determines the opening direction of door (up = -1, down = -2).
310speed : determines how fast the door moves (default 100).
311wait : number of seconds before door returns (default 2, -1 = return immediately)
312lip : lip remaining at end of move (default 8)
313targetname : if set, a func_button or trigger is required to activate the door.
314health : (default 0) if set to any non-zero value, the button must take damage (any amount) to activate.
315dmg : damage to inflict on player when he blocks operation of door (default 4). Door will reverse direction when blocked unless CRUSHER spawnflag is set.
316team: assign the same team name to multiple doors that should operate together (see Notes).
317light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).
318color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).
319model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3).
320origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes).
321notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
322notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
323notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
324-------- Q3MAP2 KEYS --------
325_targetname : Used to attach a misc_model entity to this entity.
326_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
327_cs OR _castshadows : 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.
328_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
329_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
330-------- Q3MAP2 TERRAIN KEYS --------
331_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
332_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
333_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
334-------- SPAWNFLAGS --------
335START_OPEN : the door will spawn in the open state and operate in reverse.
336CRUSHER : door will not reverse direction when blocked and will keep damaging player until he dies or gets out of the way.
337-------- NOTES --------
338Unlike 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.
339
340Target 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").*/
341
342//=============================================================================
343
344/*QUAKED func_group (0 .5 .8) ?
345This 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.
346-------- OLD TERRAIN KEYS (note: obsolete with Q3Map2) --------
347alphamap : this is the path/name for the art file used to guide the mapping of textures on the terrain surface.
348layers : this integer value is the number unique root shaders that will be use on the terrain.
349shader : this is the path to the metashader used to assign textures to the terrain entity.
350terrain : 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.
351-------- Q3MAP2 KEYS --------
352_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
353_cs OR _castshadows : 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.
354_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
355_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
356-------- Q3MAP2 TERRAIN KEYS --------
357_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
358_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
359_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
360-------- NOTES --------
361The 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.*/
362
363//=============================================================================
364
365/*QUAKED func_pendulum (0 .5 .8) ?
366Solid 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.
367-------- KEYS --------
368angle : angle offset of axis of rotation from default X axis (default 0).
369speed : angle of swing arc in either direction from initial position (default 30).
370phase : sets the start offset of the swinging cycle. Values must be 0 < phase < 1. Any integer phase value is the same as no offset (default 0).
371noise : path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav).
372model2 : path/name of model to include (eg: models/mapobjects/jets/jets01.md3).
373origin : alternate method of setting XYZ origin of entity's rotation axis and .md3 model included with entity (default "0 0 0" - See Notes).
374light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).
375color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).
376notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
377notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
378notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
379-------- Q3MAP2 KEYS --------
380_targetname : Used to attach a misc_model entity to this entity.
381_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
382_cs OR _castshadows : 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.
383_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
384_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
385-------- Q3MAP2 TERRAIN KEYS --------
386_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
387_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
388_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
389-------- NOTES --------
390You 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.
391
392Target 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").*/
393
394//=============================================================================
395
396/*QUAKED func_plat (0 .5 .8) ?
397Rising 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).
398-------- KEYS --------
399speed : determines how fast the plat moves (default 150).
400lip : lip remaining at end of move (default 16). Has no effect if "height" is set.
401height : if set, this will determine the total amount of vertical travel of the plat.
402dmg : damage to inflict on player when he blocks operation of plat (default 4). Plat will reverse direction when blocked.
403targetname : 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.
404light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).
405color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).
406model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3).
407origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes).
408notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
409notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
410notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
411-------- Q3MAP2 KEYS --------
412_targetname : Used to attach a misc_model entity to this entity.
413_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
414_cs OR _castshadows : 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.
415_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
416_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
417-------- Q3MAP2 TERRAIN KEYS --------
418_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
419_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
420_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
421-------- NOTES --------
422By 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.
423
424There 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.
425
426Target 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").*/
427
428//=============================================================================
429
430/*QUAKED func_rotating (0 .5 .8) ? - - X_AXIS Y_AXIS
431Solid 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.
432-------- KEYS --------
433speed : determines how fast entity rotates (default 100).
434noise : path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav).
435model2 : path/name of model to include (eg: models/mapobjects/bitch/fembotbig.md3).
436origin : alternate method of setting XYZ origin of entity's rotation axis and .md3 model included with entity (default "0 0 0" - See Notes).
437light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).
438color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).
439notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
440notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
441notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
442-------- Q3MAP2 KEYS --------
443_targetname : Used to attach a misc_model entity to this entity.
444_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
445_cs OR _castshadows : 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.
446_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
447_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
448-------- Q3MAP2 TERRAIN KEYS --------
449_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
450_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
451_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
452-------- SPAWNFLAGS --------
453X_AXIS : entity will rotate along the X axis.
454Y_AXIS : entity will rotate along the Y axis.
455-------- NOTES --------
456You 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.
457
458Target 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").*/
459
460//=============================================================================
461
462/*QUAKED func_static (0 .5 .8) ?
463Static non-solid bspmodel. Can be used for conditional walls and models.
464-------- KEYS --------
465model2 : path/name of model to include (eg: models/mapobjects/bitch/fembotbig.md3).
466origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes).
467light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).
468color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).
469targetname : NOT SUPPORTED BY RENDERER - if set, a func_button or trigger can make entity disappear from the game (See Notes).
470notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
471notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
472notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
473-------- Q3MAP2 KEYS --------
474_targetname : Used to attach a misc_model entity to this entity.
475_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
476_cs OR _castshadows : 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.
477_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
478_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
479-------- Q3MAP2 TERRAIN KEYS --------
480_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
481_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
482_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
483-------- NOTES --------
484When 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.
485
486Because 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.
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
490//=============================================================================
491
492/*QUAKED func_timer (0 .5 .8) (-8 -8 -8) (8 8 8) START_ON
493Time 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.
494-------- KEYS --------
495wait : delay in seconds between each triggering of its targets (default 1).
496random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
497target : this points to the entities to trigger.
498targetname : a func_button or trigger that points to this will toggle the timer on/off when activated.
499notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
500notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
501notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
502-------- SPAWNFLAGS --------
503START_ON : timer will start on in the game and continuously fire its targets.
504-------- NOTES --------
505When 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).*/
506
507//=============================================================================
508
509/*QUAKED func_train (0 .5 .8) ?
510Trains 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).
511-------- KEYS --------
512speed : speed of displacement of train (default 100 or overridden by speed value of path).
513target : this points to the first path_corner of the path which is also the spawn location of the train's origin.
514model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3).
515origin : alternate method of setting XYZ origin of the train's brush(es) and .md3 model included with entity (See Notes).
516light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0).
517color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1).
518notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
519notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
520notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
521-------- Q3MAP2 KEYS --------
522_targetname : Used to attach a misc_model entity to this entity.
523_lightmapscale : Floating point value scaling the resolution of lightmaps on brushes/patches in this entity (default 1.0).
524_cs OR _castshadows : 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.
525_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
526_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
527-------- Q3MAP2 TERRAIN KEYS --------
528_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
529_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
530_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.
531-------- NOTES --------
5321. Trains always start on in the game.
5332. Trains do not damage the played when blocked.
5343. Trains cannot emit sound.
5354. Trains are not triggerable or toggle-able.
5365. 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.
537
538Setting 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.
539
540Target 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").*/
541
542//=============================================================================
543
544HOLDABLE_* ENTITIES
545
546//=============================================================================
547
548/*QUAKED holdable_medkit (.7 0 1) (-16 -16 -16) (16 16 16) SUSPENDED
549Medkit 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.
550-------- KEYS --------
551wait : time in seconds before item respawns after being picked up (default 60, -1 = never respawn).
552random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
553team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
554target : picking up the item will trigger the entity this points to.
555targetname : a target_give entity can point to this for respawn freebies.
556notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
557notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
558notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
559notbot : used to make an item invisible for bot attraction.
560-------- SPAWNFLAGS --------
561SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
562-------- NOTES --------
563The 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.
564
565When 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).
566-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
567model="models/powerups/holdable/medkit.md3"*/
568
569//=============================================================================
570
571/*QUAKED holdable_teleporter (.7 0 1) (-16 -16 -16) (16 16 16) SUSPENDED
572Teleporter 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.
573-------- KEYS --------
574wait : time in seconds before item respawns after being picked up (default 60, -1 = never respawn).
575random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
576team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
577target : picking up the item will trigger the entity this points to.
578targetname : a target_give entity can point to this for respawn freebies.
579notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
580notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
581notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
582notbot : used to make an item invisible for bot attraction.
583-------- SPAWNFLAGS --------
584SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
585-------- NOTES --------
586The 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.
587
588When 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).
589-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
590model="models/powerups/holdable/teleporter.md3"*/
591
592//=============================================================================
593
594INFO_* ENTITIES
595
596//=============================================================================
597
598/*QUAKED info_camp (0 .5 0) (-8 -8 -8) (8 8 8)
599This atttracts bots which have a camping preference in their AI characteristics. It should be placed at least 32 units away from any brush surface.
600-------- KEYS --------
601range : number of units that the bot can move away from camp entity while camping on it.
602weight : 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.
603-------- NOTES --------
604Examples 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.*/
605
606//=============================================================================
607
608/*QUAKED info_notnull (0 .5 0) (-8 -8 -8) (8 8 8)
609Used 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.
610-------- KEYS --------
611targetname : must match the target key of entity that uses this for pointing.
612notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
613notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
614notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
615
616//=============================================================================
617
618/*QUAKED info_null (0 .5 0) (-8 -8 -8) (8 8 8)
619Used 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.
620-------- KEYS --------
621targetname : must match the target key of entity that uses this for pointing.
622notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
623notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
624notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
625
626//=============================================================================
627
628/*QUAKED info_player_deathmatch (1 0 1) (-16 -16 -24) (16 16 32) INITIAL
629Normal player spawning location for Q3A levels.
630-------- KEYS --------
631angle : direction in which player will look when spawning in the game. Does not apply to bots.
632target : this can point at a target_give entity for respawn freebies.
633nobots : when set to 1, bots will never use this spawn point to respawn in the game.
634nohumans : when set to 1, human players will never use this spawn point to respawn in the game.
635notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
636notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
637notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
638-------- SPAWNFLAGS --------
639INITIAL : makes the spawnpoint the initial place for the player to spawn at the beginning of the game.*/
640
641//=============================================================================
642
643/*QUAKED info_player_intermission (1 0 1) (-16 -16 -16) (16 16 16)
644Camera 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.
645-------- KEYS --------
646angles: alternate "pitch, yaw, roll" angles method of aiming intermission camera (default 0 0 0).
647target : point this to an info_notnull or target_position entity to set the camera's pointing angles.
648-------- NOTES --------
649In 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.*/
650
651//=============================================================================
652
653/*QUAKED info_player_start (1 0 0) (-16 -16 -24) (16 16 32)
654Player spawn location. It works in Quake III Arena, but it is not used in the Id maps. Use info_player_deathmatch instead.
655-------- KEYS --------
656angle : direction in which player will look when spawning in the game.
657target : this can point at a target_give entity for respawn freebies.*/
658
659//=============================================================================
660
661//QUAKED info_spectator_start (1 0 0) (-16 -16 -24) (16 16 32)
662//Spectator spawn location. Doesn't appear to work in game. Commented out.
663//-------- KEYS --------
664//notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
665//notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
666//notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
667
668//=============================================================================
669
670ITEM_* ENTITIES
671
672//=============================================================================
673
674/*QUAKED item_armor_body (.6 0 0) (-16 -16 -16) (16 16 16) SUSPENDED
675Red Armor - 100 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points.
676-------- KEYS --------
677wait : time in seconds before item respawns after being picked up (default 25, -1 = never respawn).
678random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
679team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
680target : picking up the item will trigger the entity this points to.
681targetname : a target_give entity can point to this for respawn freebies.
682notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
683notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
684notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
685notbot : used to make an item invisible for bot attraction.
686-------- SPAWNFLAGS --------
687SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
688-------- NOTES --------
689The 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.
690
691When 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).
692-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
693model="models/powerups/armor/armor_red.md3"*/
694
695//=============================================================================
696
697/*QUAKED item_armor_combat (1 .75 .3) (-16 -16 -16) (16 16 16) SUSPENDED
698Yellow Armor - 50 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points.
699-------- KEYS --------
700wait : time in seconds before item respawns after being picked up (default 25, -1 = never respawn).
701random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
702team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
703target : picking up the item will trigger the entity this points to.
704targetname : a target_give entity can point to this for respawn freebies.
705notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
706notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
707notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
708notbot : used to make an item invisible for bot attraction.
709-------- SPAWNFLAGS --------
710SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
711-------- NOTES --------
712The 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.
713
714When 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).
715-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
716model="models/powerups/armor/armor_yel.md3"*/
717
718//=============================================================================
719
720/*QUAKED item_armor_shard (0 .7 0) (-16 -16 -16) (16 16 16) SUSPENDED
721Green Armor Shard - 5 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points.
722-------- KEYS --------
723wait : time in seconds before item respawns after being picked up (default 25, -1 = never respawn).
724random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
725team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
726target : picking up the item will trigger the entity this points to.
727targetname : a target_give entity can point to this for respawn freebies.
728notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
729notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
730notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
731notbot : used to make an item invisible for bot attraction.
732-------- SPAWNFLAGS --------
733SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
734-------- NOTES --------
735The 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.
736
737When 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).
738-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
739model="models/powerups/armor/shard.md3"*/
740
741//=============================================================================
742
743/*QUAKED item_botroam (1 0.5 0) (-8 -8 -8) (8 8 8) SUSPENDED
744Game 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).
745-------- KEYS --------
746weight: 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.
747notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
748notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
749notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
750-------- SPAWNFLAGS --------
751SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
752-------- NOTES --------
753The 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.*/
754
755//=============================================================================
756
757/*QUAKED item_enviro (.5 0 1) (-16 -16 -16) (16 16 16) SUSPENDED
758Battle Suit power-up - Gives protection against slime, lava and weapon splash damage. Lasts 30 seconds.
759-------- KEYS --------
760wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn).
761random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
762count : time in seconds power-up will last when picked up (default 30).
763team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
764target : picking up the item will trigger the entity this points to.
765targetname : a target_give entity can point to this for respawn freebies.
766notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
767notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
768notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
769notbot : used to make an item invisible for bot attraction.
770-------- SPAWNFLAGS --------
771SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
772-------- NOTES --------
773The 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.
774
775When 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).
776-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
777model="models/powerups/instant/enviro.md3"*/
778
779//=============================================================================
780
781/*QUAKED item_flight (.5 0 1) (-16 -16 -16) (16 16 16) SUSPENDED
782Flight power-up. Lasts 60 seconds.
783-------- KEYS --------
784wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn).
785random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
786count : time in seconds power-up will last when picked up (default 60).
787team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
788target : picking up the item will trigger the entity this points to.
789targetname : a target_give entity can point to this for respawn freebies.
790notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
791notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
792notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
793notbot : used to make an item invisible for bot attraction.
794-------- SPAWNFLAGS --------
795SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
796-------- NOTES --------
797The 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.
798
799When 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).
800-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
801model="models/powerups/instant/flight.md3"*/
802
803//=============================================================================
804
805/*QUAKED item_haste (.5 0 1) (-16 -16 -16) (16 16 16) SUSPENDED
806Speed power-up. Makes player run at double speed for 30 seconds.
807-------- KEYS --------
808wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn).
809random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
810count : time in seconds power-up will last when picked up (default 30).
811team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
812target : picking up the item will trigger the entity this points to.
813targetname : a target_give entity can point to this for respawn freebies.
814notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
815notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
816notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
817notbot : used to make an item invisible for bot attraction.
818-------- SPAWNFLAGS --------
819SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
820-------- NOTES --------
821The 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.
822
823When 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).
824-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
825model="models/powerups/instant/haste.md3"*/
826
827//=============================================================================
828
829/*QUAKED item_health (.8 .8 0) (-16 -16 -16) (16 16 16) SUSPENDED
830Yellow cross bubble - 25 Health. Cannot be picked up over 100 health.
831-------- KEYS --------
832wait : time in seconds before item respawns after being picked up (default 35, -1 = never respawn).
833random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
834count: sets the amount of health points given to the player when item is picked up (default 25).
835team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
836target : picking up the item will trigger the entity this points to.
837notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
838notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
839notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
840notbot : used to make an item invisible for bot attraction.
841-------- SPAWNFLAGS --------
842SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
843-------- NOTES --------
844The 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.
845
846When 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).
847-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
848model="models/powerups/health/medium_cross.md3"*/
849
850//=============================================================================
851
852/*QUAKED item_health_large (1 0 0) (-16 -16 -16) (16 16 16) SUSPENDED
853Gold cross bubble - 50 Health. Cannot be picked up over 100 health.
854-------- KEYS --------
855wait : time in seconds before item respawns after being picked up (default 35, -1 = never respawn).
856random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
857count: sets the amount of health points given to the player when item is picked up (default 50).
858team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
859target : picking up the item will trigger the entity this points to.
860notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
861notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
862notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
863notbot : used to make an item invisible for bot attraction.
864-------- SPAWNFLAGS --------
865SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
866-------- NOTES --------
867The 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.
868
869When 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).
870-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
871model="models/powerups/health/large_cross.md3"*/
872
873//=============================================================================
874
875/*QUAKED item_health_mega (0 0 1) (-16 -16 -16) (16 16 16) SUSPENDED
876Blue M bubble - 100 Health. Adds 100 health points to current health up to a maximum of 200.
877-------- KEYS --------
878wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn).
879random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
880count: sets the amount of health points given to the player when item is picked up (default 100).
881team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
882target : picking up the item will trigger the entity this points to.
883targetname : a target_give entity can point to this for respawn freebies.
884notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
885notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
886notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
887notbot : used to make an item invisible for bot attraction.
888-------- SPAWNFLAGS --------
889SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
890-------- NOTES --------
891The 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.
892
893When 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).
894-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
895model="models/powerups/health/mega_cross.md3"*/
896
897//=============================================================================
898
899/*QUAKED item_health_small (0 1 0) (-16 -16 -16) (16 16 16) SUSPENDED
900Green cross bubble - 5 Health. Can be picked up over 100 health but slowly wears out to 100 afterwards.
901-------- KEYS --------
902wait : time in seconds before item respawns after being picked up (default 35, -1 = never respawn).
903random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
904count: sets the amount of health points given to the player when item is picked up (default 5).
905team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
906target : picking up the item will trigger the entity this points to.
907targetname : a target_give entity can point to this for respawn freebies.
908notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
909notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
910notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
911notbot : used to make an item invisible for bot attraction.
912-------- SPAWNFLAGS --------
913SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
914-------- NOTES --------
915The 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.
916
917When 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).
918-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
919model="models/powerups/health/small_cross.md3"*/
920
921//=============================================================================
922
923/*QUAKED item_invis (.5 0 1) (-16 -16 -16) (16 16 16) SUSPENDED
924Invisibility power-up. Lasts 30 seconds.
925-------- KEYS --------
926wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn).
927random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
928count : time in seconds power-up will last when picked up (default 30).
929team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
930target : picking up the item will trigger the entity this points to.
931targetname : a target_give entity can point to this for respawn freebies.
932notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
933notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
934notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
935notbot : used to make an item invisible for bot attraction.
936-------- SPAWNFLAGS --------
937SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
938-------- NOTES --------
939The 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.
940
941When 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).
942-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
943model="models/powerups/instant/invis.md3"*/
944
945//=============================================================================
946
947/*QUAKED item_quad (.4 .6 1) (-16 -16 -16) (16 16 16) SUSPENDED
948Quad Damage power-up. Lasts 30 seconds.
949-------- KEYS --------
950wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn).
951random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
952count : time in seconds power-up will last when picked up (default 30).
953team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
954target : picking up the item will trigger the entity this points to.
955targetname : a target_give entity can point to this for respawn freebies.
956notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
957notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
958notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
959notbot : used to make an item invisible for bot attraction.
960-------- SPAWNFLAGS --------
961SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
962-------- NOTES --------
963The 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.
964
965When 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).
966model="models/powerups/instant/quad.md3"*/
967
968//=============================================================================
969
970/*QUAKED item_regen (.5 0 1) (-16 -16 -16) (16 16 16) SUSPENDED
971Health 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.
972-------- KEYS --------
973wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn).
974random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
975count : time in seconds power-up will last when picked up (default 30).
976team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
977target : picking up the item will trigger the entity this points to.
978targetname : a target_give entity can point to this for respawn freebies.
979notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
980notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
981notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
982notbot : used to make an item invisible for bot attraction.
983-------- SPAWNFLAGS --------
984SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
985-------- NOTES --------
986The 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.
987
988When 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).
989-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
990model="models/powerups/instant/regen.md3"*/
991
992//=============================================================================
993
994LIGHT ENTITY
995
996//=============================================================================
997
998
999/*QUAKED light (.65 .65 1) (-8 -8 -8) (8 8 8) LINEAR NOANGLE UNUSED1 UNUSED2 NOGRIDLIGHT
1000Non-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.
1001-------- KEYS --------
1002_light OR light: overrides the default 300 intensity.
1003_color : weighted RGB value of light color (default white - 1.0 1.0 1.0).
1004target : Lights pointed at a target will be spotlights.
1005radius: overrides the default 64 unit radius of a spotlight at the target point.
1006-------- Q3MAP2 KEYS --------
1007_sun : Set this key to 1 on a spotlight to make an infinite sun light.
1008fade : Fades light attenuation. Only affects linear lights.
1009scale : Scales light attentation, from SOF2/JK2. Scales the "light" value.
1010-------- SPAWNFLAGS --------
1011LINEAR : Use a linear falloff. Default is inverse distance squared (more realistic).
1012NOANGLE : Ignore angle attenuation.
1013NOGRIDLIGHT : Do not affect the lightgrid (dynamic entity lighting).*/
1014
1015/*QUAKED lightJunior (0 0.7 0.3) (-6 -6 -6) (6 6 6) LINEAR NOANGLE UNUSED1 UNUSED2 NOGRIDLIGHT
1016Non-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.
1017-------- KEYS --------
1018_light OR light: overrides the default 300 intensity.
1019_color : weighted RGB value of light color (default white - 1.0 1.0 1.0).
1020target : Lights pointed at a target will be spotlights.
1021radius: overrides the default 64 unit radius of a spotlight at the target point.
1022-------- Q3MAP2 KEYS --------
1023_sun : Set this key to 1 on a spotlight to make an infinite sun light.
1024fade : Fades light attenuation. Only affects linear lights.
1025scale : Scales light attentation, from SOF2/JK2. Scales the "light" value.
1026-------- SPAWNFLAGS --------
1027LINEAR : Use a linear falloff. Default is inverse distance squared (more realistic).
1028NOANGLE : Ignore angle attenuation.
1029NOGRIDLIGHT : Do not affect the lightgrid (dynamic entity lighting). Setting this spawnflag will disable this light entirely.*/
1030
1031//=============================================================================
1032
1033MISC_* ENTITIES
1034
1035//=============================================================================
1036
1037/*QUAKED misc_model (1 .5 .25) (-16 -16 -16) (16 16 16)
1038Generic 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.
1039-------- KEYS --------
1040angle: direction in which model will be oriented.
1041model : path/name of model to use (eg: models/mapobjects/teleporter/teleporter.md3).
1042-------- Q3MAP2 KEYS --------
1043angles : Individual control of PITCH, YAW, and ROLL (default 0 0 0).
1044modelscale : Floating-point value used to scale a model up or down (default 1.0).
1045modelscale_vec : Floating-point vector used to scale a model's axes individually (default 1.0 1.0 1.0).
1046_remap : 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".
1047target : Used to attach the misc_model to a brush entity, where its "targetname" key is the same value.
1048_lightmapscale : Floating point value scaling the resolution of lightmaps on this model (if model is using lightmapped shaders) (default 1.0).
1049_cs OR _castshadows : 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.
1050_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
1051_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
1052*/
1053
1054//=============================================================================
1055
1056/*QUAKED misc_portal_camera (1 .5 .25) (-8 -8 -8) (8 8 8) SLOWROTATE FASTROTATE
1057Portal 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.
1058-------- KEYS --------
1059angles: this sets the pitch and yaw aiming angles of the portal camera (default 0 0). Use "roll" key to set roll angle.
1060target : point this to a target_position entity to set the camera's pointing direction.
1061targetname : a misc_portal_surface portal surface indicator must point to this.
1062roll: roll angle of camera. A value of 0 is upside down and 180 is the same as the player's view.
1063notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1064notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1065notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1066-------- SPAWNFLAGS --------
1067SLOWROTATE : makes the portal camera rotate slowly along the roll axis.
1068FASTROTATE : makes the portal camera rotate faster along the roll axis.
1069-------- NOTES --------
1070Both 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.*/
1071
1072//=============================================================================
1073
1074/*QUAKED misc_portal_surface (1 .5 .25) (-8 -8 -8) (8 8 8)
1075Portal 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).
1076-------- KEYS --------
1077target : point this to a misc_portal_camera that "sees" the view you want to display on the portal.
1078notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1079notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1080notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1081-------- NOTES --------
1082The 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.*/
1083
1084//=============================================================================
1085
1086/*QUAKED misc_teleporter_dest (1 .5 .25) (-32 -32 -24) (32 32 -16)
1087Teleport destination location point for trigger_teleporter entities.
1088-------- KEYS --------
1089angle : direction in which player will look when teleported.
1090targetname : make the trigger_teleporter point to this.
1091notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1092notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1093notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
1094
1095//=============================================================================
1096
1097PATH_* ENTITIES
1098
1099//=============================================================================
1100
1101/*QUAKED path_corner (.5 .3 0) (-8 -8 -8) (8 8 8)
1102Path corner entity that func_trains can be made to follow.
1103-------- KEYS --------
1104target : point to next path_corner in the path.
1105targetname : the train following the path or the previous path_corner in the path points to this.
1106speed : speed of func_train while moving to the next path corner. This will override the speed value of the train.
1107wait : number of seconds func_train will pause on path corner before moving to next path corner (default 0 - see Notes).
1108notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1109notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1110notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1111-------- NOTES --------
1112Setting the wait key to -1 will not make the train stop on the path corner, it will simply default to 0.*/
1113
1114//=============================================================================
1115
1116SHOOTER_* ENTITIES
1117
1118//=============================================================================
1119
1120/*QUAKED shooter_grenade (1 0 .5) (-8 -8 -8) (8 8 8)
1121This 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.
1122-------- KEYS --------
1123angles: this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply.
1124targetname : activating trigger points to this.
1125target : this points to a target_position entity for aiming the grenades.
1126random : random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes).
1127notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1128notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1129notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1130-------- NOTES --------
1131When 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).
1132
1133Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.*/
1134
1135//=============================================================================
1136
1137/*QUAKED shooter_plasma (1 0 .5) (-8 -8 -8) (8 8 8)
1138This 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.
1139-------- KEYS --------
1140angles: this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply.
1141targetname : activating trigger points to this.
1142target : this points to a target_position entity for aiming the plasma balls.
1143random : random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes).
1144notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1145notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1146notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1147-------- NOTES --------
1148When 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).
1149
1150Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.*/
1151
1152//=============================================================================
1153
1154/*QUAKED shooter_rocket (1 0 .5) (-8 -8 -8) (8 8 8)
1155This 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.
1156-------- KEYS --------
1157angles: this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply.
1158targetname : activating trigger points to this.
1159target : this points to a target_position entity for aiming the rockets.
1160random : random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes).
1161notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1162notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1163notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1164-------- NOTES --------
1165When 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).
1166
1167Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.*/
1168
1169//=============================================================================
1170
1171TARGET_* ENTITIES
1172
1173//=============================================================================
1174
1175/*QUAKED target_delay (0 .7 .7) (-8 -8 -8) (8 8 8)
1176Time 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.
1177-------- KEYS --------
1178targetname : activating trigger points to this.
1179target : this points to entities to activate when this entity is triggered.
1180wait : delay in seconds from when this gets triggered to when it fires its own targets (default approx. 1).
1181delay : same as wait? replaces it? WTF?...I'm confused now.
1182random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1183notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1184notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1185notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1186-------- NOTES --------
1187When 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).*/
1188
1189//=============================================================================
1190
1191/*QUAKED target_give (0 .5 0) (-8 -8 -8) (8 8 8)
1192This is used to give ammo, weapons, health or items to the player who activates it.
1193-------- KEYS --------
1194target : this points to the item(s) to give when activated.
1195targetname : activating trigger or spawn entity points to this.
1196notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1197notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1198notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1199-------- NOTES --------
1200There are 2 ways to use this entity.
1201a) 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.
1202b) 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.*/
1203
1204//=============================================================================
1205
1206/*QUAKED target_kill (0 .5 0) (-8 -8 -8) (8 8 8)
1207This will kill the player who activates the trigger that fires this target.
1208-------- KEYS --------
1209targetname : the activating trigger points to this.
1210notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1211notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1212notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
1213
1214//=============================================================================
1215
1216//QUAKED target_laser (0 .5 0) (-8 -8 -8) (8 8 8) START_ON
1217//Generates 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.
1218//-------- KEYS --------
1219//angles: alternate "pitch, yaw, roll" angles method of aiming laser (default 0 0 0).
1220//target : point this to a target_position entity to set the laser's aiming direction.
1221//targetname : the activating trigger points to this.
1222//notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1223//notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1224//notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1225//-------- SPAWNFLAGS --------
1226//START_ON : when set, the laser will start on in the game.
1227
1228//=============================================================================
1229
1230/*QUAKED target_location (0 .5 0) (-8 -8 -8) (8 8 8)
1231Location 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.
1232-------- KEYS --------
1233message :  name of the location (text string). Displayed in parentheses in front of all team chat and order messages.
1234count : color of the location text displayed in parentheses during team chat. Set to 0-7 for color.
1235   0 : white (default)
1236   1 : red
1237   2 : green
1238   3 : yellow
1239   4 : blue
1240   5 : cyan
1241   6 : magenta
1242   7 : white
1243notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1244notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1245notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
1246
1247//=============================================================================
1248
1249/*QUAKED target_position (0 .5 0) (-8 -8 -8) (8 8 8)
1250Aiming target for entities like light, misc_portal_camera and trigger_push (jump pads) in particular.
1251-------- KEYS --------
1252targetname : the entity that requires an aiming direction points to this.
1253notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1254notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1255notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1256-------- NOTES --------
1257To make a jump pad, place this entity at the highest point of the jump and target it with a trigger_push entity.*/
1258
1259//=============================================================================
1260
1261/*QUAKED target_print (0 .5 0) (-8 -8 -8) (8 8 8) REDTEAM BLUETEAM PRIVATE
1262This will print a message on the center of the screen when triggered. By default, all the clients will see the message.
1263-------- KEYS --------
1264message : text string to print on screen.
1265targetname : the activating trigger points to this.
1266notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1267notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1268notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1269-------- SPAWNFLAGS --------
1270REDTEAM : only the red team players will see the message.
1271BLUETEAM : only the blue team players will see the message.
1272PRIVATE : only the player that activates the target will see the message.*/
1273
1274//=============================================================================
1275
1276/*QUAKED target_push (.5 .5 .5) (-8 -8 -8) (8 8 8) BOUNCEPAD
1277This 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.
1278-------- KEYS --------
1279angles: this sets the pitch and yaw aiming angles of push entity (default 0 0). The roll angle does not apply.
1280speed : speed of push (default 1000). Has no effect if entity targets an aiming entity.
1281targetname : the activating trigger points to this. Push originates from the location of the trigger.
1282target : this points to the aiming entity to which the player will jump.
1283notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1284notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1285notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1286-------- SPAWNFLAGS --------
1287BOUNCEPAD : if set, trigger will play bounce noise instead of beep noise when activated (recommended).
1288-------- NOTES --------
1289To 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.*/
1290
1291//=============================================================================
1292
1293/*QUAKED target_relay (0 .7 .7) (-8 -8 -8) (8 8 8) RED_ONLY BLUE_ONLY RANDOM
1294This can only be activated by other triggers which will cause it in turn to activate its own targets.
1295-------- KEYS --------
1296targetname : activating trigger points to this.
1297target : this points to entities to activate when this entity is triggered.
1298notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1299notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1300notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1301-------- SPAWNFLAGS --------
1302RED_ONLY : only red team players can activate trigger.
1303BLUE_ONLY : only red team players can activate trigger.
1304RANDOM : one one of the targeted entities will be triggered at random.*/
1305
1306//=============================================================================
1307
1308/*QUAKED target_remove_powerups (0 .7 .7) (-8 -8 -8) (8 8 8)
1309This 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.
1310-------- KEYS --------
1311targetname : activating trigger points to this.
1312notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1313notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1314notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
1315
1316//=============================================================================
1317
1318/*QUAKED target_score (0 .5 0) (-8 -8 -8) (8 8 8)
1319This 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.
1320-------- KEYS --------
1321targetname : ativating entity points to this.
1322count: number of frag points to give to player (default 1).
1323notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1324notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1325notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
1326
1327//=============================================================================
1328
1329/*QUAKED target_speaker (0 .7 .7) (-8 -8 -8) (8 8 8) LOOPED_ON LOOPED_OFF GLOBAL ACTIVATOR
1330Sound 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.
1331-------- KEYS --------
1332noise : path/name of .wav file to play (eg. sound/world/growl1.wav - see Notes).
1333wait : delay in seconds between each time the sound is played ("random" key must be set - see Notes).
1334random : random time variance in seconds added or subtracted from "wait" delay ("wait" key must be set - see Notes).
1335targetname : the activating button or trigger points to this.
1336notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1337notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1338notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1339-------- SPAWNFLAGS --------
1340LOOPED_ON : sound will loop and initially start on in level (will toggle on/off when triggered).
1341LOOPED_OFF : sound will loop and initially start off in level (will toggle on/off when triggered).
1342GLOBAL : sound will play full volume throughout the level.
1343ACTIVATOR : sound will play only for the player that activated the target.
1344-------- NOTES --------
1345The 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.
1346
1347The 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).*/
1348
1349//=============================================================================
1350
1351/*QUAKED target_teleporter (0 .5 0) (-8 -8 -8) (8 8 8)
1352Activating 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.
1353-------- KEYS --------
1354targetname : activating trigger points to this.
1355target : this must point to a misc_teleporter_dest entity.
1356notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1357notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1358notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
1359
1360//=============================================================================
1361
1362TEAM_* ENTITIES
1363
1364//=============================================================================
1365
1366/*QUAKED team_CTF_blueflag (0 .2 1) (-16 -16 -16) (16 16 16)
1367Blue team flag for CTF games.
1368-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1369model="models/flags/b_flag.md3"*/
1370
1371//=============================================================================
1372
1373/*QUAKED team_CTF_blueplayer (0 .2 1) (-16 -16 -24) (16 16 32)
1374Initial Blue team spawning position for CTF games. This is where players spawn when they join the Blue team.
1375-------- KEYS --------
1376target : this can point at a target_give entity for respawn freebies.*/
1377
1378//=============================================================================
1379
1380/*QUAKED team_CTF_bluespawn (0 .2 1) (-16 -16 -24) (16 16 32)
1381Blue team respawning position for CTF games. This is where Blue team players respawn after they get fragged.
1382-------- KEYS --------
1383target : this can point at a target_give entity for respawn freebies.*/
1384
1385//=============================================================================
1386
1387/*QUAKED team_CTF_redflag (1 .2 0) (-16 -16 -16) (16 16 16)
1388Red team flag for CTF games.
1389-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1390model="models/flags/r_flag.md3"*/
1391
1392//=============================================================================
1393
1394/*QUAKED team_CTF_redplayer (1 .2 0) (-16 -16 -24) (16 16 32)
1395Initial Red team spawning position for CTF games. This is where players spawn when they join the Red team.
1396-------- KEYS --------
1397target : this can point at a target_give entity for respawn freebies.*/
1398
1399//=============================================================================
1400
1401/*QUAKED team_CTF_redspawn (0 .2 1) (-16 -16 -24) (16 16 32)
1402Red team respawning position for CTF games. This is where Red team players respawn after they get fragged.
1403-------- KEYS --------
1404target : this can point at a target_give entity for respawn freebies.*/
1405
1406//=============================================================================
1407
1408TRIGGER_* ENTITIES
1409
1410//=============================================================================
1411
1412/*QUAKED trigger_always (.5 .5 .5) (-8 -8 -8) (8 8 8)
1413Automatic trigger. It will fire the entities it targets as soon as it spawns in the game.
1414-------- KEYS --------
1415target : this points to the entity to activate.
1416notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1417notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1418notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
1419
1420//=============================================================================
1421
1422/*QUAKED trigger_hurt (.5 .5 .5) ? START_OFF - SILENT NO_PROTECTION SLOW
1423Any 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.
1424-------- KEYS --------
1425dmg : number of points of damage inflicted to player per server frame (default 5 - integer values only).
1426notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1427notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1428notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1429-------- SPAWNFLAGS --------
1430START_OFF needs to be triggered (toggle) for damage
1431SILENT : supresses the sizzling sound while player is being hurt.
1432NO_PROTECTION : player will be hurt regardless of protection (see Notes).
1433SLOW : changes the damage rate to once per second.
1434-------- NOTES --------
1435The 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.*/
1436
1437//=============================================================================
1438
1439/*QUAKED trigger_multiple (.5 .5 .5) ?
1440Variable 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.
1441-------- KEYS --------
1442target : this points to the entity to activate.
1443targetname : activating trigger points to this.
1444wait : time in seconds until trigger becomes re-triggerable after it's been touched (default 0.2, -1 = trigger once).
1445random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1446notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1447notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1448notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1449-------- NOTES --------
1450When 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).*/
1451
1452//=============================================================================
1453
1454/*QUAKED trigger_push (.5 .5 .5) ?
1455This 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.
1456-------- KEYS --------
1457target : this points to the target_position to which the player will jump.
1458notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1459notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1460notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1461-------- NOTES --------
1462To 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.*/
1463
1464//=============================================================================
1465
1466/*QUAKED trigger_teleport (.5 .5 .5) ?
1467Touching this will teleport players to the location of the targeted misc_teleporter_dest entity. This entity allows client prediction of events.
1468-------- KEYS --------
1469target : this must point to a misc_teleporter_dest entity.
1470notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1471notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1472notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).*/
1473
1474//=============================================================================
1475
1476WEAPON_* ENTITIES
1477
1478//=============================================================================
1479
1480/*QUAKED weapon_bfg (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1481Big Freaking Gun.
1482-------- KEYS --------
1483wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1484random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1485count: sets the amount of ammo given to the player when weapon is picked up (default 20).
1486team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1487target : picking up the item will trigger the entity this points to.
1488targetname : a target_give entity can point to this for respawn freebies.
1489notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1490notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1491notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1492notbot : used to make an item invisible for bot attraction.
1493-------- SPAWNFLAGS --------
1494SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1495-------- NOTES --------
1496The 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.
1497
1498When 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).
1499-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1500model="models/weapons2/bfg/bfg.md3"*/
1501
1502//=============================================================================
1503
1504/*QUAKED weapon_gauntlet (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1505Gauntlet.
1506-------- KEYS --------
1507wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1508random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1509team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1510target : picking up the item will trigger the entity this points to.
1511targetname : a target_give entity can point to this for respawn freebies.
1512notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1513notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1514notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1515notbot : used to make an item invisible for bot attraction.
1516-------- SPAWNFLAGS --------
1517SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1518-------- NOTES --------
1519The 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.
1520
1521When 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).
1522-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1523model="models/weapons2/gauntlet/gauntlet.md3"*/
1524
1525//=============================================================================
1526
1527/*QUAKED weapon_grapplinghook (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1528Grappling Hook. Spawns in the game and works but is unskinned.
1529-------- KEYS --------
1530wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1531random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1532team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1533target : picking up the item will trigger the entity this points to.
1534targetname : a target_give entity can point to this for respawn freebies.
1535notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1536notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1537notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1538notbot : used to make an item invisible for bot attraction.
1539-------- SPAWNFLAGS --------
1540SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1541-------- NOTES --------
1542The 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.
1543
1544When 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).
1545-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1546model="models/weapons2/grapple/grapple.md3"*/
1547
1548//=============================================================================
1549
1550/*QUAKED weapon_grenadelauncher (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1551Grenade Launcher.
1552-------- KEYS --------
1553wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1554random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1555count: sets the amount of ammo given to the player when weapon is picked up (default 10).
1556team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1557target : picking up the item will trigger the entity this points to.
1558targetname : a target_give entity can point to this for respawn freebies.
1559notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1560notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1561notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1562notbot : used to make an item invisible for bot attraction.
1563-------- SPAWNFLAGS --------
1564SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1565-------- NOTES --------
1566The 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.
1567
1568When 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).
1569-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1570model="models/weapons2/grenadel/grenadel.md3"*/
1571
1572//=============================================================================
1573
1574/*QUAKED weapon_lightning (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1575Lightning Gun.
1576-------- KEYS --------
1577wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1578random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1579count: sets the amount of ammo given to the player when weapon is picked up (default 100).
1580team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1581target : picking up the item will trigger the entity this points to.
1582targetname : a target_give entity can point to this for respawn freebies.
1583notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1584notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1585notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1586notbot : used to make an item invisible for bot attraction.
1587-------- SPAWNFLAGS --------
1588SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1589-------- NOTES --------
1590The 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.
1591
1592When 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).
1593-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1594model="models\weapons2\lightning\lightning.md3"*/
1595
1596//=============================================================================
1597
1598/*QUAKED weapon_machinegun (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1599Machine Gun.
1600-------- KEYS --------
1601wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1602random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1603count: sets the amount of ammo given to the player when weapon is picked up (default 100).
1604team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1605target : picking up the item will trigger the entity this points to.
1606targetname : a target_give entity can point to this for respawn freebies.
1607notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1608notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1609notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1610notbot : used to make an item invisible for bot attraction.
1611-------- SPAWNFLAGS --------
1612SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1613-------- NOTES --------
1614The 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.
1615
1616When 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).
1617-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1618model="models\weapons2\machinegun\machinegun.md3"*/
1619
1620//=============================================================================
1621
1622/*QUAKED weapon_plasmagun (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1623Plasma gun.
1624-------- KEYS --------
1625wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1626random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1627count: sets the amount of ammo given to the player when weapon is picked up (default 50).
1628team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1629target : picking up the item will trigger the entity this points to.
1630targetname : a target_give entity can point to this for respawn freebies.
1631notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1632notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1633notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1634notbot : used to make an item invisible for bot attraction.
1635-------- SPAWNFLAGS --------
1636SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1637-------- NOTES --------
1638The 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.
1639
1640When 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).
1641-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1642model="models/weapons2/plasma/plasma.md3"*/
1643
1644//=============================================================================
1645
1646/*QUAKED weapon_railgun (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1647Railgun.
1648-------- KEYS --------
1649wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1650random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1651count: sets the amount of ammo given to the player when weapon is picked up (default 10).
1652team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1653target : picking up the item will trigger the entity this points to.
1654targetname : a target_give entity can point to this for respawn freebies.
1655notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1656notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1657notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1658notbot : used to make an item invisible for bot attraction.
1659-------- SPAWNFLAGS --------
1660SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1661-------- NOTES --------
1662The 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.
1663
1664When 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).
1665-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1666model="models/weapons2/railgun/railgun.md3"*/
1667
1668//=============================================================================
1669
1670/*QUAKED weapon_rocketlauncher (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1671Rocket Launcher.
1672-------- KEYS --------
1673wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1674random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1675count: sets the amount of ammo given to the player when weapon is picked up (default 10).
1676team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1677target : picking up the item will trigger the entity this points to.
1678targetname : a target_give entity can point to this for respawn freebies.
1679notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1680notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1681notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1682notbot : used to make an item invisible for bot attraction.
1683-------- SPAWNFLAGS --------
1684SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1685-------- NOTES --------
1686The 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.
1687
1688When 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).
1689-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1690model="models/weapons2/rocketl/rocketl.md3"*/
1691
1692//=============================================================================
1693
1694/*QUAKED weapon_shotgun (1 0 .5) (-16 -16 -16) (16 16 16) SUSPENDED
1695Shotgun.
1696-------- KEYS --------
1697wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn).
1698random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
1699count: sets the amount of ammo given to the player when weapon is picked up (default 10).
1700team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).
1701target : picking up the item will trigger the entity this points to.
1702targetname : a target_give entity can point to this for respawn freebies.
1703notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
1704notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
1705notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
1706notbot : used to make an item invisible for bot attraction.
1707-------- SPAWNFLAGS --------
1708SUSPENDED : item will spawn where it was placed in map and won't drop to the floor.
1709-------- NOTES --------
1710The 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.
1711
1712When 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).
1713-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
1714model="models/weapons2/shotgun/shotgun.md3"*/
1715
1716//=============================================================================
1717
1718WORLDSPAWN ENTITY
1719
1720//=============================================================================
1721
1722/*QUAKED worldspawn (0 0 0) ?
1723Only used for the world.
1724-------- KEYS --------
1725message : text to print at user logon. Used for name of level.
1726music : path/name of looping .wav file used for level's music (eg. music/sonic5.wav).
1727_ambient OR ambient : Adds a constant value to overall lighting. Use is not recommended. Ambient light will have a tendency to flatten out variations in light and shade.
1728_color : RGB value for ambient light color (default is 0 0 0).
1729gravity : gravity of level (default is normal gravity: 800).
1730gridsize : 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.
1731_blocksize : 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.
1732-------- Q3MAP2 KEYS --------
1733_minlight : Minimum light value, levelwide. Uses the _color key to set color. Does not add unlike ambient.
1734_minvertexlight : Minimum vertex lighting, levelwide.
1735_mingridlight : Minimum lightgrid (dynamic entity lighting) levelwide.
1736_keeplights : Keep light entities in the BSP. Normally stripped out by the BSP process and read from the .map file by the lighting phase.
1737_noshadersun : Ignore q3map_sun/sun directives in sky shaders and ONLY use entity sun lights.
1738_farplanedist : 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.
1739_foghull : Shader to use for "fog hull." Foghull shader should be a sky shader. Omit the "textures/" prefix.
1740_lightmapscale : 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).
1741_cs OR _castshadows : 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.
1742_rs OR _receiveshadows : 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. < 1 = receive shadows ONLY from corresponding keyed entities.
1743_celshader : Sets the cel shader used for this geometry. Note: omit the "textures/" prefix. Overridable in entities.
1744-------- Q3MAP2 TERRAIN KEYS --------
1745_indexmap OR alphamap : Path/name for the art file used to guide the mapping of textures on the terrain surface.
1746_layers OR layers : Integer value is the number unique root shaders that will be use on the terrain.
1747_shader OR shader : Path to the metashader used to assign textures to the terrain entity. Note: Omit the "textures/" prefix.*/
1748