Info doddetect: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(cleanup)
Line 1: Line 1:
{{dods point|info_doddetect}}
{{dods point|info_doddetect}}


==Entity Description==
==Entity description==
Entity that establishes the game rules on your map. This entity controls the respawn time for each team, and also tells whether each team is supposed to attack or defend on scenario maps (the voice that yells at the beginning of the round).
Entity that establishes the game rules on your map. This entity controls the respawn time for each team, and also tells whether each team is supposed to attack or defend on scenario maps (the voice that yells at the beginning of the round).


==Keyvalues==
==Keyvalues==
* {{KV EnableDisable}}
{{KV EnableDisable}}
* '''detect_allies_respawnfactor'''
 
:<float> Allies Respawn delay factor
{{KV|Allies Respawn delay factor|float|Respawn delay of the Allied team.}}
* '''detect_axis_respawnfactor'''
 
:<float> Axis Respawn delay factor
{{KV|Axis Respawn delay factor|float|Respawn delay of the Axis team.}}
* '''detect_allies_startroundvoice'''
 
: <choices> Start round command for Allies
{{KV|Start round command for Allies|choices|The claim of the players said at the beginning of the round.}}
:{| class=standard-table
:{| class=standard-table
! Literal Value || Description
! Literal Value || Description
Line 27: Line 27:
| 5 || Flags
| 5 || Flags
|}
|}
* '''detect_axis_startroundvoice'''
 
: <choices> Start round command for Axis
{{KV|Start round command for Axis|choices|The claim of the players said at the beginning of the round.}}
:{| class=standard-table
:{| class=standard-table
! Literal Value || Description
! Literal Value || Description
Line 46: Line 46:


==Inputs==
==Inputs==
* {{I EnableDisable}}
{{I EnableDisable}}

Revision as of 11:10, 9 February 2012

Template:Dods point

Entity description

Entity that establishes the game rules on your map. This entity controls the respawn time for each team, and also tells whether each team is supposed to attack or defend on scenario maps (the voice that yells at the beginning of the round).

Keyvalues

Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).


Allies Respawn delay factor ([todo internal name (i)]) <float>
Respawn delay of the Allied team.


Axis Respawn delay factor ([todo internal name (i)]) <float>
Respawn delay of the Axis team.


Start round command for Allies ([todo internal name (i)]) <choices>
The claim of the players said at the beginning of the round.
Literal Value Description
0 Attack
1 Defend
2 Beach
3 Timed Attack
4 Timed Defend
5 Flags


Start round command for Axis ([todo internal name (i)]) <choices>
The claim of the players said at the beginning of the round.
Literal Value Description
0 Attack
1 Defend
2 Beach
3 Timed Attack
4 Timed Defend
5 Flags

Inputs

EnableDisable:

Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.