Difference between revisions of "Nuclear Dawn Events"
(Update from the current version of ND.) |
|||
Line 1: | Line 1: | ||
:''Refer back to [[Game Events (Source)]] for more events.'' | :''Refer back to [[Game Events (Source)]] for more events.'' | ||
− | === | + | === switching_to_new_map === |
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
− | {{begin-hl2msg| | + | {{begin-hl2msg|switching_to_new_map|string}} |
− | + | {{hl2msg|string|mapname|name of the map to switch}} | |
− | |||
− | {{hl2msg|string| | ||
− | |||
− | |||
− | |||
− | |||
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === | + | |
− | {{qnotice|}}<br> | + | === point_captured === |
− | {{begin-hl2msg| | + | {{qnotice|Called when a point is capture}}<br> |
− | {{hl2msg| | + | {{begin-hl2msg|point_captured|string}} |
− | {{hl2msg| | + | {{hl2msg|bool|team|the team that captured the point}} |
− | + | {{hl2msg|short|location|the location of the point}} | |
− | |||
− | |||
− | |||
− | |||
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === | + | |
− | {{qnotice|Called when a | + | === point_neutral === |
− | {{begin-hl2msg| | + | {{qnotice|Called when a point becomes neutral}}<br> |
− | {{hl2msg| | + | {{begin-hl2msg|point_neutral|string}} |
− | + | {{hl2msg|bool|team|the team that neutralized the point}} | |
− | {{hl2msg|short| | + | {{hl2msg|short|location|the location of the point}} |
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === | + | |
− | {{qnotice|}}<br> | + | === player_death === |
− | {{begin-hl2msg| | + | {{qnotice|Called when a player dies}}<br> |
− | {{hl2msg| | + | {{begin-hl2msg|player_death|string}} |
+ | {{hl2msg|short|userid|user ID of the player who died}} | ||
+ | {{hl2msg|short|attacker|user ID of the player who killed}} | ||
+ | {{hl2msg|byte|hide|team to hide the kill message from}} | ||
+ | {{hl2msg|string|weapon|name of the weapon used to kill the player}} | ||
+ | {{end-hl2msg}} | ||
+ | |||
+ | === game_end === | ||
+ | {{qnotice|Called when the game ends}}<br> | ||
+ | {{begin-hl2msg|game_end|string}} | ||
+ | {{hl2msg|bool|team|team who won}} | ||
+ | {{hl2msg|short|entity|the entity players spectate at the end of the round}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === | + | |
+ | === voice_command === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
− | {{begin-hl2msg| | + | {{begin-hl2msg|voice_command|string}} |
− | {{hl2msg|short| | + | {{hl2msg|bool|team|which team the message is for}} |
− | {{hl2msg| | + | {{hl2msg|short|command|what message to play}} |
+ | {{hl2msg|byte|sub|sub identifier for some messages}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === | + | |
+ | === commander_alert === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
− | {{begin-hl2msg| | + | {{begin-hl2msg|commander_alert|string}} |
− | {{hl2msg| | + | {{hl2msg|bool|team|which team the message is for}} |
− | + | {{hl2msg|short|command|what message to play}} | |
− | + | {{hl2msg|float|coord_x|x coordinate}} | |
− | + | {{hl2msg|float|coord_y|y coordinate}} | |
− | + | {{hl2msg|float|coord_z|z coordinate}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{hl2msg|short| | ||
− | {{hl2msg| | ||
− | |||
− | {{hl2msg| | ||
− | {{hl2msg| | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === | + | |
− | {{qnotice| | + | === commander_vote_time === |
− | {{begin-hl2msg| | + | {{qnotice|called when the commander vote begins}}<br> |
− | {{hl2msg|short| | + | {{begin-hl2msg|commander_vote_time|string}} |
− | {{hl2msg| | + | {{hl2msg|short|time|time left in the vote}} |
+ | {{hl2msg|bool|commander_exists|allows us to use this even for warmup time on commander-less maps}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === | + | |
− | {{qnotice| | + | === commander_tactic_time === |
− | {{begin-hl2msg| | + | {{qnotice|called when the tactics time for a commander begins}}<br> |
− | {{hl2msg|short| | + | {{begin-hl2msg|commander_tactic_time|string}} |
− | + | {{hl2msg|short|time|the tactic time left}} | |
− | {{hl2msg|short| | + | {{hl2msg|short|panel|which tactics panel is currently being viewed}} |
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === | + | |
− | {{qnotice| | + | === commander_end_tactical_discussion === |
− | {{begin-hl2msg| | + | {{qnotice|called when an elected commander wishes to end the tactic time}}<br> |
− | {{hl2msg|short| | + | {{begin-hl2msg|commander_end_tactical_discussion|string}} |
− | + | {{hl2msg|short|team|which team would like to end tactics time}} | |
− | |||
− | |||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== structure_built === | === structure_built === | ||
{{qnotice|structure fully built. fired client-side. commander only. same team.}}<br> | {{qnotice|structure fully built. fired client-side. commander only. same team.}}<br> |
Revision as of 14:32, 27 July 2016
- Refer back to Game Events (Source) for more events.
Contents
- 1 switching_to_new_map
- 2 point_captured
- 3 point_neutral
- 4 player_death
- 5 game_end
- 6 voice_command
- 7 commander_alert
- 8 commander_vote_time
- 9 commander_tactic_time
- 10 commander_end_tactical_discussion
- 11 structure_built
- 12 structure_power_outage
- 13 resource_start_capture
- 14 resource_end_capture
- 15 resource_break_capture
- 16 resource_extract
- 17 resource_captured
- 18 power_requested
- 19 power_removed
- 20 power_updated
- 21 enter_pregame
- 22 enter_vehicle
- 23 exit_vehicle
- 24 show_freezepanel
- 25 hide_freezepanel
- 26 freezecam_started
- 27 spawn_map_changed
- 28 overviewmap_key_released
- 29 slot_key_pressed
- 30 ironsight_key_pressed
- 31 ability_key_pressed
- 32 weapon_reload
- 33 weapon_fire_at_40
- 34 entity_visible
- 35 player_left_bunker_building
- 36 player_entered_bunker_building
- 37 player_entered_commander_mode
- 38 player_enter_commander_mode_failed
- 39 player_left_commander_mode
- 40 player_restocked_from_supply_struct
- 41 player_opened_armoury_menu
- 42 commander_move_2d
- 43 commander_move_z
- 44 commander_minimap_move
- 45 player_exited_tgate
- 46 commander_left_valid_area
- 47 commander_entered_valid_area
- 48 round_win
- 49 transport_gate_created
- 50 last_tgate_destroyed
- 51 player_stats_updated
- 52 failed_to_build
- 53 commander_hint_closed
- 54 commander_selected_structure
- 55 commander_flash_assembler_start
- 56 commander_flash_assembler_stop
- 57 commander_start_build_mode
- 58 commander_flash_supply_icon_start
- 59 commander_flash_supply_icon_stop
- 60 commander_start_structure_build
- 61 promoted_to_commander
- 62 timeleft_10m
- 63 timeleft_5m
- 64 timeleft_1m
- 65 timeleft_30s
- 66 timeleft_10s
- 67 timeleft_5s
- 68 ach_hospital_duty_progress
- 69 ach_high_maintenance_progress
- 70 forward_spawn_created
- 71 research_complete
- 72 show_annotation
- 73 hide_annotation
- 74 end_training_session
- 75 nav_blocked
- 76 nav_generate
- 77 medkit_heal
- 78 emp_structure
- 79 setup_compass_rotation
- 80 tgate_use
- 81 attacked_radarkit
switching_to_new_map
Note:
Name: | switching_to_new_map | |||
Structure: |
|
point_captured
Note: Called when a point is capture
Name: | point_captured | ||||||
Structure: |
|
point_neutral
Note: Called when a point becomes neutral
Name: | point_neutral | ||||||
Structure: |
|
player_death
Note: Called when a player dies
Name: | player_death | ||||||||||||
Structure: |
|
game_end
Note: Called when the game ends
Name: | game_end | ||||||
Structure: |
|
voice_command
Note:
Name: | voice_command | |||||||||
Structure: |
|
commander_alert
Note:
Name: | commander_alert | |||||||||||||||
Structure: |
|
commander_vote_time
Note: called when the commander vote begins
Name: | commander_vote_time | ||||||
Structure: |
|
commander_tactic_time
Note: called when the tactics time for a commander begins
Name: | commander_tactic_time | ||||||
Structure: |
|
commander_end_tactical_discussion
Note: called when an elected commander wishes to end the tactic time
Name: | commander_end_tactical_discussion | |||
Structure: |
|
structure_built
Note: structure fully built. fired client-side. commander only. same team.
Name: | structure_built | |||
Structure: |
|
structure_power_outage
Note: structure out of power. fired client-side. commander only. same team.
Name: | structure_power_outage | |||
Structure: |
|
resource_start_capture
Note: Used to show the capture hud panel
Name: | resource_start_capture | |||||||||||||||
Structure: |
|
resource_end_capture
Note: Used to hide the capture hud panel
Name: | resource_end_capture | ||||||
Structure: |
|
resource_break_capture
Note:
Name: | resource_break_capture | ||||||
Structure: |
|
resource_extract
Note: Resource point has extracted some resources
Name: | resource_extract | ||||||
Structure: |
|
resource_captured
Note: When a resource point gets fully captured by a team
Name: | resource_captured | |||||||||
Structure: |
|
power_requested
Note: An entity is requesting a power connection
Name: | power_requested | ||||||
Structure: |
|
power_removed
Note: An entity is requesting a power connection
Name: | power_removed | ||||||
Structure: |
|
power_updated
Note: When the power nexus gets updated
Name: | power_updated | |||
Structure: |
|
enter_pregame
Note:
Name: | enter_pregame | |||
Structure: |
|
enter_vehicle
Note:
Name: | enter_vehicle | |||||||||
Structure: |
|
exit_vehicle
Note:
Name: | exit_vehicle | |||||||||
Structure: |
|
show_freezepanel
Note:
Name: | show_freezepanel | |||
Structure: |
|
hide_freezepanel
Note:
Name: | hide_freezepanel | |||
Structure: |
|
freezecam_started
Note:
Name: | freezecam_started | |||
Structure: |
|
spawn_map_changed
Note: Called when a tgate is built, removed, or power state changes
Name: | spawn_map_changed | |||
Structure: |
|
overviewmap_key_released
Note:
Name: | overviewmap_key_released | |||
Structure: |
|
slot_key_pressed
Note:
Name: | slot_key_pressed | |||
Structure: |
|
ironsight_key_pressed
Note:
Name: | ironsight_key_pressed | |||
Structure: |
|
ability_key_pressed
Note:
Name: | ability_key_pressed | |||
Structure: |
|
weapon_reload
Note:
Name: | weapon_reload | ||||||
Structure: |
|
weapon_fire_at_40
Note:
Name: | weapon_fire_at_40 | ||||||||||||
Structure: |
|
entity_visible
Note:
Name: | entity_visible | ||||||||||||
Structure: |
|
player_left_bunker_building
Note:
Name: | player_left_bunker_building | ||||||
Structure: |
|
player_entered_bunker_building
Note:
Name: | player_entered_bunker_building | ||||||
Structure: |
|
player_entered_commander_mode
Note:
Name: | player_entered_commander_mode | |||
Structure: |
|
player_enter_commander_mode_failed
Note:
Name: | player_enter_commander_mode_failed | |||
Structure: |
|
player_left_commander_mode
Note:
Name: | player_left_commander_mode | |||
Structure: |
|
player_restocked_from_supply_struct
Note:
Name: | player_restocked_from_supply_struct | ||||||
Structure: |
|
Note:
Name: | player_opened_armoury_menu | |||
Structure: |
|
commander_move_2d
Note:
Name: | commander_move_2d | ||||||
Structure: |
|
commander_move_z
Note:
Name: | commander_move_z | ||||||
Structure: |
|
commander_minimap_move
Note:
Name: | commander_minimap_move | ||||||
Structure: |
|
player_exited_tgate
Note:
Name: | player_exited_tgate | |||
Structure: |
|
commander_left_valid_area
Note:
Name: | commander_left_valid_area | |||
Structure: |
|
commander_entered_valid_area
Note:
Name: | commander_entered_valid_area | |||
Structure: |
|
round_win
Note:
Name: | round_win | ||||||
Structure: |
|
transport_gate_created
Note:
Name: | transport_gate_created | ||||||
Structure: |
|
last_tgate_destroyed
Note:
Name: | last_tgate_destroyed | |||
Structure: |
|
player_stats_updated
Note:
Name: | player_stats_updated | |||
Structure: |
|
failed_to_build
Note:
Name: | failed_to_build | |||||||||
Structure: |
|
commander_hint_closed
Note: The local commander closed a hint (used to re-evaluate tiered hints)
Name: | commander_hint_closed | |||
Structure: |
|
commander_selected_structure
Note: The local commander selected a structure
Name: | commander_selected_structure | |||||||||
Structure: |
|
commander_flash_assembler_start
Note: Causes the assembler to flash
Name: | commander_flash_assembler_start | |||
Structure: |
|
commander_flash_assembler_stop
Note: Causes the assembler to stop flashing
Name: | commander_flash_assembler_stop | |||
Structure: |
|
commander_start_build_mode
Note: Local commander is in structure placement mode
Name: | commander_start_build_mode | ||||||
Structure: |
|
commander_flash_supply_icon_start
Note: Start flashing the supply station build icon
Name: | commander_flash_supply_icon_start | |||
Structure: |
|
commander_flash_supply_icon_stop
Note: Stop flashing the supply station build icon
Name: | commander_flash_supply_icon_stop | |||
Structure: |
|
commander_start_structure_build
Note: Start a structure building
Name: | commander_start_structure_build | ||||||
Structure: |
|
promoted_to_commander
Note:
Name: | promoted_to_commander | ||||||
Structure: |
|
timeleft_10m
Note: 10 minutes left of the round
Name: | timeleft_10m | |||
Structure: |
|
timeleft_5m
Note: 5 minutes left of the round
Name: | timeleft_5m | |||
Structure: |
|
timeleft_1m
Note: 1 minute left of the round
Name: | timeleft_1m | |||
Structure: |
|
timeleft_30s
Note: 30 seconds left of the round
Name: | timeleft_30s | |||
Structure: |
|
timeleft_10s
Note: 10 seconds left of the round
Name: | timeleft_10s | |||
Structure: |
|
timeleft_5s
Note: 5 seconds left of the round
Name: | timeleft_5s | |||
Structure: |
|
ach_hospital_duty_progress
Note: progress towards hospital duty achievement. fired client-side. commander only. same team.
Name: | ach_hospital_duty_progress | |||
Structure: |
|
ach_high_maintenance_progress
Note: progress towards high maintenance achievement. fired client-side. commander only. same team.
Name: | ach_high_maintenance_progress | |||
Structure: |
|
forward_spawn_created
Note: Fired once a forward spawn has been created. A forward spawn is defined by any created spawn point that causes the spawn cluster centroid to be split
Name: | forward_spawn_created | |||
Structure: |
|
research_complete
Note: Fired when a research has finished researching
Name: | research_complete | ||||||
Structure: |
|
show_annotation
Note:
Name: | show_annotation | ||||||||||||||||||||||||||||||||||||||||||
Structure: |
|
hide_annotation
Note:
Name: | hide_annotation | |||
Structure: |
|
end_training_session
Note:
Name: | end_training_session | ||||||
Structure: |
|
Note:
Name: | nav_blocked | ||||||
Structure: |
|
Note:
Name: | nav_generate | |||
Structure: |
|
medkit_heal
Note:
Name: | medkit_heal | |||||||||||||||
Structure: |
|
emp_structure
Note:
Name: | emp_structure | |||||||||
Structure: |
|
setup_compass_rotation
Note:
Name: | setup_compass_rotation | |||
Structure: |
|
tgate_use
Note:
Name: | tgate_use | |||
Structure: |
|
attacked_radarkit
Note:
Name: | attacked_radarkit | |||
Structure: |
|