Info doddetect: Difference between revisions
Jump to navigation
Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
SirYodaJedi (talk | contribs) |
||
Line 6: | Line 6: | ||
==Key Values== | ==Key Values== | ||
{{KV EnableDisable}} | {{KV EnableDisable}} | ||
{{KV|Allies Respawn delay factor|float|Respawn delay of the Allied team.}} | {{KV|Allies Respawn delay factor|intn=detect_allies_respawnfactor|float|Respawn delay of the Allied team.}} | ||
{{KV|Axis Respawn delay factor|float|Respawn delay of the Axis team.}} | {{KV|Axis Respawn delay factor|intn=detect_axis_respawnfactor|float|Respawn delay of the Axis team.}} | ||
{{KV|Start round command for Allies|choices|The claim of the players said at the beginning of the round.}} | {{KV|Start round command for Allies|intn=detect_allies_startroundvoice|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 24: | Line 24: | ||
| 5 || Flags | | 5 || Flags | ||
|} | |} | ||
{{KV|Start round command for Axis|choices|The claim of the players said at the beginning of the round.}} | {{KV|Start round command for Axis|intn=detect_axis_startroundvoice|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 |
Revision as of 17:57, 24 August 2024
info_doddetect
is a point entity available in Day of Defeat: Source.
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).
Key Values
- Start Disabled (StartDisabled) <boolean>
- Stay dormant until activated (with the
Enable
input).
- Allies Respawn delay factor (detect_allies_respawnfactor) <float>
- Respawn delay of the Allied team.
- Axis Respawn delay factor (detect_axis_respawnfactor) <float>
- Respawn delay of the Axis team.
- Start round command for Allies (detect_allies_startroundvoice) <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 (detect_axis_startroundvoice) <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.