// Weapons Factory Arena entity definition file for Q3Radiant/GTK Radiant // Upgraded by Shadowspawn 06/14/2002 // Based on draft by Suicide 20 7.30.99 and inolen 9-3-99 and Eutectic 1/31/2000 // (visible models added by raYGunn - paths provided by Suicide 20) // Version: 3.5a // BETA BETA BETA BETA //============================================================================= AMMO_* ENTITIES //============================================================================= /*QUAKED ammo_bfg (.3 .3 1) (-20 -20 -16) (20 20 20) SUSPENDED BFG ammo. Gives the player 15 by default. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when picked up (default 15). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/ammo/bfgam.md3"*/ //============================================================================= /*QUAKED ammo_bullets (.3 .3 1) (-20 -20 -16) (20 20 20) SUSPENDED Machine Gun ammo. Gives the player 50 by default. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when picked up (default 50). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/ammo/machinegunam.md3"*/ //============================================================================= /*QUAKED ammo_cells (.3 .3 1) (-20 -20 -16) (20 20 20) SUSPENDED Plasma Gun ammo. Gives the player 30 by default. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when picked up (default 30). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/ammo/plasmaam.md3"*/ //============================================================================= /*QUAKED ammo_grenades (.3 .3 1) (-20 -20 -16) (20 20 20) SUSPENDED Grenade Launcher ammo. Gives the player 5 by default. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when picked up (default 5). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/ammo/grenadeam.md3"*/ //============================================================================= /*QUAKED ammo_lightning (.3 .3 1) (-20 -20 -16) (20 20 20) SUSPENDED Lightning Gun ammo. Gives the player 60 by default. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when picked up (default 60). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/ammo/lightningam.md3"*/ //============================================================================= /*QUAKED ammo_rockets (.3 .3 1) (-20 -20 -16) (20 20 20) SUSPENDED Rocket Launcher ammo. Gives the player 5 by default. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when picked up (default 5). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/ammo/rocketam.md3"*/ //============================================================================= /*QUAKED ammo_shells (.3 .3 1) (-20 -20 -16) (20 20 20) SUSPENDED Shotgun ammo. Gives the player 10 by default. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/ammo/shotgunam.md3"*/ //============================================================================= /*QUAKED ammo_slugs (.3 .3 1) (-20 -20 -16) (20 20 20) SUSPENDED Railgun ammo. Gives the player 10 by default. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/ammo/railgunam.md3"*/ //============================================================================= FUNC_* ENTITIES //============================================================================= /*QUAKED func_bobbing (0 .5 .8) ? X_AXIS Y_AXIS Solid 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. -------- KEYS -------- speed : amount of time in seconds for one complete oscillation cycle (default 4). height : sets the amount of travel of the oscillation movement (default 32). phase : 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). noise : path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav - See Notes). model2 : path/name of model to include (eg: models/mapobjects/jets/jets01.md3). origin : alternate method of setting XYZ origin of sound and .md3 model included with entity (See Notes). light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- SPAWNFLAGS -------- X_AXIS : entity will bob along the X axis. Y_AXIS : entity will bob along the Y axis. -------- NOTES -------- In 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.*/ //============================================================================= /*QUAKED func_button (0 .5 .8) ? When 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. -------- KEYS -------- angle : determines the direction in which the button will move (up = -1, down = -2). target : all entities with a matching targetname will be triggered. speed : speed of button's displacement (default 40). wait : number of seconds button stays pressed (default 1, -1 = return immediately). lip : lip remaining at end of move (default 4 units). health : if set to a non-zero value, the button must be damaged by "health" amount of points to operate. light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3). origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 wf_team : can be set to "1" (red) or "2" (blue) inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- NOTES -------- 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.*/ //============================================================================= /*QUAKED func_door (0 .5 .8) ? START_OPEN SILENT CRUSHER - TOGGLE Normal sliding door entity. By default, the door will activate when player walks close to it. -------- KEYS -------- angle : determines the opening direction of door (up = -1, down = -2). speed : determines how fast the door moves (default 100). wait : number of seconds before door returns (default 2, -1 = return immediately, -2 = never return until retriggered) lip : lip remaining at end of move (default 8) targetname : if set, a func_button or trigger is required to activate the door. health : Not used with WFA, sorry. dmg : damage to inflict on player when he blocks operation of door (default 4). Door will reverse direction when blocked unless CRUSHER spawnflag is set. team: assign the same team name to multiple doors that should operate together (see Notes). light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3). origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 wf_team : can be set to "1" (red) or "2" (blue) inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- SPAWNFLAGS -------- START_OPEN : the door will spawn in the open state and operate in reverse. CRUSHER : door will not reverse direction when blocked and will keep damaging player until he dies or gets out of the way. TOGGLE : Door will wait in it's triggered position until triggered again. SILENT: Door will not emit a sounnd when opened or closed. -------- NOTES -------- Unlike 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.*/ //============================================================================= /*QUAKED func_door_rotating (0 .5 .8) ? START_OPEN SILENT CRUSHER REVERSE TOGGLE X_AXIS Y_AXIS WFA ONLY Rotating door entity. By default, the door will activate when player walks close to it or when damage is inflicted to it. -------- KEYS -------- wait : number of seconds before door returns (default 2, -1 = return immediately) targetname : if set, a func_button or trigger is required to activate the door. health : if set to a non-zero value, the door must be damaged by "health" amount of points to activate (default 0). dmg : damage to inflict on player when he blocks operation of door (default 4). Door will reverse direction when blocked unless CRUSHER spawnflag is set. team: assign the same team name to multiple doors that should operate together (see Notes). distance : how many degrees the door will open light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3). origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). wf_team : can be set to "1" (red) or "2" (blue) inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- SPAWNFLAGS -------- START_OPEN : the door will spawn in the open state and operate in reverse. SILENT : Don't play sounds. CRUSHER : door will not reverse direction when blocked and will keep damaging player until he dies or gets out of the way. REVERSE : if you want the door to open in the other direction, use this switch. TOGGLE : wait in both the start and end states fro a trigger event. X_AXIS : open on the X axis. Y_AXIS : open on the Y axis. -------- NOTES -------- 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. You may need to play with adding clip brushes to the ent in order to achieve the result you are expecting.*/ //============================================================================= /*QUAKED func_group (0 .5 .8) ? This 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. -------- KEYS -------- _lightmapscale: Default is 1, used for specifying the sampling quality of the lightmapping -------- NOTES -------- The TAB key can be used to flip through the component pieces of a selected func_group entity, isolating individual components.*/ //============================================================================= /*QUAKED func_pendulum (0 .5 .8) ? Solid 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. -------- KEYS -------- angle : angle offset of axis of rotation from default X axis (default 0). speed : angle of swing arc in either direction from initial position (default 30). phase : 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). noise : path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav). model2 : path/name of model to include (eg: models/mapobjects/jets/jets01.md3). origin : alternate method of setting XYZ origin of entity's rotation axis and .md3 model included with entity (default "0 0 0" - See Notes). light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- NOTES -------- Players will DIE when they touch this. You 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. */ //============================================================================= /*QUAKED func_plat (0 .5 .8) ? Rising 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). -------- KEYS -------- speed : determines how fast the plat moves (default 150). lip : lip remaining at end of move (default 16). Has no effect if "height" is set. height : if set, this will determine the total amount of vertical travel of the plat. dmg : damage to inflict on player when he blocks operation of plat (default 4). Plat will reverse direction when blocked. targetname : 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. light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3). origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 wf_team : can be set to "1" (red) or "2" (blue) inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- NOTES -------- By 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. There 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.*/ //============================================================================= /*QUAKED func_rotating (0 .5 .8) ? - - X_AXIS Y_AXIS Solid 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. -------- KEYS -------- speed : determines how fast entity rotates (default 100). noise : path/name of .wav file to play. Use looping sounds only (eg. sound/world/drone6.wav). model2 : path/name of model to include (eg: models/mapobjects/bitch/fembotbig.md3). origin : alternate method of setting XYZ origin of entity's rotation axis and .md3 model included with entity (default "0 0 0" - See Notes). light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- SPAWNFLAGS -------- X_AXIS : entity will rotate along the X axis. Y_AXIS : entity will rotate along the Y axis. -------- NOTES -------- You 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.*/ //============================================================================= /*QUAKED func_static (0 .5 .8) ? Static non-solid bspmodel. Can be used for conditional walls and models. -------- KEYS -------- model2 : path/name of model to include (eg: models/mapobjects/bitch/fembotbig.md3). origin : alternate method of setting XYZ origin of .md3 model included with entity (See Notes). light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). targetname : if set, a func_button or trigger can make entity disappear from the game (See Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- NOTES -------- 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. 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. Because 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.*/ //============================================================================= /*QUAKED func_particle (0 0.5 0) (-8 -8 -8) (8 8 8) START_ON MODE_2 Spawn some particles. -------- KEYS -------- target : Target the spawner at a target_position. targetname : If set, a func_button or trigger can turn this spawner on and off. xrandom : Adds randomness to the particle spawn in the X-Axis. (Default is 0.) yrandom : Adds randomness to the particle spawn in the Y-Axis. (Default is 0.) zrandom : Adds randomness to the particle spawn in the Z-Axis. (Default is 0.) pcolor : Choose a number between 1 and 9 to select the color of particle. (See notes below.) velocity : Modifies the particle velocity. (Default is 100) duration : Controls the life of each particle, in milliseconds. (Default is 3000.) frequency : Controls how often the spawner generates a particle. (Default is 0. See Notes below.) speed : Controls the upward drift speed of particle movement for MODE_2 only.(See notes below.) width : Sets the starting width of the particles (Default is 1.) height : Sets the starting height of the particles (Default is 1.) srandom : Allows individual particle sizes to be randomized within one spawner. (Default is 0. See Notes below.) endsize : Sets a multiplier to be used with the width and height to determine the end size of the particles when their durations expire. (Default is 1. See Notes below.) -------- SPAWNFLAGS -------- START_ON : The particle spawner will start in the ON position, spawning particles. MODE_2 : Alternate particle behavior mode, see notes below. -------- NOTES -------- ***NOTE*** YOU MUST TARGET THIS AT A TARGET_POSITION ***NOTE*** Func_particle is a fairly complicated entity. The xrandom, yrandom, and zrandom parameters allow you to increase the particle spread in all directions. A good starting place is around 50 in each to direction for a mild spread. If you leave them all at 0 you will get a straight line of particles. Velocity modifies the "force" that propels the particles in the direction of your target_position. The default is 100 and is generally a good starting point unless you need your particles to go long distances. Duration controls how long a particle will stay around before fading itself out of existance. You want this number as low as possible while still generating the effect you are after. A particle that hits a solid object (like a floor) will be deleted automatically and will not float down to lower levels. Frequency controls how many particles the spawn spits out per unit of time. The default is 0 which allows the spawner to go at full speed. A setting of 10 will lessen the number of particles significantly so do not set this value too large initially. Pcolor allows you to select the color of the particles being emitted. Right now you can only choose from the following list. At some time in the future you may be able to use RBG values. RED 1 BLUE 2 GREEN 3 YELLOW 4 ORANGE 5 PURPLE 6 PINK 7 CYAN 8 WHITE 9 MODE_2 changes the way the particles behave significantly. Instead of being effected by gravity, they work in the opposite (somewhat like smoke.) They try to rise towards the ceiling based on the speed parameter (if set to 0, they defy gravity.) Additionally, when modifying the X,Y,and Z-randoms the ORIGIN is modified, not the trajectory. This allows for the creation of particle "fields." The srandom key allows you to randomize particle sizes within one spawner. The same random value is applied to both the height and the width to preserve the size ratio for any given particle. The formula for particle size looks like this: randomSize = ( * ); height = + randomSize; width = + randomSize; endheight = ( + randomSize) * ; endwidth = ( + randomSize) * ; In short, you never want the srandom key to be larger than the height or the width. This would potential cause particles with a negative size since the srandom key represent the MAXIMUM deviance that can occur for any particle. This number can be positive or negative. The endsize key is a multiplier that is applied to the width and height to determine the end size of the particles when their durations expire. You can use this to cause particles to shrink or grow during the course of their lives (But not both, and size change is linear.) This number is positive for growth and negative for shrinkage. As an additional note, you CAN point this entity at a moving entity (such as a door or a func_train) and it will adjust the direction of the spray of particles as its target entity moves around the world. It does not currently adjust it's velocity. Keep in mind that the 'origin' of a door is not neccessarily the center. If you want to point it to a mover, it -can help- to make a small brush as the center of the mover and select that brush first when creating the entity. */ //============================================================================= /*QUAKED func_timer (0 .5 .8) (-8 -8 -8) (8 8 8) START_ON Time 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. -------- KEYS -------- wait : delay in seconds between each triggering of its targets (default 1). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). target : this points to the entities to trigger. targetname : a func_button or trigger that points to this will toggle the timer on/off when activated. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- SPAWNFLAGS -------- START_ON : timer will start on in the game and continuously fire its targets. -------- NOTES -------- When 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).*/ //============================================================================= /*QUAKED func_train (0 .5 .8) ? Trains 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). -------- KEYS -------- speed : speed of displacement of train (default 100 or overridden by speed value of path). target : this points to the first path_corner of the path which is also the spawn location of the train's origin. model2 : path/name of model to include (eg: models/mapobjects/pipe/pipe02.md3). origin : alternate method of setting XYZ origin of the train's brush(es) and .md3 model included with entity (See Notes). light : constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0). color : constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- NOTES -------- 1. Trains always start on in the game. 2. Trains do not damage the played when blocked. 3. Trains cannot emit sound. 4. Trains are not triggerable or toggle-able. 5. 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. 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.*/ //===============WFA============================================================== /*QUAKED func_explosive (0 .5 .8) ? TriggerSpawn AutoRespawn TriggerRespawn -------- KEYS -------- health: "Health" : 100 count: "Count (debris 75-1000)" : 75 dmg: "Damage" : 0 (See Notes). wait: "autorespawn time" : 30 inskyroom: when set to 1, entity will be visible through the skyportal's camera -------- SPAWNFLAGS -------- Trigger Spawn : Used to spawn the entity once into the world, use targetname-target with button etc. AutoRespawn : Will respawn the entity in wait seconds 30-3mins. Trigger Respawn: Will respawn over and over by use of a trigger such as a button. -------- NOTES -------- Once the damage key is set to a positive number, the normal glass breaking effects will turn to solid effects. */ //============================================================================= HOLDABLE_* ENTITIES //============================================================================= /*QUAKED holdable_medkit (.7 0 1) (-16 -16 -16) (16 16 32) SUSPENDED Medkit 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. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 60, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/holdable/medkit.md3"*/ //============================================================================= /*QUAKED holdable_teleporter (.7 0 1) (-16 -16 -16) (16 16 32) SUSPENDED Teleporter 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. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 60, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/holdable/teleporter.md3"*/ //============================================================================= INFO_* ENTITIES //============================================================================= /*QUAKED info_flare (0 0.5 0) (-8 -8 -8) (8 8 8) SUN BIGSUN Non-displayed entity which makes a light flare effect. Only bright lights should have an additional flare effect. Sun is just a single big flare that shows somewhere in the sky (see keys), think of it as q3map_sun params. BIGSUN has the cool flare effect of the many lenses. Same positioning of SUN. -------- KEYS -------- health: overrides the default size of 100. wait: flare color (default 0 = white, 1 = soft yellow, 2 = soft green, 3 = orange): random : altitude - pitch count: degree - yaw */ /*QUAKED info_camp (0 .5 0) (-8 -8 -8) (8 8 8) This atttracts bots which have a camping preference in their AI characteristics. It should be placed at least 32 units away from any brush surface. -------- KEYS -------- range : number of units that the bot can move away from camp entity while camping on it. weight : number that is compared against the weight assigned to all the other camp spots in the map to determine if a bot chooses to camp there. The value is normalized against all other weight values. -------- NOTES -------- Examples 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.*/ //============================================================================= /*QUAKED info_notnull (0 .5 0) (-8 -8 -8) (8 8 8) Used 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. -------- KEYS -------- targetname : must match the target key of entity that uses this for pointing. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= /*QUAKED info_null (0 .5 0) (-8 -8 -8) (8 8 8) Used 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. -------- KEYS -------- targetname : must match the target key of entity that uses this for pointing. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= /*QUAKED info_player_deathmatch (1 0 0) (-16 -16 -24) (16 16 32) INITIAL Normal player spawning location for Q3A levels. -------- KEYS -------- angle : direction in which player will look when spawning in the game. Does not apply to bots. target : this can point at a target_give entity for respawn freebies. nobots : when set to 1, bots will never use this spawn point to respawn in the game. nohumans : when set to 1, human players will never use this spawn point to respawn in the game. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- SPAWNFLAGS -------- INITIAL : makes the spawnpoint the initial place for the player to spawn at the beginning of the game.*/ //============================================================================= /*QUAKED info_player_intermission (1 0 1) (-16 -16 -16) (16 16 16) Camera 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. -------- KEYS -------- angles: alternate "pitch, yaw, roll" angles method of aiming intermission camera (default 0 0 0). target : point this to an info_notnull or target_position entity to set the camera's pointing angles. -------- NOTES -------- In 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.*/ //============================================================================= /*QUAKED info_player_start (1 0 0) (-16 -16 -24) (16 16 32) Player spawn location, also intermission if one is omitted. WFA NEEDS THIS. Use at least one info_player_deathmatch also. -------- KEYS -------- angle : direction in which player will look when spawning in the game. target : this can point at a target_give entity for respawn freebies.*/ //============================================================================= //QUAKED info_spectator_start (1 0 0) (-16 -16 -24) (16 16 32) //Spectator spawn location. Doesn't appear to work in game. Commented out. //-------- KEYS -------- //notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. //notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. //notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 //============================================================================= ITEM_* ENTITIES //============================================================================= /*QUAKED item_armor_body (.6 0 0) (-24 -24 -16) (24 24 40) SUSPENDED Red Armor - 100 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 25, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/armor/armor_red.md3"*/ //============================================================================= /*QUAKED item_armor_combat (1 .75 .3) (-24 -24 -16) (24 24 40) SUSPENDED Yellow Armor - 50 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 25, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/armor/armor_yel.md3"*/ //============================================================================= /*QUAKED item_armor_shard (0 .7 0) (-16 -16 -16) (16 16 28) SUSPENDED Green Armor Shard - 5 points. All armor can be cumulated up to a maximum of 200 points and slowly wears out to 100 points. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 25, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/armor/shard.md3"*/ //============================================================================= /*QUAKED item_botroam (1 0.5 0) (-8 -8 -8) (8 8 8) SUSPENDED Game 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). -------- KEYS -------- weight: non-zero floating point value, most often in the range 0 to 400. (Higher values are allowed but keep in mind that the bot should also be attracted to normal items. Don't make the weight value too high. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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.*/ //============================================================================= /*QUAKED item_enviro (.5 0 1) (-24 -24 -16) (24 24 36) SUSPENDED Battle Suit power-up - Gives protection against slime, lava and weapon splash damage. Lasts 30 seconds. WFA- This is the rebreather. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count : time in seconds power-up will last when picked up (default 30). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. And the god damn bots will always go after this. sorry. there are ways around it but they are hacks. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/instant/enviro.md3"*/ //============================================================================= /*QUAKED item_flight (.5 0 1) (-24 -24 -16) (24 24 40) SUSPENDED Flight power-up. Lasts 60 seconds. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count : time in seconds power-up will last when picked up (default 60). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/instant/flight.md3"*/ //============================================================================= /*QUAKED item_haste (.5 0 1) (-24 -24 -16) (24 24 40) SUSPENDED Speed power-up. Makes player run at double speed for 30 seconds. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count : time in seconds power-up will last when picked up (default 30). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/instant/haste.md3"*/ //============================================================================= /*QUAKED item_health (.8 .8 0) (-16 -16 -16) (16 16 28) SUSPENDED Yellow cross bubble - 25 Health. Cannot be picked up over 100 health. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 35, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of health points given to the player when item is picked up (default 25). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/health/medium_cross.md3"*/ //============================================================================= /*QUAKED item_health_large (1 0 0) (-16 -16 -16) (16 16 28) SUSPENDED Gold cross bubble - 50 Health. Cannot be picked up over 100 health. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 35, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of health points given to the player when item is picked up (default 50). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/health/large_cross.md3"*/ //============================================================================= /*QUAKED item_health_mega (0 0 1) (-16 -16 -16) (16 16 28) SUSPENDED Blue M bubble - 100 Health. Adds 100 health points to current health up to a maximum of 200. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 40, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of health points given to the player when item is picked up (default 100). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/health/mega_cross.md3"*/ //============================================================================= /*QUAKED item_health_small (0 1 0) (-16 -16 -16) (16 16 28) SUSPENDED Green cross bubble - 5 Health. Can be picked up over 100 health but slowly wears out to 100 afterwards. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 35, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of health points given to the player when item is picked up (default 5). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/health/small_cross.md3"*/ //============================================================================= /*QUAKED item_invis (.5 0 1) (-24 -24 -16) (24 24 40) SUSPENDED Invisibility power-up. Lasts 30 seconds. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count : time in seconds power-up will last when picked up (default 30). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/instant/invis.md3"*/ //==========================WFA=================================================== /*QUAKED item_pack (1 .1 .7) (-16 -16 -24) (16 16 24) suspended WFA ammo pack. wf_team : can be set to "1" (red) or "2" (blue) wait: Number of seconds until it respawns. Default 35 seconds. team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/mapobjects/ammopack/ammopack.md3" */ /*QUAKED item_quad (.4 .6 1) (-24 -24 -16) (24 24 40) SUSPENDED Quad Damage power-up. Lasts 30 seconds. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count : time in seconds power-up will last when picked up (default 30). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). model="models/powerups/instant/quad.md3"*/ //============================================================================= /*QUAKED item_regen (.5 0 1) (-24 -24 -16) (24 24 44) SUSPENDED Health 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. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 120, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count : time in seconds power-up will last when picked up (default 30). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/powerups/instant/regen.md3"*/ //============================================================================= LIGHT ENTITY //============================================================================= /*QUAKED light (.65 .65 1) (-8 -8 -8) (8 8 8) LDAT_LINEAR LDAT_NOSCALE LAAT_QUADRATIC LAAT_DOUBLE_QUADRATIC Non-displayed point light source. -------- KEYS -------- light: overrides the default 300 intensity. _color : weighted RGB value of light color (default white - 1.0 1.0 1.0). Linear checkbox gives linear falloff instead of inverse square Lights pointed at a target will be spotlights. radius: overrides the default 64 unit radius of a spotlight at the target point. -------- VLIGHT KEYS -------- atten_distscale: falloff for light ents. .25 will give you 4x the falloff distance, .5 will give twice the distance, etc. atten_anglescale: angle falloff -------- SPAWNFLAGS -------- LDAT_LINEAR, LDAT_NOSCALE, LAAT_QUADRATIC, LAAT_DOUBLE_QUADRATIC: Falloff settings. Note: Last three supported only with q3map -vlight and probably not ydnar's. Also, q3map -light does not support linear falloff on spotlights.*/ //============================================================================= /*QUAKED lightJunior (0 0.7 0.3) (-8 -8 -8) (8 8 8) nonlinear angle negative_spot negative_point Non-displayed light that only affects dynamic game models, but does not contribute to lightmaps "light" overrides the default 300 intensity. Nonlinear checkbox gives inverse square falloff instead of linear Lights pointed at a target will be spotlights. "radius" overrides the default 64 unit radius of a spotlight at the target point. */ //============================================================================= MISC_* ENTITIES //============================================================================= /*QUAKED misc_model (1 .5 .25) (-16 -16 -16) (16 16 16) Generic placeholder for inserting .md3 models in game. Requires compilation of map geometry to be added to level. -------- KEYS -------- angle: direction in which model will be oriented. model : path/name of model to use (eg: models/mapobjects/teleporter/teleporter.md3). _celshader: this is the shader name for 'cell shading', ex: cel/ink "modelscale" scale multiplier (defaults to 1x) "modelscale_vec" scale multiplier (defaults to 1 1 1, scales each axis as requested) "modelscale_vec" - Set scale per-axis. Overrides "modelscale", so if you have both, the "modelscale" is ignored */ //============================================================================= /*QUAKED misc_turret (1 .5 .25) (-16 -16 -16) (16 16 16) Generic placeholder for inserting .md3 models in game. Requires compilation of map geometry to be added to level. -------- KEYS -------- angle: direction in which model will be oriented. model : path/name of model to use (eg: models/mapobjects/teleporter/teleporter.md3). model "models/mapobjects/mg42/mg42.md3" model2 "models/mapobjects/mg42/mg42a1.md3" type "7"*/ //============================================================================= /*QUAKED misc_portal_camera (1 .5 .25) (-8 -8 -8) (8 8 8) SLOWROTATE FASTROTATE NOSWING Portal 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. -------- KEYS -------- angles: this sets the pitch and yaw aiming angles of the portal camera (default 0 0). Use "roll" key to set roll angle. target : point this to a target_position entity to set the camera's pointing direction. targetname : a misc_portal_surface portal surface indicator must point to this. roll: roll angle of camera. A value of 0 is upside down and 180 is the same as the player's view. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- SPAWNFLAGS -------- SLOWROTATE : makes the portal camera rotate slowly along the roll axis. FASTROTATE : makes the portal camera rotate faster along the roll axis. -------- NOTES -------- Both 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.*/ //============================================================================= /*QUAKED misc_portal_sky (1 .5 .25) (-8 -8 -8) (8 8 8) USE_SURFACE Portal sky. This is used to project its view origin from a miniture map room onto all nodraw sky in the level. This includes caulk. It's best advised not to have any hom's within fov of this ent. BadThings can happen. -------- SPAWNFLAGS -------- USE_SURFACE : If you're using curves/patches and see "sparklies" gaps between brushes you can't fix, you may use this option and add misc_portal_sky_surface near places you would see the sky. -------- NOTES -------- USE_SURFACE changes misc_portal_sky so it's only seen if you're in view of a surface entity. Movers will not be visible through this unless the inskyroom key/value of 1 is set in the mover's key list.*/ //============================================================================= /*QUAKED misc_portal_sky_surface (1 .5 .25) (-8 -8 -8) (8 8 8) Portal Sky surface. This is used to project its local PVS origin to a player. You must use a misc_portal_sky, and keep in mind it's always drawing 'underneith' your brushwork. */ //============================================================================= /*QUAKED misc_portal_surface (1 .5 .25) (-8 -8 -8) (8 8 8) Portal 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). -------- KEYS -------- target : point this to a misc_portal_camera that "sees" the view you want to display on the portal. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). -------- NOTES -------- The 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.*/ //============================================================================= /*QUAKED misc_teleporter_dest (1 .5 .25) (-32 -32 -24) (32 32 -16) Teleport destination location point for trigger_teleporter entities. Basically an editor-enhanced target_position, the same thing as an info_notnull. GG ID. -------- KEYS -------- angle : direction in which player will look when teleported. targetname : make the trigger_teleporter point to this. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= PATH_* ENTITIES //============================================================================= /*QUAKED path_corner (.5 .3 0) (-8 -8 -8) (8 8 8) Path corner entity that func_trains can be made to follow. -------- KEYS -------- target : point to next path_corner in the path. targetname : the train following the path or the previous path_corner in the path points to this. speed : speed of func_train while moving to the next path corner. This will override the speed value of the train. wait : number of seconds func_train will pause on path corner before moving to next path corner (default 0 - see Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- NOTES -------- Setting the wait key to -1 will not make the train stop on the path corner, it will simply default to 0.*/ //============================================================================= SHOOTER_* ENTITIES //============================================================================= /*QUAKED shooter_grenade (1 0 .5) (-8 -8 -8) (8 8 8) This 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. -------- KEYS -------- angles: this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply. targetname : activating trigger points to this. target : this points to a target_position entity for aiming the grenades. random : random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- NOTES -------- When 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). Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.*/ //============================================================================= /*QUAKED shooter_plasma (1 0 .5) (-8 -8 -8) (8 8 8) This 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. -------- KEYS -------- angles: this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply. targetname : activating trigger points to this. target : this points to a target_position entity for aiming the plasma balls. random : random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- NOTES -------- When 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). Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.*/ //============================================================================= /*QUAKED shooter_rocket (1 0 .5) (-8 -8 -8) (8 8 8) This 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. -------- KEYS -------- angles: this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply. targetname : activating trigger points to this. target : this points to a target_position entity for aiming the rockets. random : random aiming variance in degrees from the straight line to the targeted entity (default 0 - see Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- NOTES -------- When 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). Both the setting "angles" key or "targeting a target_position" methods can be used to aim the shooter. However, the target_position method is simpler.*/ //============================================================================= TARGET_* ENTITIES //============================================================================= /*QUAKED target_delay (0 .7 .7) (-8 -8 -8) (8 8 8) Time 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. -------- KEYS -------- targetname : activating trigger points to this. target : this points to entities to activate when this entity is triggered. wait : delay in seconds from when this gets triggered to when it fires its own targets (default approx. 1). delay : same as wait? replaces it? WTF?...I'm confused now. random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- NOTES -------- When 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).*/ //============================================================================= /*QUAKED target_give (0 .5 0) (-8 -8 -8) (8 8 8) This is used to give ammo, weapons, health or items to the player who activates it. -------- KEYS -------- target : this points to the item(s) to give when activated. targetname : activating trigger or spawn entity points to this. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- NOTES -------- There are 2 ways to use this entity. a) 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. b) 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.*/ //============================================================================= /*QUAKED target_kill (0 .5 0) (-8 -8 -8) (8 8 8) This will kill the player who activates the trigger that fires this target. -------- KEYS -------- targetname : the activating trigger points to this. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= //QUAKED target_laser (0 .5 0) (-8 -8 -8) (8 8 8) START_ON //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. //-------- KEYS -------- //angles: alternate "pitch, yaw, roll" angles method of aiming laser (default 0 0 0). //target : point this to a target_position entity to set the laser's aiming direction. //targetname : the activating trigger points to this. //notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. //gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. //notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. //notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). //notta: when set to 1, entity will not spawn in Team Arena //notq3a: when set to 1, entity will not spawn in stock Quake 3 //-------- SPAWNFLAGS -------- //START_ON : when set, the laser will start on in the game. //============================================================================= /*QUAKED target_location (0 .5 0) (-8 -8 -8) (8 8 8) Location 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. -------- KEYS -------- message : name of the location (text string). Displayed in parentheses in front of all team chat and order messages. count : color of the location text displayed in parentheses during team chat. Set to 0-7 for color. 0 : white (default) 1 : red 2 : green 3 : yellow 4 : blue 5 : cyan 6 : magenta 7 : white notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= /*QUAKED target_position (0 .5 0) (-8 -8 -8) (8 8 8) Aiming target for entities like light, misc_portal_camera and trigger_push (jump pads) in particular, same thing as an info_notnull -------- KEYS -------- targetname : the entity that requires an aiming direction points to this. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- NOTES -------- To make a jump pad, place this entity at the highest point of the jump and target it with a trigger_push entity.*/ //============================================================================= /*QUAKED target_print (0 .5 0) (-8 -8 -8) (8 8 8) REDTEAM BLUETEAM PRIVATE This will print a message on the center of the screen when triggered. By default, all the clients will see the message. -------- KEYS -------- message : text string to print on screen. targetname : the activating trigger points to this. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- SPAWNFLAGS -------- REDTEAM : only the red team players will see the message. BLUETEAM : only the blue team players will see the message. PRIVATE : only the player that activates the target will see the message.*/ //============================================================================= /*QUAKED target_push (.5 .5 .5) (-8 -8 -8) (8 8 8) BOUNCEPAD This 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. -------- KEYS -------- angles: this sets the pitch and yaw aiming angles of push entity (default 0 0). The roll angle does not apply. speed : speed of push (default 1000). Has no effect if entity targets an aiming entity. count : What percentage of the player's maxspeed is needed to activate it. targetname : the activating trigger points to this. Push originates from the location of the trigger. target : this points to the aiming entity to which the player will jump. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- SPAWNFLAGS -------- BOUNCEPAD : if set, trigger will play bounce noise instead of silent noise when activated. -------- NOTES -------- To 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.*/ //============================================================================= /*QUAKED target_relay (0 .7 .7) (-8 -8 -8) (8 8 8) RED_ONLY BLUE_ONLY RANDOM This can only be activated by other triggers which will cause it in turn to activate its own targets. The AI recognizes team-keyed items of this nature, while wf_team does not. -------- KEYS -------- targetname : activating trigger points to this. target : this points to entities to activate when this entity is triggered. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- SPAWNFLAGS -------- RED_ONLY : only red team players can activate trigger. BLUE_ONLY : only red team players can activate trigger. RANDOM : one one of the targeted entities will be triggered at random.*/ //============================================================================= /*QUAKED target_remove_powerups (0 .7 .7) (-8 -8 -8) (8 8 8) This 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. -------- KEYS -------- targetname : activating trigger points to this. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= /*QUAKED target_score (0 .5 0) (-8 -8 -8) (8 8 8) This 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. -------- KEYS -------- targetname : ativating entity points to this. count: number of frag points to give to player (default 1). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= /*QUAKED target_speaker (0 .7 .7) (-8 -8 -8) (8 8 8) LOOPED_ON LOOPED_OFF GLOBAL ACTIVATOR Sound 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. -------- KEYS -------- noise : path/name of .wav file to play (eg. sound/world/growl1.wav - see Notes). wait : delay in seconds between each time the sound is played ("random" key must be set - see Notes). random : random time variance in seconds added or subtracted from "wait" delay ("wait" key must be set - see Notes). targetname : the activating button or trigger points to this. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 -------- SPAWNFLAGS -------- LOOPED_ON : sound will loop and initially start on in level (will toggle on/off when triggered). LOOPED_OFF : sound will loop and initially start off in level (will toggle on/off when triggered). GLOBAL : sound will play full volume throughout the level. ACTIVATOR : sound will play only for the player that activated the target. -------- NOTES -------- The 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. The 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).*/ //============================================================================= /*QUAKED target_teleporter (0 .5 0) (-8 -8 -8) (8 8 8) Activating 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. -------- KEYS -------- targetname : activating trigger points to this. target : this must point to a misc_teleporter_dest entity. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= TEAM_* ENTITIES //============================================================================= /*QUAKED team_CTF_blueflag (0 .2 1) (-32 -32 -16) (32 32 76) Blue team flag for CTF games. -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/flags/b_flag.md3"*/ //=========================WFA==================================================== /*QUAKED item_flagreturn_team1 (1 0 0) (-35 -35 -8) (35 35 0) WFA ONLY Alternative Flag return spot for red team, optional */ /*QUAKED item_flagreturn_team2 (1 0 0) (-35 -35 -8) (35 35 0) WFA ONLY Alternative Flag return spot for blue team, optional */ //==================================================================================== /*QUAKED team_CTF_blueplayer (0 .2 1) (-16 -16 -24) (16 16 32) Initial Blue team spawning position for CTF games. This is where players spawn when they join the Blue team. -------- KEYS -------- target : this can point at a target_give entity for respawn freebies.*/ //============================================================================= /*QUAKED team_CTF_bluespawn (0 .2 1) (-16 -16 -24) (16 16 32) Blue team respawning position for CTF games. This is where Blue team players respawn after they get fragged. -------- KEYS -------- target : this can point at a target_give entity for respawn freebies.*/ //============================================================================= /*QUAKED team_CTF_redflag (1 .2 0) (-32 -32 -16) (32 32 76) Red team flag for CTF games. -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/flags/r_flag.md3"*/ //============================================================================= /*QUAKED team_CTF_neutralflag (1 .2 1) (-16 -16 -24) (16 16 32) SUSPENDED Neutral flag (One Flag CTF only) but used to calculate the alternate route goal since version 1.29 but not documented. GG ID. ITS ONLY USED BY THE BSPC PROCESS. Yes it comes up with no model, cause if you had Team Arena it would. Place this entity at exactly the mid point between the flags on the best shortest distance route, or maybe the best longest distance route. Needs a little head thinking. Also, I've noticed some gains from putting this at exactly 0,0,0 and building the map around it. -------- KEYS -------- angle : an angle facing needs to be set for this entity. This item has a specific facing. If you wanted to. We don't use it. gametype : Don't need to enter this, but for Team Arena it's oneflag. -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/flags/n_flag.md3"*/ //============================================================================= /*QUAKED dom_point (0 .5 .8) (-16 -16 -32) (16 16 16) -------- KEYS -------- count: "Count (1-3)" : 1 -------- NOTES -------- count relates to the hud, 1 = alpha, 2 = beta, 3 = omega. message : name of the location (text string). Above names are used if this is not set.*/ //============================================================================= /*QUAKED team_CTF_redplayer (1 .2 0) (-16 -16 -24) (16 16 32) Initial Red team spawning position for CTF games. This is where players spawn when they join the Red team. -------- KEYS -------- target : this can point at a target_give entity for respawn freebies.*/ //============================================================================= /*QUAKED team_CTF_redspawn (0 .2 1) (-16 -16 -24) (16 16 32) Red team respawning position for CTF games. This is where Red team players respawn after they get fragged. -------- KEYS -------- target : this can point at a target_give entity for respawn freebies.*/ //============================================================================= TRIGGER_* ENTITIES //============================================================================= /*QUAKED trigger_always (.5 .5 .5) (-8 -8 -8) (8 8 8) Automatic trigger. It will fire the entities it targets as soon as it spawns in the game. -------- KEYS -------- target : this points to the entity to activate. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ //============================================================================= /*QUAKED trigger_hurt (.5 .5 .5) ? - - SILENT NO_PROTECTION SLOW Any 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. -------- KEYS -------- dmg : number of points of damage inflicted to player per server frame (default 5 - integer values only). notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 wf_team : can be set to "1" (red) or "2" (blue) use 1 to hurt red players etc -------- SPAWNFLAGS -------- SILENT : supresses the sizzling sound while player is being hurt. NO_PROTECTION : player will be hurt regardless of protection (see Notes). SLOW : changes the damage rate to once per second. -------- NOTES -------- The 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 TOGGLE spawnflag is not set. A trigger_hurt always starts on in the game.*/ //============================================================================= /*QUAKED trigger_multiple (.5 .5 .5) ? "wait" : Seconds between triggerings, 0.5 default, -1 = one time only. "random" wait variance, default is 0 wf_team : can be set to "1" (red) or "2" (blue) Variable sized repeatable trigger. Must be targeted at one or more entities. so, the basic time between firing is a random time between (wait - random) and (wait + random) notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 You can also target shaders with targetshadername and targetshadernewname keys, where the targetshadername is the current shader drawn in the world, and the targetnewshadername is the shader to replace that. It's global, and won't work with lightmaps. */ //============================================================================= /*QUAKED trigger_noflight (.5 .5 .5) ? - - SILENT NO_PROTECTION SLOW Any player that touches this will be consdered by the code to be in a "No-Fly Zone". Recons in this area cannot use their jetpack. -------- KEYS -------- notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- None -------- NOTES -------- Extensive use of this will have an adverse effect on the CPU usage of a server (just like using a lot of trigger hurts.)*/ //============================================================================= /*QUAKED trigger_push (.5 .5 .5) ? This 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. -------- KEYS -------- target : this points to the target_position to which the player will jump. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 wf_team : can be set to "1" (red) or "2" (blue) -------- NOTES -------- To 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.*/ //============================================================================= /*QUAKED trigger_teleport (.5 .5 .5) ? Touching this will teleport players to the location of the targeted misc_teleporter_dest entity. This entity allows client prediction of events. -------- KEYS -------- target : this must point to a misc_teleporter_dest entity. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3*/ wf_team : can be set to "1" (red) or "2" (blue) //============================================================================= /*QUAKED trigger_grav (.5 .5 .5) ? StartActive TriggerSpawn SILENT Any player that touches this will take the applied gravity once per server frame (very fast).. -------- KEYS -------- notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 targetname: give the trigger a name so it can be actuvated by buttons etc. count: set this to the desired gravity, default map grav is 800. -------- SPAWNFLAGS -------- Start Active: starts the trigger at enabled Trigger Spawn : Used to activate or deactivate, use targetname-target with button etc. SILENT : supresses the wind sound while player is touching it. -------- NOTES -------- */ //============================================================================= WEAPON_* ENTITIES //============================================================================= /*QUAKED weapon_bfg (1 0 .5) (-28 -28 -16) (28 28 28) SUSPENDED Big Freaking Gun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 20). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/bfg/bfg.md3"*/ //============================================================================= /*QUAKED weapon_gauntlet (1 0 .5) (-16 -16 -16) (16 16 28) SUSPENDED Gauntlet. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/gauntlet/gauntlet.md3"*/ //============================================================================= /*QUAKED weapon_grapplinghook (1 0 .5) (-20 -20 -16) (20 20 24) SUSPENDED Grappling Hook. Spawns in the game and works but is unskinned. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/grapple/grapple.md3"*/ //============================================================================= /*QUAKED weapon_grenadelauncher (1 0 .5) (-16 -16 -16) (16 16 24) SUSPENDED Grenade Launcher. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/grenadel/grenadel.md3"*/ //============================================================================= /*QUAKED weapon_lightning (1 0 .5) (-28 -28 -16) (28 28 28) SUSPENDED Lightning Gun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 100). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models\weapons2\lightning\lightning.md3"*/ //============================================================================= /*QUAKED weapon_machinegun (1 0 .5) (-16 -16 -16) (16 16 24) SUSPENDED Machine Gun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 100). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models\weapons2\machinegun\machinegun.md3"*/ //============================================================================= /*QUAKED weapon_plasmagun (1 0 .5) (-24 -24 -16) (24 24 28) SUSPENDED Plasma gun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 50). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/plasma/plasma.md3"*/ //============================================================================= /*QUAKED weapon_railgun (1 0 .5) (-24 -24 -16) (24 24 28) SUSPENDED Railgun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/railgun/railgun.md3"*/ //============================================================================= /*QUAKED weapon_rocketlauncher (1 0 .5) (-32 -32 -16) (32 32 24) SUSPENDED Rocket Launcher. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/rocketl/rocketl.md3"*/ //============================================================================= /*QUAKED weapon_hyperblaster (1 0 .5) (-32 -32 -16) (32 32 24) SUSPENDED Rocket Launcher. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/hyperblaster/hyperblaster.md3"*/ //============================================================================= /*QUAKED weapon_flamethrower (1 0 .5) (-32 -32 -16) (32 32 24) SUSPENDED Rocket Launcher. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/flamethrower/flamethrower.md3"*/ //============================================================================= /*QUAKED weapon_napalmlauncher (1 0 .5) (-32 -32 -16) (32 32 24) SUSPENDED Rocket Launcher. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/rocketl/rocketl.md3"*/ //============================================================================= /*QUAKED weapon_megachaingun (1 0 .5) (-16 -16 -16) (16 16 24) SUSPENDED Machine Gun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 100). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/megachaingun/megachaingun.md3"*/ //============================================================================= /*QUAKED weapon_sniperrifle (1 0 .5) (-16 -16 -16) (16 16 24) SUSPENDED Machine Gun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 100). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/sniperrifle/sniperrifle.md3"*/ //============================================================================= /*QUAKED weapon_uzi (1 0 .5) (-16 -16 -16) (16 16 24) SUSPENDED Machine Gun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 100). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/uzi/uzi.md3"*/ //============================================================================= /*QUAKED weapon_pistol (1 0 .5) (-16 -16 -16) (16 16 24) SUSPENDED Machine Gun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 100). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/pistol/pistol.md3"*/ //============================================================================= /*QUAKED weapon_shotgun (1 0 .5) (-40 -40 -16) (40 40 24) SUSPENDED Shotgun. -------- KEYS -------- wait : time in seconds before item respawns after being picked up (default 5, -1 = never respawn). random : random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes). count: sets the amount of ammo given to the player when weapon is picked up (default 10). team : set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes). target : picking up the item will trigger the entity this points to. targetname : a target_give entity can point to this for respawn freebies. notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes. gametype: gametypes may be ctf, commandpoint, oneflag, obelisk, harvester (last 3 are Team Arena) and these entities will only spawn in these gametypes. WFA is considered Q3A CTF and will spawn this by default. notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes. notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode). notta: when set to 1, entity will not spawn in Team Arena notq3a: when set to 1, entity will not spawn in stock Quake 3 notbot : used to make an item invisible for bot attraction. wf_team : can be set to "1" (red) or "2" (blue) -------- SPAWNFLAGS -------- SUSPENDED : item will spawn where it was placed in map and won't drop to the floor. -------- NOTES -------- The 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. When 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). -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="models/weapons2/shotgun/shotgun.md3"*/ //============================================================================= WORLDSPAWN ENTITY //============================================================================= /*QUAKED worldspawn (0 0 0) ? Only used for the world. -------- KEYS -------- message : text to print at user logon. Used for name of level. music : path/name of looping .wav file used for level's music (eg. music/sonic5.wav). ambient : Adds a constant value to overall lighting. Use is not recommended. Ambient light will have a tendency to flatten out variations in light and shade. _color : RGB value for ambient light color (default is 0 0 0). _lightmapscale: used for lightmap sampling. If you have any func_ ents and the _lightmapscale is not specified on those ents, this won't affect them. _foghullshader: used to point to the shader you want to use as your foghull. Ex: textures/foghull/foghull_sky _farplanedist: This is the setting for which visclusters will be culled _celshader: this is the shader name for 'cell shading', ex: cel/ink gravity : gravity of level (default is normal gravity: 800). gridsize : This can also be set with the common/lightgrid shader. 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. _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. -------- NOTES -------- Celshading is a simple technique for simulating ink outlines around 3d objects. The ink drawsurfs are huge non-planer continuous black meshes. Should really really use metasurface merger for a nice effect. Lightmapscale default is 1, equal to 32 samples per luxel. going up makes for coarser lightmaps, going down makes for finer ones. Alot of the bsp size can be attributed to the finer detailed lightmaps so use your judgement. Lightmapscale can chew the hell out of your ram quicker then you may realize. It may be better to just add it to the func_groups you wish a nice effect to appear on. */ //==============================================================================