diff --git a/tools/radiant-config/radiant15-netradiant/q3rally.game/baseq3r/entities.def b/tools/radiant-config/radiant15-netradiant/q3rally.game/baseq3r/entities.def index b278f219..9bbbe08b 100644 --- a/tools/radiant-config/radiant15-netradiant/q3rally.game/baseq3r/entities.def +++ b/tools/radiant-config/radiant15-netradiant/q3rally.game/baseq3r/entities.def @@ -1588,14 +1588,22 @@ TEAM_* ENTITIES /*QUAKED team_DOMINATION_neutral (1 1 1) (-16 -16 -16) (16 16 16) 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="model/flags/n_sigil.md3" +model="models/flags/n_sigil.md3" */ //============================================================================= /*QUAKED team_CTF_blueflag (0 .2 1) (-16 -16 -16) (16 16 16) 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="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) 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="models/flags/r_flag.md3" */