Left 4 Dead 2/Scripting/Game Events: Difference between revisions
1416006136 (talk | contribs) (added categories) |
Thunder4ik (talk | contribs) m (clean up, replaced: {{Uselangflags → {{ulf) |
||
Line 1: | Line 1: | ||
{{ | {{ulf|{{autolang|List of L4D2 Game Events|zh=求生之路 2 游戏事件清单}}|zh=1|en=1}} [[Category:Left 4 Dead 2]] [[Category:English]] | ||
{{Back|Left 4 Dead 2 Level Creation}} | {{Back|Left 4 Dead 2 Level Creation}} | ||
{{Wikipage port|page=Left_4_Dead_2_Events|alt=Left 4 Dead 2 Events|website=https://wiki.alliedmods.net|sitename=AlliedModders Wiki|no"wiki"prefix=1}} | {{Wikipage port|page=Left_4_Dead_2_Events|alt=Left 4 Dead 2 Events|website=https://wiki.alliedmods.net|sitename=AlliedModders Wiki|no"wiki"prefix=1}} | ||
:''{{autolang|Refer back to [https://wiki.alliedmods.net/Game_Events_(Source) Game Events (Source)] for more events.|zh-cn=返回 [https://wiki.alliedmods.net/Game_Events_(Source) Game Events (Source)] 以查看更多事件。}}'' | :''{{autolang|Refer back to [https://wiki.alliedmods.net/Game_Events_(Source) Game Events (Source)] for more events.|zh-cn=返回 [https://wiki.alliedmods.net/Game_Events_(Source) Game Events (Source)] 以查看更多事件。}}'' | ||
== player_death == | |||
{{ModernDescription|a game event, name may be 32 charaters long; this extents the original player_death by a new fields}}<br> | {{ModernDescription|a game event, name may be 32 charaters long; this extents the original player_death by a new fields}}<br> | ||
{{begin-hl2msg|player_death|string}} | {{begin-hl2msg|player_death|string}} | ||
Line 23: | Line 23: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_hurt == | |||
{{ModernDescription|Registers all playable classes (Hunter, Smoker, Boomer, Tank, Survivors). See infected_hurt for Witch and Common Infected}}<br> | {{ModernDescription|Registers all playable classes (Hunter, Smoker, Boomer, Tank, Survivors). See infected_hurt for Witch and Common Infected}}<br> | ||
{{begin-hl2msg|player_hurt|string}} | {{begin-hl2msg|player_hurt|string}} | ||
Line 38: | Line 38: | ||
{{hl2msg|long|type|damage type}} | {{hl2msg|long|type|damage type}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_team == | |||
{{ModernDescription|player change his team}}<br> | {{ModernDescription|player change his team}}<br> | ||
{{begin-hl2msg|player_team|string}} | {{begin-hl2msg|player_team|string}} | ||
Line 48: | Line 48: | ||
{{hl2msg|bool|isbot|}} | {{hl2msg|bool|isbot|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_bot_replace == | |||
{{ModernDescription|Bot replaced a player}}<br> | {{ModernDescription|Bot replaced a player}}<br> | ||
{{begin-hl2msg|player_bot_replace|string}} | {{begin-hl2msg|player_bot_replace|string}} | ||
Line 54: | Line 54: | ||
{{hl2msg|short|bot|user ID of the bot}} | {{hl2msg|short|bot|user ID of the bot}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== bot_player_replace == | |||
{{ModernDescription|Player replaced a bot}}<br> | {{ModernDescription|Player replaced a bot}}<br> | ||
{{begin-hl2msg|bot_player_replace|string}} | {{begin-hl2msg|bot_player_replace|string}} | ||
Line 60: | Line 60: | ||
{{hl2msg|short|player|user ID of the player}} | {{hl2msg|short|player|user ID of the player}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_afk == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_afk|string}} | {{begin-hl2msg|player_afk|string}} | ||
{{hl2msg|short|player|user ID of the player}} | {{hl2msg|short|player|user ID of the player}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_fire == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|weapon_fire|string}} | {{begin-hl2msg|weapon_fire|string}} | ||
Line 74: | Line 74: | ||
{{hl2msg|short|count|number of bullets}} | {{hl2msg|short|count|number of bullets}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_fire_on_empty == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|weapon_fire_on_empty|string}} | {{begin-hl2msg|weapon_fire_on_empty|string}} | ||
Line 82: | Line 82: | ||
{{hl2msg|short|count|number of bullets}} | {{hl2msg|short|count|number of bullets}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_reload == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|weapon_reload|string}} | {{begin-hl2msg|weapon_reload|string}} | ||
Line 88: | Line 88: | ||
{{hl2msg|bool|manual|player manually started the reload}} | {{hl2msg|bool|manual|player manually started the reload}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_zoom == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|weapon_zoom|string}} | {{begin-hl2msg|weapon_zoom|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ability_use == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{eventnote|Called|When an infected uses their ability}} | {{eventnote|Called|When an infected uses their ability}} | ||
Line 110: | Line 110: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ammo_pickup == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|ammo_pickup|string}} | {{begin-hl2msg|ammo_pickup|string}} | ||
{{hl2msg|short|userid|The player who got some ammo from a weapon_ammo_spawner}} | {{hl2msg|short|userid|The player who got some ammo from a weapon_ammo_spawner}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== item_pickup == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|item_pickup|string}} | {{begin-hl2msg|item_pickup|string}} | ||
Line 121: | Line 121: | ||
{{hl2msg|string|item|either a weapon such as 'tmp' or 'hegrenade', or an item such as 'nvgs'}} | {{hl2msg|string|item|either a weapon such as 'tmp' or 'hegrenade', or an item such as 'nvgs'}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== golden_crowbar_pickup == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|golden_crowbar_pickup|string}} | {{begin-hl2msg|golden_crowbar_pickup|string}} | ||
{{hl2msg|short|userid| The player who picked up the crowbar}} | {{hl2msg|short|userid| The player who picked up the crowbar}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== grenade_bounce == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|grenade_bounce|string}} | {{begin-hl2msg|grenade_bounce|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== hegrenade_detonate == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|hegrenade_detonate|string}} | {{begin-hl2msg|hegrenade_detonate|string}} | ||
Line 139: | Line 139: | ||
{{hl2msg|float|z|}} | {{hl2msg|float|z|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== bullet_impact == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|bullet_impact|string}} | {{begin-hl2msg|bullet_impact|string}} | ||
Line 147: | Line 147: | ||
{{hl2msg|float|z|}} | {{hl2msg|float|z|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_footstep == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_footstep|string}} | {{begin-hl2msg|player_footstep|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_jump == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_jump|string}} | {{begin-hl2msg|player_jump|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_blind == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_blind|string}} | {{begin-hl2msg|player_blind|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_falldamage == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_falldamage|string}} | {{begin-hl2msg|player_falldamage|string}} | ||
Line 169: | Line 169: | ||
{{hl2msg|short|causer|Who caused them to do so (if anyone)}} | {{hl2msg|short|causer|Who caused them to do so (if anyone)}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_ledge_grab == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_ledge_grab|string}} | {{begin-hl2msg|player_ledge_grab|string}} | ||
Line 175: | Line 175: | ||
{{hl2msg|short|causer|Who caused them to do so (if anyone)}} | {{hl2msg|short|causer|Who caused them to do so (if anyone)}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_ledge_release == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_ledge_release|string}} | {{begin-hl2msg|player_ledge_release|string}} | ||
{{hl2msg|short|userid|person who released from the ledge}} | {{hl2msg|short|userid|person who released from the ledge}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== door_moving == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|door_moving|string}} | {{begin-hl2msg|door_moving|string}} | ||
Line 186: | Line 186: | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== door_open == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|door_open|string}} | {{begin-hl2msg|door_open|string}} | ||
Line 193: | Line 193: | ||
{{hl2msg|bool|closed|Was the door closed when it started opening?}} | {{hl2msg|bool|closed|Was the door closed when it started opening?}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== door_close == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|door_close|string}} | {{begin-hl2msg|door_close|string}} | ||
Line 199: | Line 199: | ||
{{hl2msg|bool|checkpoint|Is the door a checkpoint door}} | {{hl2msg|bool|checkpoint|Is the door a checkpoint door}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== door_unlocked == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|door_unlocked|string}} | {{begin-hl2msg|door_unlocked|string}} | ||
Line 205: | Line 205: | ||
{{hl2msg|bool|checkpoint|Is the door a checkpoint door}} | {{hl2msg|bool|checkpoint|Is the door a checkpoint door}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== rescue_door_open == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|rescue_door_open|string}} | {{begin-hl2msg|rescue_door_open|string}} | ||
Line 211: | Line 211: | ||
{{hl2msg|long|entindex|door that opened}} | {{hl2msg|long|entindex|door that opened}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== waiting_checkpoint_door_used == | |||
{{ModernDescription|Someone tried to open a checkpoint door that is locked till everyone loads in}}<br> | {{ModernDescription|Someone tried to open a checkpoint door that is locked till everyone loads in}}<br> | ||
{{begin-hl2msg|waiting_checkpoint_door_used|string}} | {{begin-hl2msg|waiting_checkpoint_door_used|string}} | ||
Line 217: | Line 217: | ||
{{hl2msg|long|entindex|door that was used}} | {{hl2msg|long|entindex|door that was used}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== waiting_door_used_versus == | |||
{{ModernDescription|Someone tried to open a checkpoint door that is locked till everyone loads in}}<br> | {{ModernDescription|Someone tried to open a checkpoint door that is locked till everyone loads in}}<br> | ||
{{begin-hl2msg|waiting_door_used_versus|string}} | {{begin-hl2msg|waiting_door_used_versus|string}} | ||
Line 223: | Line 223: | ||
{{hl2msg|long|entindex|door that was used}} | {{hl2msg|long|entindex|door that was used}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== waiting_checkpoint_button_used == | |||
{{ModernDescription|Someone tried to push a button that's locked until everyone is gathered}}<br> | {{ModernDescription|Someone tried to push a button that's locked until everyone is gathered}}<br> | ||
{{begin-hl2msg|waiting_checkpoint_button_used|string}} | {{begin-hl2msg|waiting_checkpoint_button_used|string}} | ||
{{hl2msg|short|userid|player who tried to open it}} | {{hl2msg|short|userid|player who tried to open it}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== success_checkpoint_button_used == | |||
{{ModernDescription|Someone pushed a button that's locked until everyone is gathered}}<br> | {{ModernDescription|Someone pushed a button that's locked until everyone is gathered}}<br> | ||
{{begin-hl2msg|success_checkpoint_button_used|string}} | {{begin-hl2msg|success_checkpoint_button_used|string}} | ||
{{hl2msg|short|userid|player who openned it}} | {{hl2msg|short|userid|player who openned it}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== round_freeze_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|round_freeze_end|string}} | {{begin-hl2msg|round_freeze_end|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== round_start_pre_entity == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|round_start_pre_entity|string}} | {{begin-hl2msg|round_start_pre_entity|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== round_start_post_nav == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|round_start_post_nav|string}} | {{begin-hl2msg|round_start_post_nav|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== nav_blocked == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|nav_blocked|string}} | {{begin-hl2msg|nav_blocked|string}} | ||
Line 254: | Line 254: | ||
{{hl2msg|bool|blocked|}} | {{hl2msg|bool|blocked|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== nav_generate == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|nav_generate|string}} | {{begin-hl2msg|nav_generate|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== round_end_message == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|round_end_message|string}} | {{begin-hl2msg|round_end_message|string}} | ||
Line 266: | Line 266: | ||
{{hl2msg|string|message|end round message}} | {{hl2msg|string|message|end round message}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== round_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|round_end|string}} | {{begin-hl2msg|round_end|string}} | ||
Line 274: | Line 274: | ||
{{hl2msg|float|time|}} | {{hl2msg|float|time|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== vote_ended == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|vote_ended|string}} | {{begin-hl2msg|vote_ended|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== vote_started == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|vote_started|string}} | {{begin-hl2msg|vote_started|string}} | ||
Line 290: | Line 290: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== vote_changed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|vote_changed|string}} | {{begin-hl2msg|vote_changed|string}} | ||
Line 297: | Line 297: | ||
{{hl2msg|byte|potentialVotes|}} | {{hl2msg|byte|potentialVotes|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== vote_passed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|vote_passed|string}} | {{begin-hl2msg|vote_passed|string}} | ||
Line 306: | Line 306: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== vote_failed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|vote_failed|string}} | {{begin-hl2msg|vote_failed|string}} | ||
Line 313: | Line 313: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== vote_cast_yes == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|vote_cast_yes|string}} | {{begin-hl2msg|vote_cast_yes|string}} | ||
Line 319: | Line 319: | ||
{{hl2msg|long|entityid|entity id of the voter}} | {{hl2msg|long|entityid|entity id of the voter}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== vote_cast_no == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|vote_cast_no|string}} | {{begin-hl2msg|vote_cast_no|string}} | ||
Line 325: | Line 325: | ||
{{hl2msg|long|entityid|entity id of the voter}} | {{hl2msg|long|entityid|entity id of the voter}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== infected_hurt == | |||
{{ModernDescription|Registers for non-playable classes (Common Infected, Witch). See player_hurt for other playable classes}}<br> | {{ModernDescription|Registers for non-playable classes (Common Infected, Witch). See player_hurt for other playable classes}}<br> | ||
{{begin-hl2msg|infected_hurt|string}} | {{begin-hl2msg|infected_hurt|string}} | ||
Line 335: | Line 335: | ||
{{hl2msg|long|type|damage type}} | {{hl2msg|long|type|damage type}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== infected_death == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|infected_death|string}} | {{begin-hl2msg|infected_death|string}} | ||
Line 347: | Line 347: | ||
{{hl2msg|bool|submerged|indicates the infected was submerged}} | {{hl2msg|bool|submerged|indicates the infected was submerged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== hostname_changed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|hostname_changed|string}} | {{begin-hl2msg|hostname_changed|string}} | ||
{{hl2msg|string|hostname|}} | {{hl2msg|string|hostname|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== difficulty_changed == | |||
{{ModernDescription|It appears that strDifficulty is z_difficulty value}}<br> | {{ModernDescription|It appears that strDifficulty is z_difficulty value}}<br> | ||
{{begin-hl2msg|difficulty_changed|string}} | {{begin-hl2msg|difficulty_changed|string}} | ||
Line 360: | Line 360: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_start|string}} | {{begin-hl2msg|finale_start|string}} | ||
{{hl2msg|short|rushes|}} | {{hl2msg|short|rushes|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_rush == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_rush|string}} | {{begin-hl2msg|finale_rush|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_escape_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_escape_start|string}} | {{begin-hl2msg|finale_escape_start|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_vehicle_incoming == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_vehicle_incoming|string}} | {{begin-hl2msg|finale_vehicle_incoming|string}} | ||
{{hl2msg|string|campaign|}} | {{hl2msg|string|campaign|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_vehicle_ready == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_vehicle_ready|string}} | {{begin-hl2msg|finale_vehicle_ready|string}} | ||
{{hl2msg|string|campaign|}} | {{hl2msg|string|campaign|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_vehicle_leaving == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_vehicle_leaving|string}} | {{begin-hl2msg|finale_vehicle_leaving|string}} | ||
{{hl2msg|short|survivorcount|number of survivors that made it out}} | {{hl2msg|short|survivorcount|number of survivors that made it out}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_win == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_win|string}} | {{begin-hl2msg|finale_win|string}} | ||
Line 396: | Line 396: | ||
{{hl2msg|short|difficulty|}} | {{hl2msg|short|difficulty|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== mission_lost == | |||
{{ModernDescription|As in, the survivor team failed. Opposite of finale_win, but not necessarily during the finale.}}<br> | {{ModernDescription|As in, the survivor team failed. Opposite of finale_win, but not necessarily during the finale.}}<br> | ||
{{begin-hl2msg|mission_lost|string}} | {{begin-hl2msg|mission_lost|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_radio_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_radio_start|string}} | {{begin-hl2msg|finale_radio_start|string}} | ||
{{hl2msg|short|health|}} | {{hl2msg|short|health|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_radio_damaged == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_radio_damaged|string}} | {{begin-hl2msg|finale_radio_damaged|string}} | ||
{{hl2msg|short|health|}} | {{hl2msg|short|health|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== final_reportscreen == | |||
{{ModernDescription|Right before the final report screen comes up, let awards possibly fire}}<br> | {{ModernDescription|Right before the final report screen comes up, let awards possibly fire}}<br> | ||
{{begin-hl2msg|final_reportscreen|string}} | {{begin-hl2msg|final_reportscreen|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== map_transition == | |||
{{ModernDescription|When campaign cinematics start}}<br> | {{ModernDescription|When campaign cinematics start}}<br> | ||
{{begin-hl2msg|map_transition|string}} | {{begin-hl2msg|map_transition|string}} | ||
Line 422: | Line 422: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_transitioned == | |||
{{ModernDescription|When campaign cinematics end and player is transitioned to first person view}}<br> | {{ModernDescription|When campaign cinematics end and player is transitioned to first person view}}<br> | ||
{{begin-hl2msg|player_transitioned|string}} | {{begin-hl2msg|player_transitioned|string}} | ||
Line 428: | Line 428: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== heal_begin == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|heal_begin|string}} | {{begin-hl2msg|heal_begin|string}} | ||
Line 434: | Line 434: | ||
{{hl2msg|short|subject|person being healed}} | {{hl2msg|short|subject|person being healed}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== heal_success == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|heal_success|string}} | {{begin-hl2msg|heal_success|string}} | ||
Line 441: | Line 441: | ||
{{hl2msg|short|health_restored|amount of health restored}} | {{hl2msg|short|health_restored|amount of health restored}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== heal_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{eventnote|Issues|subject is broken for this event, it always appears to be the player doing the healing}} | {{eventnote|Issues|subject is broken for this event, it always appears to be the player doing the healing}} | ||
Line 449: | Line 449: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== heal_interrupted == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|heal_interrupted|string}} | {{begin-hl2msg|heal_interrupted|string}} | ||
Line 455: | Line 455: | ||
{{hl2msg|short|subject|person being healed}} | {{hl2msg|short|subject|person being healed}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ammo_pack_used == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|ammo_pack_used|string}} | {{begin-hl2msg|ammo_pack_used|string}} | ||
Line 461: | Line 461: | ||
{{hl2msg|short|subject|person receiving ammo}} | {{hl2msg|short|subject|person receiving ammo}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== give_weapon == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|give_weapon|string}} | {{begin-hl2msg|give_weapon|string}} | ||
Line 468: | Line 468: | ||
{{hl2msg|short|weapon|The ID of the weapon given}} | {{hl2msg|short|weapon|The ID of the weapon given}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== pills_used == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|pills_used|string}} | {{begin-hl2msg|pills_used|string}} | ||
Line 474: | Line 474: | ||
{{hl2msg|short|subject|person swallowing the pills}} | {{hl2msg|short|subject|person swallowing the pills}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== pills_used_fail == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|pills_used_fail|string}} | {{begin-hl2msg|pills_used_fail|string}} | ||
{{hl2msg|short|userid|person who tried to use the pills}} | {{hl2msg|short|userid|person who tried to use the pills}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ammo_pack_used_fail_no_weapon == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|ammo_pack_used_fail_no_weapon|string}} | {{begin-hl2msg|ammo_pack_used_fail_no_weapon|string}} | ||
Line 485: | Line 485: | ||
{{hl2msg|short|subject|person it failed to help}} | {{hl2msg|short|subject|person it failed to help}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ammo_pack_used_fail_full == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|ammo_pack_used_fail_full|string}} | {{begin-hl2msg|ammo_pack_used_fail_full|string}} | ||
Line 491: | Line 491: | ||
{{hl2msg|short|subject|person it failed to help}} | {{hl2msg|short|subject|person it failed to help}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ammo_pack_used_fail_doesnt_use_ammo == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|ammo_pack_used_fail_doesnt_use_ammo|string}} | {{begin-hl2msg|ammo_pack_used_fail_doesnt_use_ammo|string}} | ||
Line 497: | Line 497: | ||
{{hl2msg|short|subject|person it failed to help}} | {{hl2msg|short|subject|person it failed to help}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ammo_pile_weapon_cant_use_ammo == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|ammo_pile_weapon_cant_use_ammo|string}} | {{begin-hl2msg|ammo_pile_weapon_cant_use_ammo|string}} | ||
{{hl2msg|short|userid|person who tried to use an ammo pile with a grenade launcher}} | {{hl2msg|short|userid|person who tried to use an ammo pile with a grenade launcher}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== defibrillator_begin == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|defibrillator_begin|string}} | {{begin-hl2msg|defibrillator_begin|string}} | ||
Line 508: | Line 508: | ||
{{hl2msg|short|subject|person being revived}} | {{hl2msg|short|subject|person being revived}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== defibrillator_used == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|defibrillator_used|string}} | {{begin-hl2msg|defibrillator_used|string}} | ||
Line 514: | Line 514: | ||
{{hl2msg|short|subject|person it helped}} | {{hl2msg|short|subject|person it helped}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== defibrillator_used_fail == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|defibrillator_used_fail|string}} | {{begin-hl2msg|defibrillator_used_fail|string}} | ||
Line 520: | Line 520: | ||
{{hl2msg|short|subject|person it failed to help}} | {{hl2msg|short|subject|person it failed to help}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== defibrillator_interrupted == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|defibrillator_interrupted|string}} | {{begin-hl2msg|defibrillator_interrupted|string}} | ||
Line 526: | Line 526: | ||
{{hl2msg|short|subject|person being revived}} | {{hl2msg|short|subject|person being revived}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== upgrade_pack_begin == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|upgrade_pack_begin|string}} | {{begin-hl2msg|upgrade_pack_begin|string}} | ||
{{hl2msg|short|userid|person who is deploying the pack}} | {{hl2msg|short|userid|person who is deploying the pack}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== upgrade_pack_used == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|upgrade_pack_used|string}} | {{begin-hl2msg|upgrade_pack_used|string}} | ||
Line 537: | Line 537: | ||
{{hl2msg|short|userid|person who is deploying the pack}} | {{hl2msg|short|userid|person who is deploying the pack}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== upgrade_item_already_used == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|upgrade_item_already_used|string}} | {{begin-hl2msg|upgrade_item_already_used|string}} | ||
Line 543: | Line 543: | ||
{{hl2msg|string|upgradeclass|classname of the upgrade we tried to use}} | {{hl2msg|string|upgradeclass|classname of the upgrade we tried to use}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== upgrade_failed_no_primary == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|upgrade_failed_no_primary|string}} | {{begin-hl2msg|upgrade_failed_no_primary|string}} | ||
Line 549: | Line 549: | ||
{{hl2msg|string|upgrade|name of the upgrade we tried to use, eg "INCENDIARY_AMMO"}} | {{hl2msg|string|upgrade|name of the upgrade we tried to use, eg "INCENDIARY_AMMO"}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== dead_survivor_visible == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|dead_survivor_visible|string}} | {{begin-hl2msg|dead_survivor_visible|string}} | ||
Line 556: | Line 556: | ||
{{hl2msg|short|deadplayer|user id of the dead player represented}} | {{hl2msg|short|deadplayer|user id of the dead player represented}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== adrenaline_used == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|adrenaline_used|string}} | {{begin-hl2msg|adrenaline_used|string}} | ||
{{hl2msg|short|userid|person who had and used the adrenaline}} | {{hl2msg|short|userid|person who had and used the adrenaline}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== revive_begin == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|revive_begin|string}} | {{begin-hl2msg|revive_begin|string}} | ||
Line 567: | Line 567: | ||
{{hl2msg|short|subject|person being revived}} | {{hl2msg|short|subject|person being revived}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== revive_success == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|revive_success|string}} | {{begin-hl2msg|revive_success|string}} | ||
Line 575: | Line 575: | ||
{{hl2msg|bool|ledge_hang|1 if person revived was ledge hanging}} | {{hl2msg|bool|ledge_hang|1 if person revived was ledge hanging}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== revive_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|revive_end|string}} | {{begin-hl2msg|revive_end|string}} | ||
Line 582: | Line 582: | ||
{{hl2msg|bool|ledge_hang|person is ledge hanging}} | {{hl2msg|bool|ledge_hang|person is ledge hanging}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== drag_begin == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|drag_begin|string}} | {{begin-hl2msg|drag_begin|string}} | ||
Line 588: | Line 588: | ||
{{hl2msg|short|subject|person being dragged}} | {{hl2msg|short|subject|person being dragged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== drag_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|drag_end|string}} | {{begin-hl2msg|drag_end|string}} | ||
Line 594: | Line 594: | ||
{{hl2msg|short|subject|person being dragged}} | {{hl2msg|short|subject|person being dragged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_incapacitated == | |||
{{ModernDescription|when a player becomes incapacitated. This is also called when a tank is killed.}}<br> | {{ModernDescription|when a player becomes incapacitated. This is also called when a tank is killed.}}<br> | ||
{{begin-hl2msg|player_incapacitated|string}} | {{begin-hl2msg|player_incapacitated|string}} | ||
Line 603: | Line 603: | ||
{{hl2msg|long|type|damage type}} | {{hl2msg|long|type|damage type}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_incapacitated_start == | |||
{{ModernDescription|when a player is about to become incapacitated, so you can see his last living state}}<br> | {{ModernDescription|when a player is about to become incapacitated, so you can see his last living state}}<br> | ||
{{begin-hl2msg|player_incapacitated_start|string}} | {{begin-hl2msg|player_incapacitated_start|string}} | ||
Line 612: | Line 612: | ||
{{hl2msg|long|type|damage type}} | {{hl2msg|long|type|damage type}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_entered_start_area == | |||
{{ModernDescription|when a player spawns into the player start area}}<br> | {{ModernDescription|when a player spawns into the player start area}}<br> | ||
{{begin-hl2msg|player_entered_start_area|string}} | {{begin-hl2msg|player_entered_start_area|string}} | ||
{{hl2msg|short|userid|person who entered}} | {{hl2msg|short|userid|person who entered}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_first_spawn == | |||
{{ModernDescription|when a player spawns for the first time in a given mission}}<br> | {{ModernDescription|when a player spawns for the first time in a given mission}}<br> | ||
{{begin-hl2msg|player_first_spawn|string}} | {{begin-hl2msg|player_first_spawn|string}} | ||
Line 625: | Line 625: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_left_start_area == | |||
{{ModernDescription|when a player leaves the player start area}}<br> | {{ModernDescription|when a player leaves the player start area}}<br> | ||
{{begin-hl2msg|player_left_start_area|string}} | {{begin-hl2msg|player_left_start_area|string}} | ||
{{hl2msg|short|userid|person who left}} | {{hl2msg|short|userid|person who left}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_left_safe_area == | |||
{{ModernDescription|when a player leaves the safe area}}<br> | {{ModernDescription|when a player leaves the safe area}}<br> | ||
{{begin-hl2msg|player_left_safe_area|string}} | {{begin-hl2msg|player_left_safe_area|string}} | ||
Line 636: | Line 636: | ||
{{hl2msg|byte|playercount|}} | {{hl2msg|byte|playercount|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_entered_checkpoint == | |||
{{ModernDescription|when a basecombatcharacter enters a checkpoint area}}<br> | {{ModernDescription|when a basecombatcharacter enters a checkpoint area}}<br> | ||
{{begin-hl2msg|player_entered_checkpoint|string}} | {{begin-hl2msg|player_entered_checkpoint|string}} | ||
Line 645: | Line 645: | ||
{{hl2msg|string|doorname|name of the entity they see}} | {{hl2msg|string|doorname|name of the entity they see}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_left_checkpoint == | |||
{{ModernDescription|when a player leaves a checkpoint area}}<br> | {{ModernDescription|when a player leaves a checkpoint area}}<br> | ||
{{begin-hl2msg|player_left_checkpoint|string}} | {{begin-hl2msg|player_left_checkpoint|string}} | ||
Line 652: | Line 652: | ||
{{hl2msg|long|area|}} | {{hl2msg|long|area|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_shoved == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_shoved|string}} | {{begin-hl2msg|player_shoved|string}} | ||
Line 658: | Line 658: | ||
{{hl2msg|short|attacker|player index who attacked them}} | {{hl2msg|short|attacker|player index who attacked them}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== entity_shoved == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|entity_shoved|string}} | {{begin-hl2msg|entity_shoved|string}} | ||
Line 664: | Line 664: | ||
{{hl2msg|short|attacker|player index who attacked them}} | {{hl2msg|short|attacker|player index who attacked them}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_jump_apex == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_jump_apex|string}} | {{begin-hl2msg|player_jump_apex|string}} | ||
{{hl2msg|short|userid|player who jumped}} | {{hl2msg|short|userid|player who jumped}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_blocked == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_blocked|string}} | {{begin-hl2msg|player_blocked|string}} | ||
Line 675: | Line 675: | ||
{{hl2msg|short|blocker|player index who kept them from moving}} | {{hl2msg|short|blocker|player index who kept them from moving}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_now_it == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_now_it|string}} | {{begin-hl2msg|player_now_it|string}} | ||
Line 684: | Line 684: | ||
{{hl2msg|bool|by_boomer|came from a boomer}} | {{hl2msg|bool|by_boomer|came from a boomer}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_no_longer_it == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_no_longer_it|string}} | {{begin-hl2msg|player_no_longer_it|string}} | ||
{{hl2msg|short|userid|Player who is now no longer it}} | {{hl2msg|short|userid|Player who is now no longer it}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== witch_harasser_set == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|witch_harasser_set|string}} | {{begin-hl2msg|witch_harasser_set|string}} | ||
Line 696: | Line 696: | ||
{{hl2msg|bool|first|First time the witch set a harasser}} | {{hl2msg|bool|first|First time the witch set a harasser}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== witch_spawn == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|witch_spawn|string}} | {{begin-hl2msg|witch_spawn|string}} | ||
{{hl2msg|long|witchid|Entindex of witch spawning right now.}} | {{hl2msg|long|witchid|Entindex of witch spawning right now.}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== witch_killed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|witch_killed|string}} | {{begin-hl2msg|witch_killed|string}} | ||
Line 710: | Line 710: | ||
{{hl2msg|bool|bride|bride variant?}} | {{hl2msg|bool|bride|bride variant?}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tank_spawn == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|tank_spawn|string}} | {{begin-hl2msg|tank_spawn|string}} | ||
Line 716: | Line 716: | ||
{{hl2msg|long|tankid|Entindex of tank spawning right now.}} | {{hl2msg|long|tankid|Entindex of tank spawning right now.}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== melee_kill == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|melee_kill|string}} | {{begin-hl2msg|melee_kill|string}} | ||
Line 723: | Line 723: | ||
{{hl2msg|bool|ambush|Infected was unaware when killed}} | {{hl2msg|bool|ambush|Infected was unaware when killed}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== area_cleared == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|area_cleared|string}} | {{begin-hl2msg|area_cleared|string}} | ||
Line 729: | Line 729: | ||
{{hl2msg|long|area|id of the cleared area}} | {{hl2msg|long|area|id of the cleared area}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== award_earned == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|award_earned|string}} | {{begin-hl2msg|award_earned|string}} | ||
Line 737: | Line 737: | ||
{{hl2msg|short|award|id of award earned}} | {{hl2msg|short|award|id of award earned}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tongue_grab == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|tongue_grab|string}} | {{begin-hl2msg|tongue_grab|string}} | ||
Line 743: | Line 743: | ||
{{hl2msg|short|victim|player that got grabbed}} | {{hl2msg|short|victim|player that got grabbed}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tongue_broke_bent == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|tongue_broke_bent|string}} | {{begin-hl2msg|tongue_broke_bent|string}} | ||
{{hl2msg|short|userid|Tongue owner}} | {{hl2msg|short|userid|Tongue owner}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tongue_broke_victim_died == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|tongue_broke_victim_died|string}} | {{begin-hl2msg|tongue_broke_victim_died|string}} | ||
{{hl2msg|short|userid|Tongue owner}} | {{hl2msg|short|userid|Tongue owner}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tongue_release == | |||
{{ModernDescription|Fired in all cases where the tongue releases a victim, whether choked or not, etc.}}<br> | {{ModernDescription|Fired in all cases where the tongue releases a victim, whether choked or not, etc.}}<br> | ||
{{begin-hl2msg|tongue_release|string}} | {{begin-hl2msg|tongue_release|string}} | ||
Line 761: | Line 761: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== choke_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|choke_start|string}} | {{begin-hl2msg|choke_start|string}} | ||
Line 767: | Line 767: | ||
{{hl2msg|short|victim|The person being choked}} | {{hl2msg|short|victim|The person being choked}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== choke_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|choke_end|string}} | {{begin-hl2msg|choke_end|string}} | ||
Line 773: | Line 773: | ||
{{hl2msg|short|victim|The person being choked}} | {{hl2msg|short|victim|The person being choked}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== choke_stopped == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|choke_stopped|string}} | {{begin-hl2msg|choke_stopped|string}} | ||
Line 781: | Line 781: | ||
{{hl2msg|short|release_type|How did it break?}} | {{hl2msg|short|release_type|How did it break?}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tongue_pull_stopped == | |||
{{ModernDescription|Called when a smoker tongue is cleared on a dragging player. Includes cuts.}}<br> | {{ModernDescription|Called when a smoker tongue is cleared on a dragging player. Includes cuts.}}<br> | ||
{{begin-hl2msg|tongue_pull_stopped|string}} | {{begin-hl2msg|tongue_pull_stopped|string}} | ||
Line 791: | Line 791: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== lunge_shove == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|lunge_shove|string}} | {{begin-hl2msg|lunge_shove|string}} | ||
Line 797: | Line 797: | ||
{{hl2msg|short|victim|player that got lunged}} | {{hl2msg|short|victim|player that got lunged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== lunge_pounce == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|lunge_pounce|string}} | {{begin-hl2msg|lunge_pounce|string}} | ||
Line 805: | Line 805: | ||
{{hl2msg|short|damage|}} | {{hl2msg|short|damage|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== pounce_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|pounce_end|string}} | {{begin-hl2msg|pounce_end|string}} | ||
Line 811: | Line 811: | ||
{{hl2msg|short|victim|And who was being pounced}} | {{hl2msg|short|victim|And who was being pounced}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== pounce_stopped == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|pounce_stopped|string}} | {{begin-hl2msg|pounce_stopped|string}} | ||
Line 817: | Line 817: | ||
{{hl2msg|short|victim|And who was being pounced}} | {{hl2msg|short|victim|And who was being pounced}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== pounce_attempt_stopped == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|pounce_attempt_stopped|string}} | {{begin-hl2msg|pounce_attempt_stopped|string}} | ||
Line 823: | Line 823: | ||
{{hl2msg|short|weaponid|used weapon ID}} | {{hl2msg|short|weaponid|used weapon ID}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== fatal_vomit == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|fatal_vomit|string}} | {{begin-hl2msg|fatal_vomit|string}} | ||
Line 829: | Line 829: | ||
{{hl2msg|short|victim|And who was killed or incapped}} | {{hl2msg|short|victim|And who was killed or incapped}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== survivor_call_for_help == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|survivor_call_for_help|string}} | {{begin-hl2msg|survivor_call_for_help|string}} | ||
Line 835: | Line 835: | ||
{{hl2msg|long|subject|SurvivorRescue entity representing the player who needs to be rescued from the closet (used for position)}} | {{hl2msg|long|subject|SurvivorRescue entity representing the player who needs to be rescued from the closet (used for position)}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== survivor_rescued == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|survivor_rescued|string}} | {{begin-hl2msg|survivor_rescued|string}} | ||
Line 842: | Line 842: | ||
{{hl2msg|long|dooridx|ent index of the rescue door}} | {{hl2msg|long|dooridx|ent index of the rescue door}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== survivor_rescue_abandoned == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|survivor_rescue_abandoned|string}} | {{begin-hl2msg|survivor_rescue_abandoned|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== relocated == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|relocated|string}} | {{begin-hl2msg|relocated|string}} | ||
{{hl2msg|short|userid|player who was relocated}} | {{hl2msg|short|userid|player who was relocated}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== respawning == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|respawning|string}} | {{begin-hl2msg|respawning|string}} | ||
{{hl2msg|short|userid|player who started respawning}} | {{hl2msg|short|userid|player who started respawning}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tank_frustrated == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|tank_frustrated|string}} | {{begin-hl2msg|tank_frustrated|string}} | ||
{{hl2msg|short|userid|player who was culled}} | {{hl2msg|short|userid|player who was culled}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_given == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|weapon_given|string}} | {{begin-hl2msg|weapon_given|string}} | ||
Line 870: | Line 870: | ||
{{hl2msg|short|weaponentid|weapon entity id}} | {{hl2msg|short|weaponentid|weapon entity id}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_drop == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{eventnote|Called|When an item is removed from a survivor's inventory}} | {{eventnote|Called|When an item is removed from a survivor's inventory}} | ||
Line 879: | Line 879: | ||
{{hl2msg|short|propid|entindex of the dropped weapon}} | {{hl2msg|short|propid|entindex of the dropped weapon}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_drop_to_prop == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|weapon_drop_to_prop|string}} | {{begin-hl2msg|weapon_drop_to_prop|string}} | ||
Line 886: | Line 886: | ||
{{hl2msg|short|propid|entindex of the dropped weapon}} | {{hl2msg|short|propid|entindex of the dropped weapon}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== break_breakable == | |||
{{ModernDescription|Override from gameevents.res}}<br> | {{ModernDescription|Override from gameevents.res}}<br> | ||
{{begin-hl2msg|break_breakable|string}} | {{begin-hl2msg|break_breakable|string}} | ||
Line 895: | Line 895: | ||
{{hl2msg|short|achievement|tag to identify achievement on the client }} | {{hl2msg|short|achievement|tag to identify achievement on the client }} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== achievement_earned == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|achievement_earned|string}} | {{begin-hl2msg|achievement_earned|string}} | ||
Line 901: | Line 901: | ||
{{hl2msg|short|achievement|achievement ID}} | {{hl2msg|short|achievement|achievement ID}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== spec_target_updated == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|spec_target_updated|string}} | {{begin-hl2msg|spec_target_updated|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== spawner_give_item == | |||
{{ModernDescription|A spawner has given a player an item (weapon, pills, ammo, health kit, etc)}}<br> | {{ModernDescription|A spawner has given a player an item (weapon, pills, ammo, health kit, etc)}}<br> | ||
{{begin-hl2msg|spawner_give_item|string}} | {{begin-hl2msg|spawner_give_item|string}} | ||
Line 913: | Line 913: | ||
{{hl2msg|long|spawner|entindex of the spawner entity}} | {{hl2msg|long|spawner|entindex of the spawner entity}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== create_panic_event == | |||
{{ModernDescription|A panic event has been created, though not necessarily started}}<br> | {{ModernDescription|A panic event has been created, though not necessarily started}}<br> | ||
{{begin-hl2msg|create_panic_event|string}} | {{begin-hl2msg|create_panic_event|string}} | ||
{{hl2msg|short|userid|player who was started the panic}} | {{hl2msg|short|userid|player who was started the panic}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_pills == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_pills|string}} | {{begin-hl2msg|explain_pills|string}} | ||
{{hl2msg|long|subject|The weapon_pain_pills spawner that will be indicated}} | {{hl2msg|long|subject|The weapon_pain_pills spawner that will be indicated}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_weapons == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_weapons|string}} | {{begin-hl2msg|explain_weapons|string}} | ||
{{hl2msg|long|subject|The weapon_pain_pills spawner that will be indicated}} | {{hl2msg|long|subject|The weapon_pain_pills spawner that will be indicated}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== entity_visible == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|entity_visible|string}} | {{begin-hl2msg|entity_visible|string}} | ||
Line 936: | Line 936: | ||
{{hl2msg|string|entityname|name of the entity they see}} | {{hl2msg|string|entityname|name of the entity they see}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_spawn_visible == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|weapon_spawn_visible|string}} | {{begin-hl2msg|weapon_spawn_visible|string}} | ||
Line 944: | Line 944: | ||
{{hl2msg|string|subtype|melee weapon name}} | {{hl2msg|string|subtype|melee weapon name}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== boomer_near == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|boomer_near|string}} | {{begin-hl2msg|boomer_near|string}} | ||
Line 950: | Line 950: | ||
{{hl2msg|short|victim|The survivor whom the boomer has gotten very close to}} | {{hl2msg|short|victim|The survivor whom the boomer has gotten very close to}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_pre_radio == | |||
{{ModernDescription|explain the rescue radio will remind you to ready for the finale}}<br> | {{ModernDescription|explain the rescue radio will remind you to ready for the finale}}<br> | ||
{{begin-hl2msg|explain_pre_radio|string}} | {{begin-hl2msg|explain_pre_radio|string}} | ||
Line 956: | Line 956: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== started_pre_radio == | |||
{{ModernDescription|explain the rescue radio will remind you to ready for the finale}}<br> | {{ModernDescription|explain the rescue radio will remind you to ready for the finale}}<br> | ||
{{begin-hl2msg|started_pre_radio|string}} | {{begin-hl2msg|started_pre_radio|string}} | ||
Line 962: | Line 962: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_radio == | |||
{{ModernDescription|explain the rescue radio will start the finale}}<br> | {{ModernDescription|explain the rescue radio will start the finale}}<br> | ||
{{begin-hl2msg|explain_radio|string}} | {{begin-hl2msg|explain_radio|string}} | ||
Line 968: | Line 968: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_gas_truck == | |||
{{ModernDescription|explain how pulling the lever on the gas truck will start the finale}}<br> | {{ModernDescription|explain how pulling the lever on the gas truck will start the finale}}<br> | ||
{{begin-hl2msg|explain_gas_truck|string}} | {{begin-hl2msg|explain_gas_truck|string}} | ||
Line 974: | Line 974: | ||
{{hl2msg|long|subject|The lever}} | {{hl2msg|long|subject|The lever}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_panic_button == | |||
{{ModernDescription|explain that pressing this button will start a panic event.}}<br> | {{ModernDescription|explain that pressing this button will start a panic event.}}<br> | ||
{{begin-hl2msg|explain_panic_button|string}} | {{begin-hl2msg|explain_panic_button|string}} | ||
Line 980: | Line 980: | ||
{{hl2msg|long|subject|The panic button}} | {{hl2msg|long|subject|The panic button}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_elevator_button == | |||
{{ModernDescription|explain how to operate the hospital elevator button.}}<br> | {{ModernDescription|explain how to operate the hospital elevator button.}}<br> | ||
{{begin-hl2msg|explain_elevator_button|string}} | {{begin-hl2msg|explain_elevator_button|string}} | ||
Line 986: | Line 986: | ||
{{hl2msg|long|subject|The button}} | {{hl2msg|long|subject|The button}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_lift_button == | |||
{{ModernDescription|explain how to operate the lift button.}}<br> | {{ModernDescription|explain how to operate the lift button.}}<br> | ||
{{begin-hl2msg|explain_lift_button|string}} | {{begin-hl2msg|explain_lift_button|string}} | ||
Line 992: | Line 992: | ||
{{hl2msg|long|subject|The lift button}} | {{hl2msg|long|subject|The lift button}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_church_door == | |||
{{ModernDescription|explain how to provoke the crazy church guy.}}<br> | {{ModernDescription|explain how to provoke the crazy church guy.}}<br> | ||
{{begin-hl2msg|explain_church_door|string}} | {{begin-hl2msg|explain_church_door|string}} | ||
Line 998: | Line 998: | ||
{{hl2msg|long|subject|The saferoom door}} | {{hl2msg|long|subject|The saferoom door}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_emergency_door == | |||
{{ModernDescription|explain how to open the emergency door.}}<br> | {{ModernDescription|explain how to open the emergency door.}}<br> | ||
{{begin-hl2msg|explain_emergency_door|string}} | {{begin-hl2msg|explain_emergency_door|string}} | ||
Line 1,004: | Line 1,004: | ||
{{hl2msg|long|subject|The door}} | {{hl2msg|long|subject|The door}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_crane == | |||
{{ModernDescription|explain how to lower the box on the crane.}}<br> | {{ModernDescription|explain how to lower the box on the crane.}}<br> | ||
{{begin-hl2msg|explain_crane|string}} | {{begin-hl2msg|explain_crane|string}} | ||
Line 1,010: | Line 1,010: | ||
{{hl2msg|long|subject|The lever/button}} | {{hl2msg|long|subject|The lever/button}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_bridge == | |||
{{ModernDescription|explain how to close the gates to make a bridge.}}<br> | {{ModernDescription|explain how to close the gates to make a bridge.}}<br> | ||
{{begin-hl2msg|explain_bridge|string}} | {{begin-hl2msg|explain_bridge|string}} | ||
Line 1,016: | Line 1,016: | ||
{{hl2msg|long|subject|The button}} | {{hl2msg|long|subject|The button}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_gas_can_panic == | |||
{{ModernDescription|explain how to shoot the gas can.}}<br> | {{ModernDescription|explain how to shoot the gas can.}}<br> | ||
{{begin-hl2msg|explain_gas_can_panic|string}} | {{begin-hl2msg|explain_gas_can_panic|string}} | ||
Line 1,022: | Line 1,022: | ||
{{hl2msg|long|subject|The gas can}} | {{hl2msg|long|subject|The gas can}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_van_panic == | |||
{{ModernDescription|explain how to start the van.}}<br> | {{ModernDescription|explain how to start the van.}}<br> | ||
{{begin-hl2msg|explain_van_panic|string}} | {{begin-hl2msg|explain_van_panic|string}} | ||
Line 1,028: | Line 1,028: | ||
{{hl2msg|long|subject|The van}} | {{hl2msg|long|subject|The van}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_mainstreet == | |||
{{ModernDescription|explain how to lower the forklift}}<br> | {{ModernDescription|explain how to lower the forklift}}<br> | ||
{{begin-hl2msg|explain_mainstreet|string}} | {{begin-hl2msg|explain_mainstreet|string}} | ||
Line 1,034: | Line 1,034: | ||
{{hl2msg|long|subject|The forklift}} | {{hl2msg|long|subject|The forklift}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_train_lever == | |||
{{ModernDescription|explain how to operate the train lever.}}<br> | {{ModernDescription|explain how to operate the train lever.}}<br> | ||
{{begin-hl2msg|explain_train_lever|string}} | {{begin-hl2msg|explain_train_lever|string}} | ||
Line 1,040: | Line 1,040: | ||
{{hl2msg|long|subject|The lever on box car}} | {{hl2msg|long|subject|The lever on box car}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_disturbance == | |||
{{ModernDescription|explain that disturbances (car alarm) attract infected horde}}<br> | {{ModernDescription|explain that disturbances (car alarm) attract infected horde}}<br> | ||
{{begin-hl2msg|explain_disturbance|string}} | {{begin-hl2msg|explain_disturbance|string}} | ||
Line 1,046: | Line 1,046: | ||
{{hl2msg|long|subject|The source of disturbance}} | {{hl2msg|long|subject|The source of disturbance}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_scavenge_goal == | |||
{{ModernDescription|explain where to put the scavenge mode items}}<br> | {{ModernDescription|explain where to put the scavenge mode items}}<br> | ||
{{begin-hl2msg|explain_scavenge_goal|string}} | {{begin-hl2msg|explain_scavenge_goal|string}} | ||
Line 1,052: | Line 1,052: | ||
{{hl2msg|long|subject|The collection device}} | {{hl2msg|long|subject|The collection device}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_scavenge_leave_area == | |||
{{ModernDescription|explain that leaving the area, starts round}}<br> | {{ModernDescription|explain that leaving the area, starts round}}<br> | ||
{{begin-hl2msg|explain_scavenge_leave_area|string}} | {{begin-hl2msg|explain_scavenge_leave_area|string}} | ||
Line 1,058: | Line 1,058: | ||
{{hl2msg|long|subject|The entity}} | {{hl2msg|long|subject|The entity}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== begin_scavenge_overtime == | |||
{{ModernDescription|enter overtime in a scavenge round}}<br> | {{ModernDescription|enter overtime in a scavenge round}}<br> | ||
{{begin-hl2msg|begin_scavenge_overtime|string}} | {{begin-hl2msg|begin_scavenge_overtime|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== scavenge_round_start == | |||
{{ModernDescription|a scavenge round has begun}}<br> | {{ModernDescription|a scavenge round has begun}}<br> | ||
{{begin-hl2msg|scavenge_round_start|string}} | {{begin-hl2msg|scavenge_round_start|string}} | ||
Line 1,069: | Line 1,069: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== scavenge_round_halftime == | |||
{{ModernDescription|a scavenge round is in halftime}}<br> | {{ModernDescription|a scavenge round is in halftime}}<br> | ||
{{begin-hl2msg|scavenge_round_halftime|string}} | {{begin-hl2msg|scavenge_round_halftime|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== scavenge_round_finished == | |||
{{ModernDescription|a scavenge round has ended}}<br> | {{ModernDescription|a scavenge round has ended}}<br> | ||
{{begin-hl2msg|scavenge_round_finished|string}} | {{begin-hl2msg|scavenge_round_finished|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== scavenge_score_tied == | |||
{{ModernDescription|a team just tied the score}}<br> | {{ModernDescription|a team just tied the score}}<br> | ||
{{begin-hl2msg|scavenge_score_tied|string}} | {{begin-hl2msg|scavenge_score_tied|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== versus_round_start == | |||
{{ModernDescription|a versus round has begun}}<br> | {{ModernDescription|a versus round has begun}}<br> | ||
{{begin-hl2msg|versus_round_start|string}} | {{begin-hl2msg|versus_round_start|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== gascan_pour_blocked == | |||
{{ModernDescription|can't pour the gas, someone else already is}}<br> | {{ModernDescription|can't pour the gas, someone else already is}}<br> | ||
{{begin-hl2msg|gascan_pour_blocked|string}} | {{begin-hl2msg|gascan_pour_blocked|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== gascan_pour_completed == | |||
{{ModernDescription|player finished pouring a can}}<br> | {{ModernDescription|player finished pouring a can}}<br> | ||
{{begin-hl2msg|gascan_pour_completed|string}} | {{begin-hl2msg|gascan_pour_completed|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== gascan_dropped == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|gascan_dropped|string}} | {{begin-hl2msg|gascan_dropped|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== gascan_pour_interrupted == | |||
{{ModernDescription|we got interuppted pouring the gas can}}<br> | {{ModernDescription|we got interuppted pouring the gas can}}<br> | ||
{{begin-hl2msg|gascan_pour_interrupted|string}} | {{begin-hl2msg|gascan_pour_interrupted|string}} | ||
{{hl2msg|short|userid|person who interuppted us}} | {{hl2msg|short|userid|person who interuppted us}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== scavenge_match_finished == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|scavenge_match_finished|string}} | {{begin-hl2msg|scavenge_match_finished|string}} | ||
{{hl2msg|byte|winners|winner team}} | {{hl2msg|byte|winners|winner team}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== versus_match_finished == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|versus_match_finished|string}} | {{begin-hl2msg|versus_match_finished|string}} | ||
{{hl2msg|byte|winners|winner team}} | {{hl2msg|byte|winners|winner team}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== use_target == | |||
{{ModernDescription|a new use target has been found}}<br> | {{ModernDescription|a new use target has been found}}<br> | ||
{{begin-hl2msg|use_target|string}} | {{begin-hl2msg|use_target|string}} | ||
Line 1,122: | Line 1,122: | ||
{{hl2msg|bool|isprop|is this a prop that can be carried}} | {{hl2msg|bool|isprop|is this a prop that can be carried}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_use == | |||
{{ModernDescription|a new use target has been found}}<br> | {{ModernDescription|a new use target has been found}}<br> | ||
{{eventnote|Called|When a Survivor presses +USE on a useable entity. i.e. Weapons, items, doors}} | {{eventnote|Called|When a Survivor presses +USE on a useable entity. i.e. Weapons, items, doors}} | ||
Line 1,130: | Line 1,130: | ||
{{hl2msg|long|targetid|Entindex of the used entity}} | {{hl2msg|long|targetid|Entindex of the used entity}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== friendly_fire == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|friendly_fire|string}} | {{begin-hl2msg|friendly_fire|string}} | ||
Line 1,138: | Line 1,138: | ||
{{hl2msg|long|type|damage type}} | {{hl2msg|long|type|damage type}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== gameinstructor_draw == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|gameinstructor_draw|string}} | {{begin-hl2msg|gameinstructor_draw|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== gameinstructor_nodraw == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|gameinstructor_nodraw|string}} | {{begin-hl2msg|gameinstructor_nodraw|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== request_weapon_stats == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|request_weapon_stats|string}} | {{begin-hl2msg|request_weapon_stats|string}} | ||
{{hl2msg|short|userid|userid of user requesting their stats}} | {{hl2msg|short|userid|userid of user requesting their stats}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_talking_state == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|player_talking_state|string}} | {{begin-hl2msg|player_talking_state|string}} | ||
Line 1,159: | Line 1,159: | ||
{{hl2msg|bool|istalking|}} | {{hl2msg|bool|istalking|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_pickup == | |||
{{ModernDescription|client event for player has picked up a weapon. If that does not work, try using the "item_pickup" event.}}<br> | {{ModernDescription|client event for player has picked up a weapon. If that does not work, try using the "item_pickup" event.}}<br> | ||
{{begin-hl2msg|weapon_pickup|string}} | {{begin-hl2msg|weapon_pickup|string}} | ||
Line 1,168: | Line 1,168: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== hunter_punched == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|hunter_punched|string}} | {{begin-hl2msg|hunter_punched|string}} | ||
Line 1,175: | Line 1,175: | ||
{{hl2msg|bool|islunging|TRUE if the Hunter was in the act of lunging}} | {{hl2msg|bool|islunging|TRUE if the Hunter was in the act of lunging}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== hunter_headshot == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|hunter_headshot|string}} | {{begin-hl2msg|hunter_headshot|string}} | ||
Line 1,182: | Line 1,182: | ||
{{hl2msg|bool|islunging|TRUE if the Hunter was in the act of lunging}} | {{hl2msg|bool|islunging|TRUE if the Hunter was in the act of lunging}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== zombie_ignited == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|zombie_ignited|string}} | {{begin-hl2msg|zombie_ignited|string}} | ||
Line 1,191: | Line 1,191: | ||
{{hl2msg|bool|fire_ammo|true if incendiary ammo was used}} | {{hl2msg|bool|fire_ammo|true if incendiary ammo was used}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== boomer_exploded == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|boomer_exploded|string}} | {{begin-hl2msg|boomer_exploded|string}} | ||
Line 1,198: | Line 1,198: | ||
{{hl2msg|bool|splashedbile|Exploding boomer splashed bile on Survivors}} | {{hl2msg|bool|splashedbile|Exploding boomer splashed bile on Survivors}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== non_pistol_fired == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|non_pistol_fired|string}} | {{begin-hl2msg|non_pistol_fired|string}} | ||
{{hl2msg|short|userid|User that fired a non-pistol weapon}} | {{hl2msg|short|userid|User that fired a non-pistol weapon}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== weapon_fire_at_40 == | |||
{{ModernDescription|This is networked, special event for game instructor}}<br> | {{ModernDescription|This is networked, special event for game instructor}}<br> | ||
{{begin-hl2msg|weapon_fire_at_40|string}} | {{begin-hl2msg|weapon_fire_at_40|string}} | ||
Line 1,212: | Line 1,212: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== total_ammo_below_40 == | |||
{{ModernDescription|sent for any ammo type, except those with max ammo 1, or infinite ammo, like pistols}}<br> | {{ModernDescription|sent for any ammo type, except those with max ammo 1, or infinite ammo, like pistols}}<br> | ||
{{begin-hl2msg|total_ammo_below_40|string}} | {{begin-hl2msg|total_ammo_below_40|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== player_hurt_concise == | |||
{{ModernDescription|Abbreviated version of 'player_hurt' that is networked}}<br> | {{ModernDescription|Abbreviated version of 'player_hurt' that is networked}}<br> | ||
{{begin-hl2msg|player_hurt_concise|string}} | {{begin-hl2msg|player_hurt_concise|string}} | ||
Line 1,226: | Line 1,226: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tank_killed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|tank_killed|string}} | {{begin-hl2msg|tank_killed|string}} | ||
Line 1,236: | Line 1,236: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== tank_rock_killed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|tank_rock_killed|string}} | {{begin-hl2msg|tank_rock_killed|string}} | ||
Line 1,242: | Line 1,242: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== achievement_write_failed == | |||
{{ModernDescription|Used for a notification message when an achievement fails to write}}<br> | {{ModernDescription|Used for a notification message when an achievement fails to write}}<br> | ||
{{begin-hl2msg|achievement_write_failed|string}} | {{begin-hl2msg|achievement_write_failed|string}} | ||
Line 1,248: | Line 1,248: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ghost_spawn_time == | |||
{{ModernDescription|Used for clients to know how long until they become a ghost (and can spawn)}}<br> | {{ModernDescription|Used for clients to know how long until they become a ghost (and can spawn)}}<br> | ||
{{begin-hl2msg|ghost_spawn_time|string}} | {{begin-hl2msg|ghost_spawn_time|string}} | ||
Line 1,255: | Line 1,255: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== survival_at_30min == | |||
{{ModernDescription|Used to know when we elapse 30 minutes on a survival map}}<br> | {{ModernDescription|Used to know when we elapse 30 minutes on a survival map}}<br> | ||
{{begin-hl2msg|survival_at_30min|string}} | {{begin-hl2msg|survival_at_30min|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== survival_at_10min == | |||
{{ModernDescription|Used to know when we elapse 10 minutes on a survival map}}<br> | {{ModernDescription|Used to know when we elapse 10 minutes on a survival map}}<br> | ||
{{begin-hl2msg|survival_at_10min|string}} | {{begin-hl2msg|survival_at_10min|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_pre_drawbridge == | |||
{{ModernDescription|Point out the button that will start the gauntlet finale.}}<br> | {{ModernDescription|Point out the button that will start the gauntlet finale.}}<br> | ||
{{begin-hl2msg|explain_pre_drawbridge|string}} | {{begin-hl2msg|explain_pre_drawbridge|string}} | ||
Line 1,269: | Line 1,269: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_drawbridge == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_drawbridge|string}} | {{begin-hl2msg|explain_drawbridge|string}} | ||
Line 1,275: | Line 1,275: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_perimeter == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_perimeter|string}} | {{begin-hl2msg|explain_perimeter|string}} | ||
Line 1,281: | Line 1,281: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_deactivate_alarm == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_deactivate_alarm|string}} | {{begin-hl2msg|explain_deactivate_alarm|string}} | ||
Line 1,287: | Line 1,287: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_impound_lot == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_impound_lot|string}} | {{begin-hl2msg|explain_impound_lot|string}} | ||
Line 1,293: | Line 1,293: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_decon == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_decon|string}} | {{begin-hl2msg|explain_decon|string}} | ||
Line 1,299: | Line 1,299: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_mall_window == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_mall_window|string}} | {{begin-hl2msg|explain_mall_window|string}} | ||
Line 1,305: | Line 1,305: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_mall_alarm == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_mall_alarm|string}} | {{begin-hl2msg|explain_mall_alarm|string}} | ||
Line 1,311: | Line 1,311: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_coaster == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_coaster|string}} | {{begin-hl2msg|explain_coaster|string}} | ||
Line 1,317: | Line 1,317: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_coaster_stop == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_coaster_stop|string}} | {{begin-hl2msg|explain_coaster_stop|string}} | ||
Line 1,323: | Line 1,323: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_decon_wait == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_decon_wait|string}} | {{begin-hl2msg|explain_decon_wait|string}} | ||
Line 1,329: | Line 1,329: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== gauntlet_finale_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|gauntlet_finale_start|string}} | {{begin-hl2msg|gauntlet_finale_start|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_float == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_float|string}} | {{begin-hl2msg|explain_float|string}} | ||
Line 1,339: | Line 1,339: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_ferry_button == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_ferry_button|string}} | {{begin-hl2msg|explain_ferry_button|string}} | ||
Line 1,345: | Line 1,345: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_hatch_button == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_hatch_button|string}} | {{begin-hl2msg|explain_hatch_button|string}} | ||
Line 1,351: | Line 1,351: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_shack_button == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_shack_button|string}} | {{begin-hl2msg|explain_shack_button|string}} | ||
Line 1,357: | Line 1,357: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== upgrade_incendiary_ammo == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|upgrade_incendiary_ammo|string}} | {{begin-hl2msg|upgrade_incendiary_ammo|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== upgrade_explosive_ammo == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|upgrade_explosive_ammo|string}} | {{begin-hl2msg|upgrade_explosive_ammo|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== receive_upgrade == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|receive_upgrade|string}} | {{begin-hl2msg|receive_upgrade|string}} | ||
Line 1,373: | Line 1,373: | ||
{{hl2msg|string|upgrade|}} | {{hl2msg|string|upgrade|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_vehicle_arrival == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_vehicle_arrival|string}} | {{begin-hl2msg|explain_vehicle_arrival|string}} | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== mounted_gun_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|mounted_gun_start|string}} | {{begin-hl2msg|mounted_gun_start|string}} | ||
Line 1,384: | Line 1,384: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== mounted_gun_overheated == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|mounted_gun_overheated|string}} | {{begin-hl2msg|mounted_gun_overheated|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_burger_sign == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_burger_sign|string}} | {{begin-hl2msg|explain_burger_sign|string}} | ||
Line 1,395: | Line 1,395: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_carousel_button == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_carousel_button|string}} | {{begin-hl2msg|explain_carousel_button|string}} | ||
Line 1,401: | Line 1,401: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_carousel_destination == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_carousel_destination|string}} | {{begin-hl2msg|explain_carousel_destination|string}} | ||
Line 1,407: | Line 1,407: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_stage_lighting == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_stage_lighting|string}} | {{begin-hl2msg|explain_stage_lighting|string}} | ||
Line 1,413: | Line 1,413: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_stage_finale_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_stage_finale_start|string}} | {{begin-hl2msg|explain_stage_finale_start|string}} | ||
Line 1,419: | Line 1,419: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_stage_survival_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_stage_survival_start|string}} | {{begin-hl2msg|explain_stage_survival_start|string}} | ||
Line 1,425: | Line 1,425: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== ability_out_of_range == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|ability_out_of_range|string}} | {{begin-hl2msg|ability_out_of_range|string}} | ||
Line 1,431: | Line 1,431: | ||
{{hl2msg|string|ability|ability classname}} | {{hl2msg|string|ability|ability classname}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_stage_pyrotechnics == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_stage_pyrotechnics|string}} | {{begin-hl2msg|explain_stage_pyrotechnics|string}} | ||
Line 1,437: | Line 1,437: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_c3m4_radio1 == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_c3m4_radio1|string}} | {{begin-hl2msg|explain_c3m4_radio1|string}} | ||
Line 1,443: | Line 1,443: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_c3m4_radio2 == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_c3m4_radio2|string}} | {{begin-hl2msg|explain_c3m4_radio2|string}} | ||
Line 1,449: | Line 1,449: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_gates_are_open == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_gates_are_open|string}} | {{begin-hl2msg|explain_gates_are_open|string}} | ||
Line 1,455: | Line 1,455: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_c2m4_ticketbooth == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_c2m4_ticketbooth|string}} | {{begin-hl2msg|explain_c2m4_ticketbooth|string}} | ||
Line 1,461: | Line 1,461: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_c3m4_rescue == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_c3m4_rescue|string}} | {{begin-hl2msg|explain_c3m4_rescue|string}} | ||
Line 1,467: | Line 1,467: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_hotel_elevator_doors == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_hotel_elevator_doors|string}} | {{begin-hl2msg|explain_hotel_elevator_doors|string}} | ||
Line 1,473: | Line 1,473: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_gun_shop_tanker == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_gun_shop_tanker|string}} | {{begin-hl2msg|explain_gun_shop_tanker|string}} | ||
Line 1,479: | Line 1,479: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_gun_shop == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_gun_shop|string}} | {{begin-hl2msg|explain_gun_shop|string}} | ||
Line 1,485: | Line 1,485: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_store_alarm == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_store_alarm|string}} | {{begin-hl2msg|explain_store_alarm|string}} | ||
Line 1,491: | Line 1,491: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_store_item == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_store_item|string}} | {{begin-hl2msg|explain_store_item|string}} | ||
Line 1,497: | Line 1,497: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_store_item_stop == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_store_item_stop|string}} | {{begin-hl2msg|explain_store_item_stop|string}} | ||
Line 1,503: | Line 1,503: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_survival_generic == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_survival_generic|string}} | {{begin-hl2msg|explain_survival_generic|string}} | ||
Line 1,509: | Line 1,509: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_survival_alarm == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_survival_alarm|string}} | {{begin-hl2msg|explain_survival_alarm|string}} | ||
Line 1,515: | Line 1,515: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_survival_radio == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_survival_radio|string}} | {{begin-hl2msg|explain_survival_radio|string}} | ||
Line 1,521: | Line 1,521: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_survival_carousel == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_survival_carousel|string}} | {{begin-hl2msg|explain_survival_carousel|string}} | ||
Line 1,527: | Line 1,527: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_return_item == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_return_item|string}} | {{begin-hl2msg|explain_return_item|string}} | ||
Line 1,533: | Line 1,533: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_save_items == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_save_items|string}} | {{begin-hl2msg|explain_save_items|string}} | ||
Line 1,539: | Line 1,539: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== spit_burst == | |||
{{ModernDescription|Triggers even after Spitter's death.}}<br> | {{ModernDescription|Triggers even after Spitter's death.}}<br> | ||
{{eventnote|Called|Triggers when Spitter's spit hits the ground.}} | {{eventnote|Called|Triggers when Spitter's spit hits the ground.}} | ||
Line 1,547: | Line 1,547: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== entered_spit == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|entered_spit|string}} | {{begin-hl2msg|entered_spit|string}} | ||
Line 1,553: | Line 1,553: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== temp_c4m1_getgas == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|temp_c4m1_getgas|string}} | {{begin-hl2msg|temp_c4m1_getgas|string}} | ||
Line 1,559: | Line 1,559: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== temp_c4m3_return_to_boat == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|temp_c4m3_return_to_boat|string}} | {{begin-hl2msg|temp_c4m3_return_to_boat|string}} | ||
Line 1,565: | Line 1,565: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_c1m4_finale == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_c1m4_finale|string}} | {{begin-hl2msg|explain_c1m4_finale|string}} | ||
Line 1,571: | Line 1,571: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== c1m4_scavenge_instructions == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|c1m4_scavenge_instructions|string}} | {{begin-hl2msg|c1m4_scavenge_instructions|string}} | ||
Line 1,577: | Line 1,577: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== punched_clown == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|punched_clown|string}} | {{begin-hl2msg|punched_clown|string}} | ||
{{hl2msg|short|userid|player who punched the clown}} | {{hl2msg|short|userid|player who punched the clown}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_killed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|charger_killed|string}} | {{begin-hl2msg|charger_killed|string}} | ||
Line 1,590: | Line 1,590: | ||
{{hl2msg|bool|charging|TRUE if the charger was charging when it died}} | {{hl2msg|bool|charging|TRUE if the charger was charging when it died}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== spitter_killed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{eventnote|Called|Triggers in Spitter's death.}} | {{eventnote|Called|Triggers in Spitter's death.}} | ||
Line 1,599: | Line 1,599: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== jockey_ride == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|jockey_ride|string}} | {{begin-hl2msg|jockey_ride|string}} | ||
Line 1,605: | Line 1,605: | ||
{{hl2msg|short|victim|player that got lunged}} | {{hl2msg|short|victim|player that got lunged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== jockey_ride_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|jockey_ride_end|string}} | {{begin-hl2msg|jockey_ride_end|string}} | ||
Line 1,613: | Line 1,613: | ||
{{hl2msg|float|ride_length|Duration of our ride}} | {{hl2msg|float|ride_length|Duration of our ride}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== jockey_punched == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|jockey_punched|string}} | {{begin-hl2msg|jockey_punched|string}} | ||
Line 1,620: | Line 1,620: | ||
{{hl2msg|bool|islunging| TRUE if Jockey was in the act of lunging}} | {{hl2msg|bool|islunging| TRUE if Jockey was in the act of lunging}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== jockey_headshot == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|jockey_headshot|string}} | {{begin-hl2msg|jockey_headshot|string}} | ||
Line 1,627: | Line 1,627: | ||
{{hl2msg|bool|islunging| TRUE if Jockey was in the act of lunging}} | {{hl2msg|bool|islunging| TRUE if Jockey was in the act of lunging}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== jockey_killed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|jockey_killed|string}} | {{begin-hl2msg|jockey_killed|string}} | ||
Line 1,634: | Line 1,634: | ||
{{hl2msg|string|weapon|weapon name}} | {{hl2msg|string|weapon|weapon name}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== non_melee_fired == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|non_melee_fired|string}} | {{begin-hl2msg|non_melee_fired|string}} | ||
{{hl2msg|short|userid|User that fired a non-melee weapon}} | {{hl2msg|short|userid|User that fired a non-melee weapon}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== infected_decapitated == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|infected_decapitated|string}} | {{begin-hl2msg|infected_decapitated|string}} | ||
Line 1,646: | Line 1,646: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== upgrade_pack_added == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|upgrade_pack_added|string}} | {{begin-hl2msg|upgrade_pack_added|string}} | ||
Line 1,652: | Line 1,652: | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== vomit_bomb_tank == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|vomit_bomb_tank|string}} | {{begin-hl2msg|vomit_bomb_tank|string}} | ||
{{hl2msg|short|userid|userid of the player who used the bomb}} | {{hl2msg|short|userid|userid of the player who used the bomb}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== triggered_car_alarm == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|triggered_car_alarm|string}} | {{begin-hl2msg|triggered_car_alarm|string}} | ||
{{hl2msg|short|userid|user ID of player who activated car alarm}} | {{hl2msg|short|userid|user ID of player who activated car alarm}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== panic_event_finished == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|panic_event_finished|string}} | {{begin-hl2msg|panic_event_finished|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_charge_start == | |||
{{ModernDescription|The moment when the charger starts charging}}<br> | {{ModernDescription|The moment when the charger starts charging}}<br> | ||
{{eventnote|Issues|Called more than once per ability use. For consistency, check ability_use}} | {{eventnote|Issues|Called more than once per ability use. For consistency, check ability_use}} | ||
Line 1,674: | Line 1,674: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_charge_end == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|charger_charge_end|string}} | {{begin-hl2msg|charger_charge_end|string}} | ||
{{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_carry_start == | |||
{{ModernDescription|The moment when the charger grabs a survivor}}<br> | {{ModernDescription|The moment when the charger grabs a survivor}}<br> | ||
{{begin-hl2msg|charger_carry_start|string}} | {{begin-hl2msg|charger_carry_start|string}} | ||
Line 1,685: | Line 1,685: | ||
{{hl2msg|short|victim|user ID of the player who was charged}} | {{hl2msg|short|victim|user ID of the player who was charged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_carry_end == | |||
{{ModernDescription|The moment when the charger stops charging a survivor (and will soon start pummeling)}}<br> | {{ModernDescription|The moment when the charger stops charging a survivor (and will soon start pummeling)}}<br> | ||
{{begin-hl2msg|charger_carry_end|string}} | {{begin-hl2msg|charger_carry_end|string}} | ||
Line 1,691: | Line 1,691: | ||
{{hl2msg|short|victim|user ID of the player who was charged}} | {{hl2msg|short|victim|user ID of the player who was charged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_carry_kill == | |||
{{ModernDescription|When a charger kills a survivor with a carry.}}<br> | {{ModernDescription|When a charger kills a survivor with a carry.}}<br> | ||
{{begin-hl2msg|charger_carry_kill |string}} | {{begin-hl2msg|charger_carry_kill |string}} | ||
Line 1,698: | Line 1,698: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_impact == | |||
{{ModernDescription|When a charger impacts a survivor they aren't carrying}}<br> | {{ModernDescription|When a charger impacts a survivor they aren't carrying}}<br> | ||
{{begin-hl2msg|charger_impact|string}} | {{begin-hl2msg|charger_impact|string}} | ||
Line 1,704: | Line 1,704: | ||
{{hl2msg|short|victim|user ID of the player who was impacted}} | {{hl2msg|short|victim|user ID of the player who was impacted}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_pummel_start == | |||
{{ModernDescription|The moment when the charger starts pummeling a survivor}}<br> | {{ModernDescription|The moment when the charger starts pummeling a survivor}}<br> | ||
{{begin-hl2msg|charger_pummel_start|string}} | {{begin-hl2msg|charger_pummel_start|string}} | ||
Line 1,710: | Line 1,710: | ||
{{hl2msg|short|victim|user ID of the player who was charged}} | {{hl2msg|short|victim|user ID of the player who was charged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== charger_pummel_end == | |||
{{ModernDescription|When the charger is cleared from the survivor or the survivor dies.}}<br> | {{ModernDescription|When the charger is cleared from the survivor or the survivor dies.}}<br> | ||
{{begin-hl2msg|charger_pummel_end|string}} | {{begin-hl2msg|charger_pummel_end|string}} | ||
Line 1,717: | Line 1,717: | ||
{{hl2msg|short|rescuer|user ID of the player who rescued them}} | {{hl2msg|short|rescuer|user ID of the player who rescued them}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== strongman_bell_knocked_off == | |||
{{ModernDescription|The arcade bell on c2m4_barns}}<br> | {{ModernDescription|The arcade bell on c2m4_barns}}<br> | ||
{{begin-hl2msg|strongman_bell_knocked_off|string}} | {{begin-hl2msg|strongman_bell_knocked_off|string}} | ||
Line 1,723: | Line 1,723: | ||
{{hl2msg|short|subject|}} | {{hl2msg|short|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== molotov_thrown == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|molotov_thrown|string}} | {{begin-hl2msg|molotov_thrown|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== gas_can_forced_drop == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|gas_can_forced_drop|string}} | {{begin-hl2msg|gas_can_forced_drop|string}} | ||
Line 1,734: | Line 1,734: | ||
{{hl2msg|short|victim|player that dropped it}} | {{hl2msg|short|victim|player that dropped it}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_need_gnome_to_continue == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_need_gnome_to_continue|string}} | {{begin-hl2msg|explain_need_gnome_to_continue|string}} | ||
{{hl2msg|none|none|}} | {{hl2msg|none|none|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_survivor_glows_disabled == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_survivor_glows_disabled|string}} | {{begin-hl2msg|explain_survivor_glows_disabled|string}} | ||
{{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_item_glows_disabled == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_item_glows_disabled|string}} | {{begin-hl2msg|explain_item_glows_disabled|string}} | ||
{{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_rescue_disabled == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_rescue_disabled|string}} | {{begin-hl2msg|explain_rescue_disabled|string}} | ||
{{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_bodyshots_reduced == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_bodyshots_reduced|string}} | {{begin-hl2msg|explain_bodyshots_reduced|string}} | ||
{{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_witch_instant_kill == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_witch_instant_kill|string}} | {{begin-hl2msg|explain_witch_instant_kill|string}} | ||
{{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== set_instructor_group_enabled == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|set_instructor_group_enabled|string}} | {{begin-hl2msg|set_instructor_group_enabled|string}} | ||
Line 1,770: | Line 1,770: | ||
{{hl2msg|short|enabled|}} | {{hl2msg|short|enabled|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== stashwhacker_game_won == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|stashwhacker_game_won|string}} | {{begin-hl2msg|stashwhacker_game_won|string}} | ||
Line 1,776: | Line 1,776: | ||
{{hl2msg|short|subject|}} | {{hl2msg|short|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== versus_marker_reached == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|versus_marker_reached|string}} | {{begin-hl2msg|versus_marker_reached|string}} | ||
Line 1,782: | Line 1,782: | ||
{{hl2msg|short|marker|}} | {{hl2msg|short|marker|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== start_score_animation == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|start_score_animation|string}} | {{begin-hl2msg|start_score_animation|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== survival_round_start == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|survival_round_start|string}} | {{begin-hl2msg|survival_round_start|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== scavenge_gas_can_destroyed == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|scavenge_gas_can_destroyed|string}} | {{begin-hl2msg|scavenge_gas_can_destroyed|string}} | ||
{{hl2msg|short|userid|The player that destroyed it}} | {{hl2msg|short|userid|The player that destroyed it}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_sewer_gate == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_sewer_gate|string}} | {{begin-hl2msg|explain_sewer_gate|string}} | ||
Line 1,801: | Line 1,801: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_sewer_run == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_sewer_run|string}} | {{begin-hl2msg|explain_sewer_run|string}} | ||
Line 1,807: | Line 1,807: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== explain_c6m3_finale == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|explain_c6m3_finale|string}} | {{begin-hl2msg|explain_c6m3_finale|string}} | ||
Line 1,813: | Line 1,813: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== finale_bridge_lowering == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|finale_bridge_lowering|string}} | {{begin-hl2msg|finale_bridge_lowering|string}} | ||
Line 1,819: | Line 1,819: | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== m60_streak_ended == | |||
{{ModernDescription|I was holding down the m60 trigger, and now I'm not}}<br> | {{ModernDescription|I was holding down the m60 trigger, and now I'm not}}<br> | ||
{{begin-hl2msg|m60_streak_ended|string}} | {{begin-hl2msg|m60_streak_ended|string}} | ||
{{hl2msg|none|none|}} | {{hl2msg|none|none|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== chair_charged == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|chair_charged|string}} | {{begin-hl2msg|chair_charged|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== song_played == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|song_played|string}} | {{begin-hl2msg|song_played|string}} | ||
{{hl2msg|none|none|}} | {{hl2msg|none|none|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
== foot_locker_opened == | |||
{{ModernDescription|}}<br> | {{ModernDescription|}}<br> | ||
{{begin-hl2msg|foot_locker_opened|string}} | {{begin-hl2msg|foot_locker_opened|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} |
Revision as of 07:52, 4 January 2024

This page was ported from a page from AlliedModders Wiki. It was originally at Left 4 Dead 2 Events. The original authors of this page are shown on the page's edit history page.


You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}}
| #default = English
| ja = 日本語
| zh-tw = 中文(台灣)
}}
player_death
Name: | player_death | |||||||||||||||||||||||||||||||||||||||||||||
Structure: |
|
player_hurt
Name: | player_hurt | |||||||||||||||||||||||||||||||||
Structure: |
|
player_team
Name: | player_team | ||||||||||||||||||
Structure: |
|
player_bot_replace
Name: | player_bot_replace | ||||||
Structure: |
|
bot_player_replace
Name: | bot_player_replace | ||||||
Structure: |
|
player_afk
Name: | player_afk | |||
Structure: |
|
weapon_fire
Name: | weapon_fire | |||||||||||||||
Structure: |
|
weapon_fire_on_empty
Name: | weapon_fire_on_empty | ||||||||||||
Structure: |
|
weapon_reload
Name: | weapon_reload | ||||||
Structure: |
|
weapon_zoom
Name: | weapon_zoom | |||
Structure: |
|
ability_use
Template:ModernDescription
Called: When an infected uses their ability
Issues: Doesn't fire for jockey
Name: | ability_use | |||||||||
Structure: |
|
ammo_pickup
Name: | ammo_pickup | |||
Structure: |
|
item_pickup
Name: | item_pickup | ||||||
Structure: |
|
golden_crowbar_pickup
Name: | golden_crowbar_pickup | |||
Structure: |
|
grenade_bounce
Name: | grenade_bounce | |||
Structure: |
|
hegrenade_detonate
Name: | hegrenade_detonate | ||||||||||||
Structure: |
|
bullet_impact
Name: | bullet_impact | ||||||||||||
Structure: |
|
player_footstep
Name: | player_footstep | |||
Structure: |
|
player_jump
Name: | player_jump | |||
Structure: |
|
player_blind
Name: | player_blind | |||
Structure: |
|
player_falldamage
Name: | player_falldamage | |||||||||
Structure: |
|
player_ledge_grab
Name: | player_ledge_grab | ||||||
Structure: |
|
player_ledge_release
Name: | player_ledge_release | |||
Structure: |
|
door_moving
Name: | door_moving | ||||||
Structure: |
|
door_open
Name: | door_open | |||||||||
Structure: |
|
door_close
Name: | door_close | ||||||
Structure: |
|
door_unlocked
Name: | door_unlocked | ||||||
Structure: |
|
rescue_door_open
Name: | rescue_door_open | ||||||
Structure: |
|
waiting_checkpoint_door_used
Name: | waiting_checkpoint_door_used | ||||||
Structure: |
|
waiting_door_used_versus
Name: | waiting_door_used_versus | ||||||
Structure: |
|
waiting_checkpoint_button_used
Name: | waiting_checkpoint_button_used | |||
Structure: |
|
success_checkpoint_button_used
Name: | success_checkpoint_button_used | |||
Structure: |
|
round_freeze_end
Name: | round_freeze_end | |||
Structure: |
|
round_start_pre_entity
Name: | round_start_pre_entity | |||
Structure: |
|
Name: | round_start_post_nav | |||
Structure: |
|
Name: | nav_blocked | ||||||
Structure: |
|
Name: | nav_generate | |||
Structure: |
|
round_end_message
Name: | round_end_message | |||||||||
Structure: |
|
round_end
Name: | round_end | ||||||||||||
Structure: |
|
vote_ended
Name: | vote_ended | |||
Structure: |
|
vote_started
Name: | vote_started | ||||||||||||||||||
Structure: |
|
vote_changed
Name: | vote_changed | |||||||||
Structure: |
|
vote_passed
Name: | vote_passed | ||||||||||||
Structure: |
|
vote_failed
Name: | vote_failed | ||||||
Structure: |
|
vote_cast_yes
Name: | vote_cast_yes | ||||||
Structure: |
|
vote_cast_no
Name: | vote_cast_no | ||||||
Structure: |
|
infected_hurt
Name: | infected_hurt | ||||||||||||||||||
Structure: |
|
infected_death
Name: | infected_death | ||||||||||||||||||||||||
Structure: |
|
hostname_changed
Name: | hostname_changed | |||
Structure: |
|
difficulty_changed
Name: | difficulty_changed | |||||||||
Structure: |
|
finale_start
Name: | finale_start | |||
Structure: |
|
finale_rush
Name: | finale_rush | |||
Structure: |
|
finale_escape_start
Name: | finale_escape_start | |||
Structure: |
|
finale_vehicle_incoming
Name: | finale_vehicle_incoming | |||
Structure: |
|
finale_vehicle_ready
Name: | finale_vehicle_ready | |||
Structure: |
|
finale_vehicle_leaving
Name: | finale_vehicle_leaving | |||
Structure: |
|
finale_win
Name: | finale_win | ||||||
Structure: |
|
mission_lost
Name: | mission_lost | |||
Structure: |
|
finale_radio_start
Name: | finale_radio_start | |||
Structure: |
|
finale_radio_damaged
Name: | finale_radio_damaged | |||
Structure: |
|
final_reportscreen
Name: | final_reportscreen | |||
Structure: |
|
map_transition
Name: | map_transition | |||
Structure: |
|
player_transitioned
Name: | player_transitioned | |||
Structure: |
|
heal_begin
Name: | heal_begin | ||||||
Structure: |
|
heal_success
Name: | heal_success | |||||||||
Structure: |
|
heal_end
Template:ModernDescription
Issues: subject is broken for this event, it always appears to be the player doing the healing
Name: | heal_end | ||||||
Structure: |
|
heal_interrupted
Name: | heal_interrupted | ||||||
Structure: |
|
ammo_pack_used
Name: | ammo_pack_used | ||||||
Structure: |
|
give_weapon
Name: | give_weapon | |||||||||
Structure: |
|
pills_used
Name: | pills_used | ||||||
Structure: |
|
pills_used_fail
Name: | pills_used_fail | |||
Structure: |
|
ammo_pack_used_fail_no_weapon
Name: | ammo_pack_used_fail_no_weapon | ||||||
Structure: |
|
ammo_pack_used_fail_full
Name: | ammo_pack_used_fail_full | ||||||
Structure: |
|
ammo_pack_used_fail_doesnt_use_ammo
Name: | ammo_pack_used_fail_doesnt_use_ammo | ||||||
Structure: |
|
ammo_pile_weapon_cant_use_ammo
Name: | ammo_pile_weapon_cant_use_ammo | |||
Structure: |
|
defibrillator_begin
Name: | defibrillator_begin | ||||||
Structure: |
|
defibrillator_used
Name: | defibrillator_used | ||||||
Structure: |
|
defibrillator_used_fail
Name: | defibrillator_used_fail | ||||||
Structure: |
|
defibrillator_interrupted
Name: | defibrillator_interrupted | ||||||
Structure: |
|
upgrade_pack_begin
Name: | upgrade_pack_begin | |||
Structure: |
|
upgrade_pack_used
Name: | upgrade_pack_used | ||||||
Structure: |
|
upgrade_item_already_used
Name: | upgrade_item_already_used | ||||||
Structure: |
|
upgrade_failed_no_primary
Name: | upgrade_failed_no_primary | ||||||
Structure: |
|
dead_survivor_visible
Name: | dead_survivor_visible | |||||||||
Structure: |
|
adrenaline_used
Name: | adrenaline_used | |||
Structure: |
|
revive_begin
Name: | revive_begin | ||||||
Structure: |
|
revive_success
Name: | revive_success | ||||||||||||
Structure: |
|
revive_end
Name: | revive_end | |||||||||
Structure: |
|
drag_begin
Name: | drag_begin | ||||||
Structure: |
|
drag_end
Name: | drag_end | ||||||
Structure: |
|
player_incapacitated
Name: | player_incapacitated | |||||||||||||||
Structure: |
|
player_incapacitated_start
Name: | player_incapacitated_start | |||||||||||||||
Structure: |
|
player_entered_start_area
Name: | player_entered_start_area | |||
Structure: |
|
player_first_spawn
Name: | player_first_spawn | |||||||||
Structure: |
|
player_left_start_area
Name: | player_left_start_area | |||
Structure: |
|
player_left_safe_area
Name: | player_left_safe_area | ||||||
Structure: |
|
player_entered_checkpoint
Name: | player_entered_checkpoint | |||||||||||||||
Structure: |
|
player_left_checkpoint
Name: | player_left_checkpoint | |||||||||
Structure: |
|
player_shoved
Name: | player_shoved | ||||||
Structure: |
|
entity_shoved
Name: | entity_shoved | ||||||
Structure: |
|
player_jump_apex
Name: | player_jump_apex | |||
Structure: |
|
player_blocked
Name: | player_blocked | ||||||
Structure: |
|
player_now_it
Name: | player_now_it | |||||||||||||||
Structure: |
|
player_no_longer_it
Name: | player_no_longer_it | |||
Structure: |
|
witch_harasser_set
Name: | witch_harasser_set | |||||||||
Structure: |
|
witch_spawn
Name: | witch_spawn | |||
Structure: |
|
witch_killed
Name: | witch_killed | |||||||||||||||
Structure: |
|
tank_spawn
Name: | tank_spawn | ||||||
Structure: |
|
melee_kill
Name: | melee_kill | |||||||||
Structure: |
|
area_cleared
Name: | area_cleared | ||||||
Structure: |
|
award_earned
Name: | award_earned | ||||||||||||
Structure: |
|
tongue_grab
Name: | tongue_grab | ||||||
Structure: |
|
tongue_broke_bent
Name: | tongue_broke_bent | |||
Structure: |
|
tongue_broke_victim_died
Name: | tongue_broke_victim_died | |||
Structure: |
|
tongue_release
Name: | tongue_release | |||||||||
Structure: |
|
choke_start
Name: | choke_start | ||||||
Structure: |
|
choke_end
Name: | choke_end | ||||||
Structure: |
|
choke_stopped
Name: | choke_stopped | ||||||||||||
Structure: |
|
tongue_pull_stopped
Name: | tongue_pull_stopped | |||||||||||||||
Structure: |
|
lunge_shove
Name: | lunge_shove | ||||||
Structure: |
|
lunge_pounce
Name: | lunge_pounce | ||||||||||||
Structure: |
|
pounce_end
Name: | pounce_end | ||||||
Structure: |
|
pounce_stopped
Name: | pounce_stopped | ||||||
Structure: |
|
pounce_attempt_stopped
Name: | pounce_attempt_stopped | ||||||
Structure: |
|
fatal_vomit
Name: | fatal_vomit | ||||||
Structure: |
|
survivor_call_for_help
Name: | survivor_call_for_help | ||||||
Structure: |
|
survivor_rescued
Name: | survivor_rescued | |||||||||
Structure: |
|
survivor_rescue_abandoned
Name: | survivor_rescue_abandoned | |||
Structure: |
|
relocated
Name: | relocated | |||
Structure: |
|
respawning
Name: | respawning | |||
Structure: |
|
tank_frustrated
Name: | tank_frustrated | |||
Structure: |
|
weapon_given
Name: | weapon_given | ||||||||||||
Structure: |
|
weapon_drop
Template:ModernDescription
Called: When an item is removed from a survivor's inventory
Related Events: Called before heal_success, defibrillator_used, upgrade_pack_used, but called after pills_used and adrenaline_used
Name: | weapon_drop | |||||||||
Structure: |
|
weapon_drop_to_prop
Name: | weapon_drop_to_prop | |||||||||
Structure: |
|
break_breakable
Name: | break_breakable | |||||||||||||||
Structure: |
|
achievement_earned
Name: | achievement_earned | ||||||
Structure: |
|
spec_target_updated
Name: | spec_target_updated | |||
Structure: |
|
spawner_give_item
Name: | spawner_give_item | |||||||||
Structure: |
|
create_panic_event
Name: | create_panic_event | |||
Structure: |
|
explain_pills
Name: | explain_pills | |||
Structure: |
|
explain_weapons
Name: | explain_weapons | |||
Structure: |
|
entity_visible
Name: | entity_visible | ||||||||||||
Structure: |
|
weapon_spawn_visible
Name: | weapon_spawn_visible | ||||||||||||
Structure: |
|
boomer_near
Name: | boomer_near | ||||||
Structure: |
|
explain_pre_radio
Name: | explain_pre_radio | ||||||
Structure: |
|
started_pre_radio
Name: | started_pre_radio | ||||||
Structure: |
|
explain_radio
Name: | explain_radio | ||||||
Structure: |
|
explain_gas_truck
Name: | explain_gas_truck | ||||||
Structure: |
|
explain_panic_button
Name: | explain_panic_button | ||||||
Structure: |
|
explain_elevator_button
Name: | explain_elevator_button | ||||||
Structure: |
|
explain_lift_button
Name: | explain_lift_button | ||||||
Structure: |
|
explain_church_door
Name: | explain_church_door | ||||||
Structure: |
|
explain_emergency_door
Name: | explain_emergency_door | ||||||
Structure: |
|
explain_crane
Name: | explain_crane | ||||||
Structure: |
|
explain_bridge
Name: | explain_bridge | ||||||
Structure: |
|
explain_gas_can_panic
Name: | explain_gas_can_panic | ||||||
Structure: |
|
explain_van_panic
Name: | explain_van_panic | ||||||
Structure: |
|
explain_mainstreet
Name: | explain_mainstreet | ||||||
Structure: |
|
explain_train_lever
Name: | explain_train_lever | ||||||
Structure: |
|
explain_disturbance
Name: | explain_disturbance | ||||||
Structure: |
|
explain_scavenge_goal
Name: | explain_scavenge_goal | ||||||
Structure: |
|
explain_scavenge_leave_area
Name: | explain_scavenge_leave_area | ||||||
Structure: |
|
begin_scavenge_overtime
Name: | begin_scavenge_overtime | |
Structure: |
|
scavenge_round_start
Name: | scavenge_round_start | ||||||
Structure: |
|
scavenge_round_halftime
Name: | scavenge_round_halftime | |
Structure: |
|
scavenge_round_finished
Name: | scavenge_round_finished | |
Structure: |
|
scavenge_score_tied
Name: | scavenge_score_tied | |
Structure: |
|
versus_round_start
Name: | versus_round_start | |
Structure: |
|
gascan_pour_blocked
Name: | gascan_pour_blocked | |||
Structure: |
|
gascan_pour_completed
Name: | gascan_pour_completed | |||
Structure: |
|
gascan_dropped
Name: | gascan_dropped | |||
Structure: |
|
gascan_pour_interrupted
Name: | gascan_pour_interrupted | |||
Structure: |
|
scavenge_match_finished
Name: | scavenge_match_finished | |||
Structure: |
|
versus_match_finished
Name: | versus_match_finished | |||
Structure: |
|
use_target
Name: | use_target | |||||||||
Structure: |
|
player_use
Template:ModernDescription
Called: When a Survivor presses +USE on a useable entity. i.e. Weapons, items, doors
Related Events: If targetid is an item, item_pickup will be called prior to player_use
Name: | player_use | ||||||
Structure: |
|
friendly_fire
Name: | friendly_fire | ||||||||||||
Structure: |
|
gameinstructor_draw
Name: | gameinstructor_draw | |||
Structure: |
|
gameinstructor_nodraw
Name: | gameinstructor_nodraw | |||
Structure: |
|
request_weapon_stats
Name: | request_weapon_stats | |||
Structure: |
|
player_talking_state
Name: | player_talking_state | ||||||
Structure: |
|
weapon_pickup
Name: | weapon_pickup | ||||||||||||
Structure: |
|
hunter_punched
Name: | hunter_punched | |||||||||
Structure: |
|
hunter_headshot
Name: | hunter_headshot | |||||||||
Structure: |
|
zombie_ignited
Name: | zombie_ignited | |||||||||||||||
Structure: |
|
boomer_exploded
Name: | boomer_exploded | |||||||||
Structure: |
|
non_pistol_fired
Name: | non_pistol_fired | |||
Structure: |
|
weapon_fire_at_40
Name: | weapon_fire_at_40 | ||||||||||||
Structure: |
|
total_ammo_below_40
Name: | total_ammo_below_40 | |||
Structure: |
|
player_hurt_concise
Name: | player_hurt_concise | ||||||||||||
Structure: |
|
tank_killed
Name: | tank_killed | |||||||||||||||
Structure: |
|
tank_rock_killed
Name: | tank_rock_killed | |||
Structure: |
|
achievement_write_failed
Name: | achievement_write_failed | |||
Structure: |
|
ghost_spawn_time
Name: | ghost_spawn_time | ||||||
Structure: |
|
survival_at_30min
Name: | survival_at_30min | |
Structure: |
|
survival_at_10min
Name: | survival_at_10min | |
Structure: |
|
explain_pre_drawbridge
Name: | explain_pre_drawbridge | ||||||
Structure: |
|
explain_drawbridge
Name: | explain_drawbridge | ||||||
Structure: |
|
explain_perimeter
Name: | explain_perimeter | ||||||
Structure: |
|
explain_deactivate_alarm
Name: | explain_deactivate_alarm | ||||||
Structure: |
|
explain_impound_lot
Name: | explain_impound_lot | ||||||
Structure: |
|
explain_decon
Name: | explain_decon | ||||||
Structure: |
|
explain_mall_window
Name: | explain_mall_window | ||||||
Structure: |
|
explain_mall_alarm
Name: | explain_mall_alarm | ||||||
Structure: |
|
explain_coaster
Name: | explain_coaster | ||||||
Structure: |
|
explain_coaster_stop
Name: | explain_coaster_stop | ||||||
Structure: |
|
explain_decon_wait
Name: | explain_decon_wait | ||||||
Structure: |
|
gauntlet_finale_start
Name: | gauntlet_finale_start | |
Structure: |
|
explain_float
Name: | explain_float | ||||||
Structure: |
|
explain_ferry_button
Name: | explain_ferry_button | ||||||
Structure: |
|
explain_hatch_button
Name: | explain_hatch_button | ||||||
Structure: |
|
explain_shack_button
Name: | explain_shack_button | ||||||
Structure: |
|
upgrade_incendiary_ammo
Name: | upgrade_incendiary_ammo | |||
Structure: |
|
upgrade_explosive_ammo
Name: | upgrade_explosive_ammo | |||
Structure: |
|
receive_upgrade
Name: | receive_upgrade | ||||||
Structure: |
|
explain_vehicle_arrival
Name: | explain_vehicle_arrival | |||
Structure: |
|
mounted_gun_start
Name: | mounted_gun_start | ||||||
Structure: |
|
mounted_gun_overheated
Name: | mounted_gun_overheated | |||
Structure: |
|
explain_burger_sign
Name: | explain_burger_sign | ||||||
Structure: |
|
explain_carousel_button
Name: | explain_carousel_button | ||||||
Structure: |
|
explain_carousel_destination
Name: | explain_carousel_destination | ||||||
Structure: |
|
explain_stage_lighting
Name: | explain_stage_lighting | ||||||
Structure: |
|
explain_stage_finale_start
Name: | explain_stage_finale_start | ||||||
Structure: |
|
explain_stage_survival_start
Name: | explain_stage_survival_start | ||||||
Structure: |
|
ability_out_of_range
Name: | ability_out_of_range | ||||||
Structure: |
|
explain_stage_pyrotechnics
Name: | explain_stage_pyrotechnics | ||||||
Structure: |
|
explain_c3m4_radio1
Name: | explain_c3m4_radio1 | ||||||
Structure: |
|
explain_c3m4_radio2
Name: | explain_c3m4_radio2 | ||||||
Structure: |
|
explain_gates_are_open
Name: | explain_gates_are_open | ||||||
Structure: |
|
explain_c2m4_ticketbooth
Name: | explain_c2m4_ticketbooth | ||||||
Structure: |
|
explain_c3m4_rescue
Name: | explain_c3m4_rescue | ||||||
Structure: |
|
explain_hotel_elevator_doors
Name: | explain_hotel_elevator_doors | ||||||
Structure: |
|
explain_gun_shop_tanker
Name: | explain_gun_shop_tanker | ||||||
Structure: |
|
explain_gun_shop
Name: | explain_gun_shop | ||||||
Structure: |
|
explain_store_alarm
Name: | explain_store_alarm | ||||||
Structure: |
|
explain_store_item
Name: | explain_store_item | ||||||
Structure: |
|
explain_store_item_stop
Name: | explain_store_item_stop | ||||||
Structure: |
|
explain_survival_generic
Name: | explain_survival_generic | ||||||
Structure: |
|
explain_survival_alarm
Name: | explain_survival_alarm | ||||||
Structure: |
|
explain_survival_radio
Name: | explain_survival_radio | ||||||
Structure: |
|
explain_survival_carousel
Name: | explain_survival_carousel | ||||||
Structure: |
|
explain_return_item
Name: | explain_return_item | ||||||
Structure: |
|
explain_save_items
Name: | explain_save_items | ||||||
Structure: |
|
spit_burst
Template:ModernDescription
Called: Triggers when Spitter's spit hits the ground.
Name: | spit_burst | ||||||
Structure: |
|
entered_spit
Name: | entered_spit | ||||||
Structure: |
|
temp_c4m1_getgas
Name: | temp_c4m1_getgas | ||||||
Structure: |
|
temp_c4m3_return_to_boat
Name: | temp_c4m3_return_to_boat | ||||||
Structure: |
|
explain_c1m4_finale
Name: | explain_c1m4_finale | ||||||
Structure: |
|
c1m4_scavenge_instructions
Name: | c1m4_scavenge_instructions | ||||||
Structure: |
|
punched_clown
Name: | punched_clown | |||
Structure: |
|
charger_killed
Name: | charger_killed | ||||||||||||
Structure: |
|
spitter_killed
Template:ModernDescription
Called: Triggers in Spitter's death.
Name: | spitter_killed | |||||||||
Structure: |
|
jockey_ride
Name: | jockey_ride | ||||||
Structure: |
|
jockey_ride_end
Name: | jockey_ride_end | ||||||||||||
Structure: |
|
jockey_punched
Name: | jockey_punched | |||||||||
Structure: |
|
jockey_headshot
Name: | jockey_headshot | |||||||||
Structure: |
|
jockey_killed
Name: | jockey_killed | |||||||||
Structure: |
|
non_melee_fired
Name: | non_melee_fired | |||
Structure: |
|
infected_decapitated
Name: | infected_decapitated | ||||||
Structure: |
|
upgrade_pack_added
Name: | upgrade_pack_added | ||||||
Structure: |
|
vomit_bomb_tank
Name: | vomit_bomb_tank | |||
Structure: |
|
triggered_car_alarm
Name: | triggered_car_alarm | |||
Structure: |
|
panic_event_finished
Name: | panic_event_finished | |
Structure: |
|
charger_charge_start
Template:ModernDescription
Issues: Called more than once per ability use. For consistency, check ability_use
Issues: Can be called after charger_charge_end. Use ability_use for an alternative start to end relationship.
Name: | charger_charge_start | |||
Structure: |
|
charger_charge_end
Name: | charger_charge_end | |||
Structure: |
|
charger_carry_start
Name: | charger_carry_start | ||||||
Structure: |
|
charger_carry_end
Name: | charger_carry_end | ||||||
Structure: |
|
charger_carry_kill
Name: | charger_carry_kill | ||||||
Structure: |
|
charger_impact
Name: | charger_impact | ||||||
Structure: |
|
charger_pummel_start
Name: | charger_pummel_start | ||||||
Structure: |
|
charger_pummel_end
Name: | charger_pummel_end | |||||||||
Structure: |
|
strongman_bell_knocked_off
Name: | strongman_bell_knocked_off | ||||||
Structure: |
|
molotov_thrown
Name: | molotov_thrown | |||
Structure: |
|
gas_can_forced_drop
Name: | gas_can_forced_drop | ||||||
Structure: |
|
explain_need_gnome_to_continue
Name: | explain_need_gnome_to_continue | |||
Structure: |
|
explain_survivor_glows_disabled
Name: | explain_survivor_glows_disabled | |||
Structure: |
|
explain_item_glows_disabled
Name: | explain_item_glows_disabled | |||
Structure: |
|
explain_rescue_disabled
Name: | explain_rescue_disabled | |||
Structure: |
|
explain_bodyshots_reduced
Name: | explain_bodyshots_reduced | |||
Structure: |
|
explain_witch_instant_kill
Name: | explain_witch_instant_kill | |||
Structure: |
|
set_instructor_group_enabled
Name: | set_instructor_group_enabled | ||||||
Structure: |
|
stashwhacker_game_won
Name: | stashwhacker_game_won | ||||||
Structure: |
|
versus_marker_reached
Name: | versus_marker_reached | ||||||
Structure: |
|
start_score_animation
Name: | start_score_animation | |
Structure: |
|
survival_round_start
Name: | survival_round_start | |
Structure: |
|
scavenge_gas_can_destroyed
Name: | scavenge_gas_can_destroyed | |||
Structure: |
|
explain_sewer_gate
Name: | explain_sewer_gate | ||||||
Structure: |
|
explain_sewer_run
Name: | explain_sewer_run | ||||||
Structure: |
|
explain_c6m3_finale
Name: | explain_c6m3_finale | ||||||
Structure: |
|
finale_bridge_lowering
Name: | finale_bridge_lowering | ||||||
Structure: |
|
m60_streak_ended
Name: | m60_streak_ended | |||
Structure: |
|
chair_charged
Name: | chair_charged | |||
Structure: |
|
song_played
Name: | song_played | |||
Structure: |
|
foot_locker_opened
Name: | foot_locker_opened | |||
Structure: |
|