mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
fixed a typo
added some missing lines
This commit is contained in:
parent
5f18eaf212
commit
e8f3114205
1 changed files with 13 additions and 1 deletions
|
@ -1588,14 +1588,22 @@ TEAM_* ENTITIES
|
||||||
|
|
||||||
/*QUAKED team_DOMINATION_neutral (1 1 1) (-16 -16 -16) (16 16 16)
|
/*QUAKED team_DOMINATION_neutral (1 1 1) (-16 -16 -16) (16 16 16)
|
||||||
Neutral flag for DOMINATION games.
|
Neutral flag for DOMINATION games.
|
||||||
|
-------- KEYS --------
|
||||||
|
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.
|
||||||
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
|
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
|
||||||
model="model/flags/n_sigil.md3"
|
model="models/flags/n_sigil.md3"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
/*QUAKED team_CTF_blueflag (0 .2 1) (-16 -16 -16) (16 16 16)
|
/*QUAKED team_CTF_blueflag (0 .2 1) (-16 -16 -16) (16 16 16)
|
||||||
Blue team flag for CTF games.
|
Blue team flag for CTF games.
|
||||||
|
-------- KEYS --------
|
||||||
|
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.
|
||||||
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
|
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
|
||||||
model="models/flags/b_flag.md3"
|
model="models/flags/b_flag.md3"
|
||||||
*/
|
*/
|
||||||
|
@ -1624,6 +1632,10 @@ count : number of times this spawnpoint can be used to spawn a player. Omit or s
|
||||||
|
|
||||||
/*QUAKED team_CTF_redflag (1 .2 0) (-16 -16 -16) (16 16 16)
|
/*QUAKED team_CTF_redflag (1 .2 0) (-16 -16 -16) (16 16 16)
|
||||||
Red team flag for CTF games.
|
Red team flag for CTF games.
|
||||||
|
-------- KEYS --------
|
||||||
|
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.
|
||||||
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
|
-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
|
||||||
model="models/flags/r_flag.md3"
|
model="models/flags/r_flag.md3"
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue