Dod capture area (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{entity|dod_capture_area|<!--sprite=1-->|type=brush|engine=gldsrc|game=Day of Defeat}} ==Key Values== {{Hl1_kv_targetname}} {{KV|Target|intn=target|target_destination|Enter...") |
m (→Key Values) |
||
Line 12: | Line 12: | ||
| 1 || No | | 1 || No | ||
|} | |} | ||
{{KV|Can Axis Cap?|intn=area_axis_cancap | {{KV|Can Axis Cap?|intn=area_axis_cancap|choices|If option is on "Yes", the Axis can capture the point and Allie can stop (break) the capture.}} | ||
:{| class=standard-table | :{| class=standard-table | ||
!| Value || Description | !| Value || Description |
Revision as of 04:15, 17 August 2023
Key Values
- Name (targetname) <string>
- The targetname that other entities refer to this entity by.
- Target (target) <targetname>
- Enter a name of a "dod_control_point" entity (Flag). This is not like a normal flag. No player has to capture the flag (touch it). It is used to indicate who has control of the area and what points will be given. If the team that is trying to capture the area are successful, then after a set amount of time (see "area_time_to_cap option" below) the flag will change.
- Can Allies Cap? (area_allies_cancap) <choices>
- If option is on "Yes", the Allies can capture the point and Axis can stop (break) the capture.
Value Description 0 Yes 1 No
- Can Axis Cap? (area_axis_cancap) <choices>
- If option is on "Yes", the Axis can capture the point and Allie can stop (break) the capture.
Value Description 0 Yes 1 No
- Number of Allies to cap (area_allies_numcap) <integer>
- This option determines the number of Allied soldiers necessary in the dod_capture_area to capture the area.
- Number of Axis to cap (area_axis_numcap) <integer>
- This option determines the number of Axis soldiers necessary in the dod_capture_area to capture the area.
- Time to cap (sec) (area_time_to_cap) <integer>
- This is the time, in seconds, needed to capture the area.
- Target when allies start capture (area_allies_startcap) <string>
- This is the "Target" started when the Allies begin to capture the area.
- Target when allies cap is broken (area_allies_breakcap) <string>
- This is the "Target" started when Allies capture of the area is broken by the Axis.
- Tagret when allies capture complete capture (area_allies_endcap) <string>
- This is the "Target" started when the Allies capture the area.
- Target when axis start capture (area_axis_startcap) <string>
- This is the "Target" started when the Axis begin to capture the area.
- Target when axis cap is broken (area_axis_breakcap) <string>
- This is the "Target" started when Axis capture of the area is broken by the Allies.
- Tagret when axis capture complete capture (area_axi9s_endcap) <string>
- This is the "Target" started when the Axis capture the area.
- Sprite to show on HUD (area_hud_sprite) <sprite>
- Path to the HUD sprite displayed when a player enters the area to be captured.
- Requires Object from this group (area_object_group) <string>