Difference between revisions of "Left 4 Dead 2 Events"
(→vote_started) |
(removed message of it no longer existing, it exists) |
||
(52 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
:''Refer back to [[Game Events (Source)]] for more events.'' | :''Refer back to [[Game Events (Source)]] for more events.'' | ||
=== player_death === | === player_death === | ||
− | {{qnotice|}}<br> | + | {{qnotice|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}} | ||
{{hl2msg|short|userid|user ID who died}} | {{hl2msg|short|userid|user ID who died}} | ||
Line 9: | Line 9: | ||
{{hl2msg|long|attackerentid|if killer not a player, the entindex of who killed. Again, use attacker first}} | {{hl2msg|long|attackerentid|if killer not a player, the entindex of who killed. Again, use attacker first}} | ||
{{hl2msg|string|weapon|weapon name killer used}} | {{hl2msg|string|weapon|weapon name killer used}} | ||
− | {{hl2msg|bool|headshot| | + | {{hl2msg|bool|headshot|signals a headshot}} |
{{hl2msg|bool|attackerisbot|is the attacker a bot}} | {{hl2msg|bool|attackerisbot|is the attacker a bot}} | ||
{{hl2msg|string|victimname|What type of zombie, so we don't have zombie names}} | {{hl2msg|string|victimname|What type of zombie, so we don't have zombie names}} | ||
Line 92: | Line 92: | ||
=== ability_use === | === ability_use === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
+ | {{eventnote|Called|When an infected uses their ability}} | ||
+ | {{eventnote|Issues|Doesn't fire for jockey}} | ||
{{begin-hl2msg|ability_use|string}} | {{begin-hl2msg|ability_use|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
− | {{hl2msg|string|ability|ability | + | {{hl2msg|string|ability|Classname of ability. Possible values: |
+ | *ability_tongue | ||
+ | *ability_vomit | ||
+ | *ability_lunge | ||
+ | *ability_spit | ||
+ | *ability_charge | ||
+ | *ability_throw | ||
+ | for the Smoker, Boomer, Hunter, Spitter, Charger and Tank respectively.}} | ||
{{hl2msg|short|context|enum of the way it was used (different for each ability)}} | {{hl2msg|short|context|enum of the way it was used (different for each ability)}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== ammo_pickup === | === ammo_pickup === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 107: | Line 117: | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{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}} | ||
+ | === golden_crowbar_pickup === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|golden_crowbar_pickup|string}} | ||
+ | {{hl2msg|short|userid| The player who picked up the crowbar}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== grenade_bounce === | === grenade_bounce === | ||
Line 117: | Line 132: | ||
{{begin-hl2msg|hegrenade_detonate|string}} | {{begin-hl2msg|hegrenade_detonate|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
+ | {{hl2msg|float|x|}} | ||
+ | {{hl2msg|float|y|}} | ||
+ | {{hl2msg|float|z|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== bullet_impact === | === bullet_impact === | ||
Line 282: | Line 300: | ||
{{hl2msg|string|param1|}} | {{hl2msg|string|param1|}} | ||
{{hl2msg|byte|team|}} | {{hl2msg|byte|team|}} | ||
+ | {{hl2msg|1|reliable|this event is reliable}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== vote_failed === | === vote_failed === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
{{begin-hl2msg|vote_failed|string}} | {{begin-hl2msg|vote_failed|string}} | ||
{{hl2msg|byte|team|}} | {{hl2msg|byte|team|}} | ||
+ | {{hl2msg|1|reliable|this event is reliable}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== vote_cast_yes === | === vote_cast_yes === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 317: | Line 339: | ||
{{hl2msg|short|gender|gender (type) of the infected}} | {{hl2msg|short|gender|gender (type) of the infected}} | ||
{{hl2msg|short|weapon_id|ID of the weapon used}} | {{hl2msg|short|weapon_id|ID of the weapon used}} | ||
− | {{hl2msg|bool|headshot| | + | {{hl2msg|bool|headshot|signals a headshot}} |
− | {{hl2msg|bool|minigun| | + | {{hl2msg|bool|minigun|signals a minigun kill}} |
− | {{hl2msg|bool|blast| | + | {{hl2msg|bool|blast|signals a death from blast damage}} |
{{hl2msg|bool|submerged|indicates the infected was submerged}} | {{hl2msg|bool|submerged|indicates the infected was submerged}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
Line 328: | Line 350: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== difficulty_changed === | === difficulty_changed === | ||
− | {{qnotice|}}<br> | + | {{qnotice|It appears that strDifficulty is z_difficulty value}}<br> |
{{begin-hl2msg|difficulty_changed|string}} | {{begin-hl2msg|difficulty_changed|string}} | ||
{{hl2msg|short|newDifficulty|}} | {{hl2msg|short|newDifficulty|}} | ||
{{hl2msg|short|oldDifficulty|}} | {{hl2msg|short|oldDifficulty|}} | ||
+ | {{hl2msg|string|strDifficulty|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== finale_start === | === finale_start === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 347: | Line 371: | ||
{{begin-hl2msg|finale_escape_start|string}} | {{begin-hl2msg|finale_escape_start|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
+ | {{end-hl2msg}} | ||
+ | === finale_vehicle_incoming === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|finale_vehicle_incoming|string}} | ||
+ | {{hl2msg|string|campaign|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== finale_vehicle_ready === | === finale_vehicle_ready === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
{{begin-hl2msg|finale_vehicle_ready|string}} | {{begin-hl2msg|finale_vehicle_ready|string}} | ||
− | {{hl2msg| | + | {{hl2msg|string|campaign|}} |
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== finale_vehicle_leaving === | === finale_vehicle_leaving === | ||
Line 411: | Line 440: | ||
=== heal_end === | === heal_end === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
+ | {{eventnote|Issues|subject is broken for this event, it always appears to be the player doing the healing}} | ||
{{begin-hl2msg|heal_end|string}} | {{begin-hl2msg|heal_end|string}} | ||
{{hl2msg|short|userid|person doing the healing}} | {{hl2msg|short|userid|person doing the healing}} | ||
{{hl2msg|short|subject|person being healed}} | {{hl2msg|short|subject|person being healed}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== heal_interrupted === | === heal_interrupted === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 471: | Line 502: | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
{{begin-hl2msg|defibrillator_begin|string}} | {{begin-hl2msg|defibrillator_begin|string}} | ||
− | {{hl2msg|short|userid|person who | + | {{hl2msg|short|userid|person who is defibrillating.}} |
{{hl2msg|short|subject|person being revived}} | {{hl2msg|short|subject|person being revived}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
Line 477: | Line 508: | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
{{begin-hl2msg|defibrillator_used|string}} | {{begin-hl2msg|defibrillator_used|string}} | ||
− | {{hl2msg|short|userid|person who | + | {{hl2msg|short|userid|person who used the defibrillator}} |
{{hl2msg|short|subject|person it helped}} | {{hl2msg|short|subject|person it helped}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
Line 489: | Line 520: | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
{{begin-hl2msg|defibrillator_interrupted|string}} | {{begin-hl2msg|defibrillator_interrupted|string}} | ||
− | {{hl2msg|short|userid|person who was | + | {{hl2msg|short|userid|person who was defibrillating, but moved.}} |
{{hl2msg|short|subject|person being revived}} | {{hl2msg|short|subject|person being revived}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
Line 561: | Line 592: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== player_incapacitated === | === player_incapacitated === | ||
− | {{qnotice|when a player becomes incapacitated}}<br> | + | {{qnotice|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}} | ||
{{hl2msg|short|userid|person who became incapacitated}} | {{hl2msg|short|userid|person who became incapacitated}} | ||
Line 590: | Line 621: | ||
{{hl2msg|bool|isbot|}} | {{hl2msg|bool|isbot|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== player_left_start_area === | === player_left_start_area === | ||
{{qnotice|when a player leaves the player start area}}<br> | {{qnotice|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}} | ||
+ | === player_left_safe_area === | ||
+ | {{qnotice|when a player leaves the safe area}}<br> | ||
+ | {{begin-hl2msg|player_left_safe_area|string}} | ||
+ | {{hl2msg|short|userid|person who left}} | ||
+ | {{hl2msg|byte|playercount|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== player_entered_checkpoint === | === player_entered_checkpoint === | ||
Line 666: | Line 704: | ||
{{hl2msg|long|witchid|Entindex of witch that was killed.}} | {{hl2msg|long|witchid|Entindex of witch that was killed.}} | ||
{{hl2msg|bool|oneshot|TRUE if the Witch was killed with one shot}} | {{hl2msg|bool|oneshot|TRUE if the Witch was killed with one shot}} | ||
+ | {{hl2msg|bool|melee_only|TRUE if the witch was only killed by melee attacks (no blast, burn, or bullet damage)}} | ||
+ | {{hl2msg|bool|bride|bride variant?}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== tank_spawn === | === tank_spawn === | ||
Line 711: | Line 751: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== tongue_release === | === tongue_release === | ||
− | {{qnotice|}}<br> | + | {{qnotice|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}} | ||
{{hl2msg|short|userid|The tongue owner}} | {{hl2msg|short|userid|The tongue owner}} | ||
Line 717: | Line 757: | ||
{{hl2msg|long|distance|Distance the victim was dragged.}} | {{hl2msg|long|distance|Distance the victim was dragged.}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== choke_start === | === choke_start === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 738: | Line 779: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== tongue_pull_stopped === | === tongue_pull_stopped === | ||
− | {{qnotice|}}<br> | + | {{qnotice|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}} | ||
{{hl2msg|short|userid|Who stopped it}} | {{hl2msg|short|userid|Who stopped it}} | ||
Line 744: | Line 785: | ||
{{hl2msg|short|smoker|The tongue owner}} | {{hl2msg|short|smoker|The tongue owner}} | ||
{{hl2msg|short|release_type|How did it break?}} | {{hl2msg|short|release_type|How did it break?}} | ||
+ | {{hl2msg|long|damage_type|bullet, slash, chainsaw}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== lunge_shove === | === lunge_shove === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 757: | Line 800: | ||
{{hl2msg|short|victim|player that got lunged}} | {{hl2msg|short|victim|player that got lunged}} | ||
{{hl2msg|long|distance|Distance from pounce start to contact}} | {{hl2msg|long|distance|Distance from pounce start to contact}} | ||
+ | {{hl2msg|short|damage|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== pounce_end === | === pounce_end === | ||
Line 769: | Line 813: | ||
{{hl2msg|short|userid|Who stopped it}} | {{hl2msg|short|userid|Who stopped it}} | ||
{{hl2msg|short|victim|And who was being pounced}} | {{hl2msg|short|victim|And who was being pounced}} | ||
+ | {{end-hl2msg}} | ||
+ | === pounce_attempt_stopped === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|pounce_attempt_stopped|string}} | ||
+ | {{hl2msg|short|userid|Who stopped it}} | ||
+ | {{hl2msg|short|weaponid|used weapon ID}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== fatal_vomit === | === fatal_vomit === | ||
Line 787: | Line 837: | ||
{{hl2msg|short|rescuer|player that did the rescuing}} | {{hl2msg|short|rescuer|player that did the rescuing}} | ||
{{hl2msg|short|victim|the survivor being rescued}} | {{hl2msg|short|victim|the survivor being rescued}} | ||
+ | {{hl2msg|long|dooridx|ent index of the rescue door}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== survivor_rescue_abandoned === | === survivor_rescue_abandoned === | ||
Line 818: | Line 869: | ||
=== weapon_drop === | === weapon_drop === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
+ | {{eventnote|Called|When an item is removed from a survivor's inventory}} | ||
+ | {{eventnote|Related Events|Called before heal_success, defibrillator_used, upgrade_pack_used, but called after pills_used and adrenaline_used}} | ||
{{begin-hl2msg|weapon_drop|string}} | {{begin-hl2msg|weapon_drop|string}} | ||
{{hl2msg|short|userid|player who dropped the weapon}} | {{hl2msg|short|userid|player who dropped the weapon}} | ||
{{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'}} | ||
+ | {{hl2msg|short|propid|entindex of the dropped weapon}} | ||
+ | {{end-hl2msg}} | ||
+ | === weapon_drop_to_prop === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|weapon_drop_to_prop|string}} | ||
+ | {{hl2msg|short|userid|player who dropped the weapon}} | ||
+ | {{hl2msg|string|item|weapon string "weapon_*"}} | ||
{{hl2msg|short|propid|entindex of the dropped weapon}} | {{hl2msg|short|propid|entindex of the dropped weapon}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
Line 830: | Line 890: | ||
{{hl2msg|byte|material|BREAK_GLASS, BREAK_WOOD, etc}} | {{hl2msg|byte|material|BREAK_GLASS, BREAK_WOOD, etc}} | ||
{{hl2msg|bool|hulkonly|SF_BREAK_HULK_ONLY}} | {{hl2msg|bool|hulkonly|SF_BREAK_HULK_ONLY}} | ||
+ | {{hl2msg|short|achievement|tag to identify achievement on the client }} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== achievement_earned === | === achievement_earned === | ||
Line 1,001: | Line 1,062: | ||
{{qnotice|a scavenge round has begun}}<br> | {{qnotice|a scavenge round has begun}}<br> | ||
{{begin-hl2msg|scavenge_round_start|string}} | {{begin-hl2msg|scavenge_round_start|string}} | ||
+ | {{hl2msg|byte|round|round number, 1 based}} | ||
+ | {{hl2msg|bool|firsthalf|start of the first half of the round}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== scavenge_round_halftime === | === scavenge_round_halftime === | ||
{{qnotice|a scavenge round is in halftime}}<br> | {{qnotice|a scavenge round is in halftime}}<br> | ||
Line 1,057: | Line 1,121: | ||
=== player_use === | === player_use === | ||
{{qnotice|a new use target has been found}}<br> | {{qnotice|a new use target has been found}}<br> | ||
− | + | {{eventnote|Called|When a Survivor presses +USE on a useable entity. i.e. Weapons, items, doors}} | |
− | If | + | {{eventnote|Related Events|If targetid is an item, item_pickup will be called prior to player_use}} |
{{begin-hl2msg|player_use|string}} | {{begin-hl2msg|player_use|string}} | ||
{{hl2msg|short|userid|userid of user}} | {{hl2msg|short|userid|userid of user}} | ||
Line 1,093: | Line 1,157: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== weapon_pickup === | === weapon_pickup === | ||
− | {{qnotice|}}<br> | + | {{qnotice|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}} | ||
{{hl2msg|byte|context|split screen message context}} | {{hl2msg|byte|context|split screen message context}} | ||
{{hl2msg|byte|weaponid|}} | {{hl2msg|byte|weaponid|}} | ||
{{hl2msg|byte|weaponslot|}} | {{hl2msg|byte|weaponslot|}} | ||
− | {{hl2msg| | + | {{hl2msg|byte|dropped_by_infected|gender of the Infected that dropped the weapon}} |
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== hunter_punched === | === hunter_punched === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 1,136: | Line 1,201: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== weapon_fire_at_40 === | === weapon_fire_at_40 === | ||
− | {{qnotice|}}<br> | + | {{qnotice|This is networked, special event for game instructor}}<br> |
{{begin-hl2msg|weapon_fire_at_40|string}} | {{begin-hl2msg|weapon_fire_at_40|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
Line 1,143: | Line 1,208: | ||
{{hl2msg|short|count|number of bullets}} | {{hl2msg|short|count|number of bullets}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== total_ammo_below_40 === | === total_ammo_below_40 === | ||
{{qnotice|sent for any ammo type, except those with max ammo 1, or infinite ammo, like pistols}}<br> | {{qnotice|sent for any ammo type, except those with max ammo 1, or infinite ammo, like pistols}}<br> | ||
Line 1,149: | Line 1,215: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== player_hurt_concise === | === player_hurt_concise === | ||
− | {{qnotice|}}<br> | + | {{qnotice|Abbreviated version of 'player_hurt' that is networked}}<br> |
{{begin-hl2msg|player_hurt_concise|string}} | {{begin-hl2msg|player_hurt_concise|string}} | ||
{{hl2msg|short|userid|user ID who was hurt}} | {{hl2msg|short|userid|user ID who was hurt}} | ||
Line 1,156: | Line 1,222: | ||
{{hl2msg|short|dmg_health|damage done to health}} | {{hl2msg|short|dmg_health|damage done to health}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== tank_killed === | === tank_killed === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 1,163: | Line 1,230: | ||
{{hl2msg|bool|solo|TRUE if a player single-handedly killed the Tank}} | {{hl2msg|bool|solo|TRUE if a player single-handedly killed the Tank}} | ||
{{hl2msg|bool|melee_only|TRUE if the tank was only killed by melee attacks (no blast, burn, or bullet damage)}} | {{hl2msg|bool|melee_only|TRUE if the tank was only killed by melee attacks (no blast, burn, or bullet damage)}} | ||
+ | {{hl2msg|bool|l4d1_only|TRUE if l4d1 survivors inflicted damage and the l4d2 survivors did not)}} | ||
+ | {{end-hl2msg}} | ||
+ | |||
+ | === tank_rock_killed === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|tank_rock_killed|string}} | ||
+ | {{hl2msg|short|userid|user id of killer}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== achievement_write_failed === | === achievement_write_failed === | ||
− | {{qnotice|}}<br> | + | {{qnotice|Used for a notification message when an achievement fails to write}}<br> |
{{begin-hl2msg|achievement_write_failed|string}} | {{begin-hl2msg|achievement_write_failed|string}} | ||
{{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== ghost_spawn_time === | === ghost_spawn_time === | ||
− | {{qnotice|}}<br> | + | {{qnotice|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}} | ||
{{hl2msg|short|userid|user ID of the player that is becoming a ghost}} | {{hl2msg|short|userid|user ID of the player that is becoming a ghost}} | ||
{{hl2msg|short|spawntime|How long of a wait until player is a ghost}} | {{hl2msg|short|spawntime|How long of a wait until player is a ghost}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== survival_at_30min === | === survival_at_30min === | ||
{{qnotice|Used to know when we elapse 30 minutes on a survival map}}<br> | {{qnotice|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}} | ||
+ | === survival_at_10min === | ||
+ | {{qnotice|Used to know when we elapse 10 minutes on a survival map}}<br> | ||
+ | {{begin-hl2msg|survival_at_10min|string}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== explain_pre_drawbridge === | === explain_pre_drawbridge === | ||
Line 1,456: | Line 1,537: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== spit_burst === | === spit_burst === | ||
− | {{qnotice|}}<br> | + | {{qnotice|Triggers even after Spitter's death.}}<br> |
+ | {{eventnote|Called|Triggers when Spitter's spit hits the ground.}} | ||
{{begin-hl2msg|spit_burst|string}} | {{begin-hl2msg|spit_burst|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
{{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== entered_spit === | === entered_spit === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 1,506: | Line 1,589: | ||
=== spitter_killed === | === spitter_killed === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
+ | {{eventnote|Called|Triggers in Spitter's death.}} | ||
{{begin-hl2msg|spitter_killed|string}} | {{begin-hl2msg|spitter_killed|string}} | ||
{{hl2msg|short|userid|user ID of dead spitter}} | {{hl2msg|short|userid|user ID of dead spitter}} | ||
Line 1,511: | Line 1,595: | ||
{{hl2msg|bool|has_spit|TRUE if the spitter spit at some point}} | {{hl2msg|bool|has_spit|TRUE if the spitter spit at some point}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== jockey_ride === | === jockey_ride === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 1,525: | Line 1,610: | ||
{{hl2msg|float|ride_length|Duration of our ride}} | {{hl2msg|float|ride_length|Duration of our ride}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | === jockey_killed === | + | === jockey_punched === |
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|jockey_punched|string}} | ||
+ | {{hl2msg|short|userid|user ID of player that shoved the jockey}} | ||
+ | {{hl2msg|long|jockeyuserid|user ID of Jockey}} | ||
+ | {{hl2msg|bool|islunging| TRUE if Jockey was in the act of lunging}} | ||
+ | {{end-hl2msg}} | ||
+ | === jockey_headshot === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|jockey_headshot|string}} | ||
+ | {{hl2msg|short|userid|user ID of player that landed a headshot on the Jockey}} | ||
+ | {{hl2msg|long|jockeyuserid|user ID of Jockey}} | ||
+ | {{hl2msg|bool|islunging| TRUE if Jockey was in the act of lunging}} | ||
+ | {{end-hl2msg}} | ||
+ | === jockey_killed === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
{{begin-hl2msg|jockey_killed|string}} | {{begin-hl2msg|jockey_killed|string}} | ||
{{hl2msg|short|userid|user ID of dead jockey}} | {{hl2msg|short|userid|user ID of dead jockey}} | ||
{{hl2msg|short|attacker|user id of killer}} | {{hl2msg|short|attacker|user id of killer}} | ||
+ | {{hl2msg|string|weapon|weapon name}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== non_melee_fired === | === non_melee_fired === | ||
Line 1,540: | Line 1,640: | ||
{{begin-hl2msg|infected_decapitated|string}} | {{begin-hl2msg|infected_decapitated|string}} | ||
{{hl2msg|short|userid|userid of the player who did the decapitation}} | {{hl2msg|short|userid|userid of the player who did the decapitation}} | ||
+ | {{hl2msg|string|weapon|melee weapon name}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== upgrade_pack_added === | === upgrade_pack_added === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 1,555: | Line 1,657: | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
{{begin-hl2msg|triggered_car_alarm|string}} | {{begin-hl2msg|triggered_car_alarm|string}} | ||
+ | {{hl2msg|short|userid|user ID of player who activated car alarm}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== panic_event_finished === | === panic_event_finished === | ||
Line 1,561: | Line 1,664: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== charger_charge_start === | === charger_charge_start === | ||
− | {{qnotice|}}<br> | + | {{qnotice|The moment when the charger starts charging}}<br> |
+ | {{eventnote|Issues|Called more than once per ability use. For consistency, check ability_use}} | ||
+ | {{eventnote|Issues|Can be called after charger_charge_end. Use ability_use for an alternative start to end relationship.}} | ||
{{begin-hl2msg|charger_charge_start|string}} | {{begin-hl2msg|charger_charge_start|string}} | ||
{{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== charger_charge_end === | === charger_charge_end === | ||
{{qnotice|}}<br> | {{qnotice|}}<br> | ||
Line 1,571: | Line 1,677: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== charger_carry_start === | === charger_carry_start === | ||
− | {{qnotice|}}<br> | + | {{qnotice|The moment when the charger grabs a survivor}}<br> |
{{begin-hl2msg|charger_carry_start|string}} | {{begin-hl2msg|charger_carry_start|string}} | ||
{{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
− | {{hl2msg|short|victim|}} | + | {{hl2msg|short|victim|user ID of the player who was charged}} |
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== charger_carry_end === | === charger_carry_end === | ||
− | {{qnotice|}}<br> | + | {{qnotice|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}} | ||
{{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
− | {{hl2msg|short|victim|}} | + | {{hl2msg|short|victim|user ID of the player who was charged}} |
+ | {{end-hl2msg}} | ||
+ | === charger_carry_kill === | ||
+ | {{qnotice|When a charger kills a survivor with a carry.}}<br> | ||
+ | {{begin-hl2msg|charger_carry_kill |string}} | ||
+ | {{hl2msg|short|userid|user ID of the charger}} | ||
+ | {{hl2msg|short|victim|user ID of the victim}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
+ | |||
=== charger_impact === | === charger_impact === | ||
− | {{qnotice| | + | {{qnotice|When a charger impacts a survivor they aren't carrying}}<br> |
{{begin-hl2msg|charger_impact|string}} | {{begin-hl2msg|charger_impact|string}} | ||
− | {{hl2msg|short|userid|}} | + | {{hl2msg|short|userid|user ID of the charger}} |
− | {{hl2msg|short|victim|}} | + | {{hl2msg|short|victim|user ID of the player who was impacted}} |
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== charger_pummel_start === | === charger_pummel_start === | ||
− | {{qnotice|}}<br> | + | {{qnotice|The moment when the charger starts pummeling a survivor}}<br> |
{{begin-hl2msg|charger_pummel_start|string}} | {{begin-hl2msg|charger_pummel_start|string}} | ||
{{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
− | {{hl2msg|short|victim|}} | + | {{hl2msg|short|victim|user ID of the player who was charged}} |
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== charger_pummel_end === | === charger_pummel_end === | ||
− | {{qnotice|}}<br> | + | {{qnotice|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}} | ||
{{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
{{hl2msg|short|victim|}} | {{hl2msg|short|victim|}} | ||
+ | {{hl2msg|short|rescuer|user ID of the player who rescued them}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== strongman_bell_knocked_off === | === strongman_bell_knocked_off === | ||
− | {{qnotice|}}<br> | + | {{qnotice|The arcade bell on c2m4_barns}}<br> |
{{begin-hl2msg|strongman_bell_knocked_off|string}} | {{begin-hl2msg|strongman_bell_knocked_off|string}} | ||
{{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
Line 1,616: | Line 1,730: | ||
{{hl2msg|short|userid|player that forced the drop}} | {{hl2msg|short|userid|player that forced the drop}} | ||
{{hl2msg|short|victim|player that dropped it}} | {{hl2msg|short|victim|player that dropped it}} | ||
+ | {{end-hl2msg}} | ||
+ | === explain_need_gnome_to_continue === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|explain_need_gnome_to_continue|string}} | ||
+ | {{hl2msg|none|none|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
=== explain_survivor_glows_disabled === | === explain_survivor_glows_disabled === | ||
Line 1,672: | Line 1,791: | ||
{{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}} | ||
+ | === explain_sewer_gate === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|explain_sewer_gate|string}} | ||
+ | {{hl2msg|short|userid|}} | ||
+ | {{hl2msg|long|subject|}} | ||
+ | {{end-hl2msg}} | ||
+ | === explain_sewer_run === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|explain_sewer_run|string}} | ||
+ | {{hl2msg|short|userid|}} | ||
+ | {{hl2msg|long|subject|}} | ||
+ | {{end-hl2msg}} | ||
+ | === explain_c6m3_finale === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|explain_c6m3_finale|string}} | ||
+ | {{hl2msg|short|userid|}} | ||
+ | {{hl2msg|long|subject|}} | ||
+ | {{end-hl2msg}} | ||
+ | === finale_bridge_lowering === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|finale_bridge_lowering|string}} | ||
+ | {{hl2msg|short|userid|}} | ||
+ | {{hl2msg|long|subject|}} | ||
+ | {{end-hl2msg}} | ||
+ | === m60_streak_ended === | ||
+ | {{qnotice|I was holding down the m60 trigger, and now I'm not}}<br> | ||
+ | {{begin-hl2msg|m60_streak_ended|string}} | ||
+ | {{hl2msg|none|none|}} | ||
+ | {{end-hl2msg}} | ||
+ | === chair_charged === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|chair_charged|string}} | ||
+ | {{hl2msg|short|userid|}} | ||
+ | {{end-hl2msg}} | ||
+ | === song_played === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|song_played|string}} | ||
+ | {{hl2msg|none|none|}} | ||
+ | {{end-hl2msg}} | ||
+ | === foot_locker_opened === | ||
+ | {{qnotice|}}<br> | ||
+ | {{begin-hl2msg|foot_locker_opened|string}} | ||
+ | {{hl2msg|short|userid|}} | ||
{{end-hl2msg}} | {{end-hl2msg}} |
Latest revision as of 10:52, 1 January 2023
- Refer back to Game Events (Source) for more events.
Contents
- 1 player_death
- 2 player_hurt
- 3 player_team
- 4 player_bot_replace
- 5 bot_player_replace
- 6 player_afk
- 7 weapon_fire
- 8 weapon_fire_on_empty
- 9 weapon_reload
- 10 weapon_zoom
- 11 ability_use
- 12 ammo_pickup
- 13 item_pickup
- 14 golden_crowbar_pickup
- 15 grenade_bounce
- 16 hegrenade_detonate
- 17 bullet_impact
- 18 player_footstep
- 19 player_jump
- 20 player_blind
- 21 player_falldamage
- 22 player_ledge_grab
- 23 player_ledge_release
- 24 door_moving
- 25 door_open
- 26 door_close
- 27 door_unlocked
- 28 rescue_door_open
- 29 waiting_checkpoint_door_used
- 30 waiting_door_used_versus
- 31 waiting_checkpoint_button_used
- 32 success_checkpoint_button_used
- 33 round_freeze_end
- 34 round_start_pre_entity
- 35 round_start_post_nav
- 36 nav_blocked
- 37 nav_generate
- 38 round_end_message
- 39 round_end
- 40 vote_ended
- 41 vote_started
- 42 vote_changed
- 43 vote_passed
- 44 vote_failed
- 45 vote_cast_yes
- 46 vote_cast_no
- 47 infected_hurt
- 48 infected_death
- 49 hostname_changed
- 50 difficulty_changed
- 51 finale_start
- 52 finale_rush
- 53 finale_escape_start
- 54 finale_vehicle_incoming
- 55 finale_vehicle_ready
- 56 finale_vehicle_leaving
- 57 finale_win
- 58 mission_lost
- 59 finale_radio_start
- 60 finale_radio_damaged
- 61 final_reportscreen
- 62 map_transition
- 63 player_transitioned
- 64 heal_begin
- 65 heal_success
- 66 heal_end
- 67 heal_interrupted
- 68 ammo_pack_used
- 69 give_weapon
- 70 pills_used
- 71 pills_used_fail
- 72 ammo_pack_used_fail_no_weapon
- 73 ammo_pack_used_fail_full
- 74 ammo_pack_used_fail_doesnt_use_ammo
- 75 ammo_pile_weapon_cant_use_ammo
- 76 defibrillator_begin
- 77 defibrillator_used
- 78 defibrillator_used_fail
- 79 defibrillator_interrupted
- 80 upgrade_pack_begin
- 81 upgrade_pack_used
- 82 upgrade_item_already_used
- 83 upgrade_failed_no_primary
- 84 dead_survivor_visible
- 85 adrenaline_used
- 86 revive_begin
- 87 revive_success
- 88 revive_end
- 89 drag_begin
- 90 drag_end
- 91 player_incapacitated
- 92 player_incapacitated_start
- 93 player_entered_start_area
- 94 player_first_spawn
- 95 player_left_start_area
- 96 player_left_safe_area
- 97 player_entered_checkpoint
- 98 player_left_checkpoint
- 99 player_shoved
- 100 entity_shoved
- 101 player_jump_apex
- 102 player_blocked
- 103 player_now_it
- 104 player_no_longer_it
- 105 witch_harasser_set
- 106 witch_spawn
- 107 witch_killed
- 108 tank_spawn
- 109 melee_kill
- 110 area_cleared
- 111 award_earned
- 112 tongue_grab
- 113 tongue_broke_bent
- 114 tongue_broke_victim_died
- 115 tongue_release
- 116 choke_start
- 117 choke_end
- 118 choke_stopped
- 119 tongue_pull_stopped
- 120 lunge_shove
- 121 lunge_pounce
- 122 pounce_end
- 123 pounce_stopped
- 124 pounce_attempt_stopped
- 125 fatal_vomit
- 126 survivor_call_for_help
- 127 survivor_rescued
- 128 survivor_rescue_abandoned
- 129 relocated
- 130 respawning
- 131 tank_frustrated
- 132 weapon_given
- 133 weapon_drop
- 134 weapon_drop_to_prop
- 135 break_breakable
- 136 achievement_earned
- 137 spec_target_updated
- 138 spawner_give_item
- 139 create_panic_event
- 140 explain_pills
- 141 explain_weapons
- 142 entity_visible
- 143 weapon_spawn_visible
- 144 boomer_near
- 145 explain_pre_radio
- 146 started_pre_radio
- 147 explain_radio
- 148 explain_gas_truck
- 149 explain_panic_button
- 150 explain_elevator_button
- 151 explain_lift_button
- 152 explain_church_door
- 153 explain_emergency_door
- 154 explain_crane
- 155 explain_bridge
- 156 explain_gas_can_panic
- 157 explain_van_panic
- 158 explain_mainstreet
- 159 explain_train_lever
- 160 explain_disturbance
- 161 explain_scavenge_goal
- 162 explain_scavenge_leave_area
- 163 begin_scavenge_overtime
- 164 scavenge_round_start
- 165 scavenge_round_halftime
- 166 scavenge_round_finished
- 167 scavenge_score_tied
- 168 versus_round_start
- 169 gascan_pour_blocked
- 170 gascan_pour_completed
- 171 gascan_dropped
- 172 gascan_pour_interrupted
- 173 scavenge_match_finished
- 174 versus_match_finished
- 175 use_target
- 176 player_use
- 177 friendly_fire
- 178 gameinstructor_draw
- 179 gameinstructor_nodraw
- 180 request_weapon_stats
- 181 player_talking_state
- 182 weapon_pickup
- 183 hunter_punched
- 184 hunter_headshot
- 185 zombie_ignited
- 186 boomer_exploded
- 187 non_pistol_fired
- 188 weapon_fire_at_40
- 189 total_ammo_below_40
- 190 player_hurt_concise
- 191 tank_killed
- 192 tank_rock_killed
- 193 achievement_write_failed
- 194 ghost_spawn_time
- 195 survival_at_30min
- 196 survival_at_10min
- 197 explain_pre_drawbridge
- 198 explain_drawbridge
- 199 explain_perimeter
- 200 explain_deactivate_alarm
- 201 explain_impound_lot
- 202 explain_decon
- 203 explain_mall_window
- 204 explain_mall_alarm
- 205 explain_coaster
- 206 explain_coaster_stop
- 207 explain_decon_wait
- 208 gauntlet_finale_start
- 209 explain_float
- 210 explain_ferry_button
- 211 explain_hatch_button
- 212 explain_shack_button
- 213 upgrade_incendiary_ammo
- 214 upgrade_explosive_ammo
- 215 receive_upgrade
- 216 explain_vehicle_arrival
- 217 mounted_gun_start
- 218 mounted_gun_overheated
- 219 explain_burger_sign
- 220 explain_carousel_button
- 221 explain_carousel_destination
- 222 explain_stage_lighting
- 223 explain_stage_finale_start
- 224 explain_stage_survival_start
- 225 ability_out_of_range
- 226 explain_stage_pyrotechnics
- 227 explain_c3m4_radio1
- 228 explain_c3m4_radio2
- 229 explain_gates_are_open
- 230 explain_c2m4_ticketbooth
- 231 explain_c3m4_rescue
- 232 explain_hotel_elevator_doors
- 233 explain_gun_shop_tanker
- 234 explain_gun_shop
- 235 explain_store_alarm
- 236 explain_store_item
- 237 explain_store_item_stop
- 238 explain_survival_generic
- 239 explain_survival_alarm
- 240 explain_survival_radio
- 241 explain_survival_carousel
- 242 explain_return_item
- 243 explain_save_items
- 244 spit_burst
- 245 entered_spit
- 246 temp_c4m1_getgas
- 247 temp_c4m3_return_to_boat
- 248 explain_c1m4_finale
- 249 c1m4_scavenge_instructions
- 250 punched_clown
- 251 charger_killed
- 252 spitter_killed
- 253 jockey_ride
- 254 jockey_ride_end
- 255 jockey_punched
- 256 jockey_headshot
- 257 jockey_killed
- 258 non_melee_fired
- 259 infected_decapitated
- 260 upgrade_pack_added
- 261 vomit_bomb_tank
- 262 triggered_car_alarm
- 263 panic_event_finished
- 264 charger_charge_start
- 265 charger_charge_end
- 266 charger_carry_start
- 267 charger_carry_end
- 268 charger_carry_kill
- 269 charger_impact
- 270 charger_pummel_start
- 271 charger_pummel_end
- 272 strongman_bell_knocked_off
- 273 molotov_thrown
- 274 gas_can_forced_drop
- 275 explain_need_gnome_to_continue
- 276 explain_survivor_glows_disabled
- 277 explain_item_glows_disabled
- 278 explain_rescue_disabled
- 279 explain_bodyshots_reduced
- 280 explain_witch_instant_kill
- 281 set_instructor_group_enabled
- 282 stashwhacker_game_won
- 283 versus_marker_reached
- 284 start_score_animation
- 285 survival_round_start
- 286 scavenge_gas_can_destroyed
- 287 explain_sewer_gate
- 288 explain_sewer_run
- 289 explain_c6m3_finale
- 290 finale_bridge_lowering
- 291 m60_streak_ended
- 292 chair_charged
- 293 song_played
- 294 foot_locker_opened
player_death
Note: a game event, name may be 32 charaters long; this extents the original player_death by a new fields
Name: | player_death | |||||||||||||||||||||||||||||||||||||||||||||
Structure: |
|
player_hurt
Note: Registers all playable classes (Hunter, Smoker, Boomer, Tank, Survivors). See infected_hurt for Witch and Common Infected
Name: | player_hurt | |||||||||||||||||||||||||||||||||
Structure: |
|
player_team
Note: player change his team
Name: | player_team | ||||||||||||||||||
Structure: |
|
player_bot_replace
Note: Bot replaced a player
Name: | player_bot_replace | ||||||
Structure: |
|
bot_player_replace
Note: Player replaced a bot
Name: | bot_player_replace | ||||||
Structure: |
|
player_afk
Note:
Name: | player_afk | |||
Structure: |
|
weapon_fire
Note:
Name: | weapon_fire | |||||||||||||||
Structure: |
|
weapon_fire_on_empty
Note:
Name: | weapon_fire_on_empty | ||||||||||||
Structure: |
|
weapon_reload
Note:
Name: | weapon_reload | ||||||
Structure: |
|
weapon_zoom
Note:
Name: | weapon_zoom | |||
Structure: |
|
ability_use
Note:
Called: When an infected uses their ability
Issues: Doesn't fire for jockey
Name: | ability_use | |||||||||
Structure: |
|
ammo_pickup
Note:
Name: | ammo_pickup | |||
Structure: |
|
item_pickup
Note:
Name: | item_pickup | ||||||
Structure: |
|
golden_crowbar_pickup
Note:
Name: | golden_crowbar_pickup | |||
Structure: |
|
grenade_bounce
Note:
Name: | grenade_bounce | |||
Structure: |
|
hegrenade_detonate
Note:
Name: | hegrenade_detonate | ||||||||||||
Structure: |
|
bullet_impact
Note:
Name: | bullet_impact | ||||||||||||
Structure: |
|
player_footstep
Note:
Name: | player_footstep | |||
Structure: |
|
player_jump
Note:
Name: | player_jump | |||
Structure: |
|
player_blind
Note:
Name: | player_blind | |||
Structure: |
|
player_falldamage
Note:
Name: | player_falldamage | |||||||||
Structure: |
|
player_ledge_grab
Note:
Name: | player_ledge_grab | ||||||
Structure: |
|
player_ledge_release
Note:
Name: | player_ledge_release | |||
Structure: |
|
door_moving
Note:
Name: | door_moving | ||||||
Structure: |
|
door_open
Note:
Name: | door_open | |||||||||
Structure: |
|
door_close
Note:
Name: | door_close | ||||||
Structure: |
|
door_unlocked
Note:
Name: | door_unlocked | ||||||
Structure: |
|
rescue_door_open
Note:
Name: | rescue_door_open | ||||||
Structure: |
|
waiting_checkpoint_door_used
Note: Someone tried to open a checkpoint door that is locked till everyone loads in
Name: | waiting_checkpoint_door_used | ||||||
Structure: |
|
waiting_door_used_versus
Note: Someone tried to open a checkpoint door that is locked till everyone loads in
Name: | waiting_door_used_versus | ||||||
Structure: |
|
waiting_checkpoint_button_used
Note: Someone tried to push a button that's locked until everyone is gathered
Name: | waiting_checkpoint_button_used | |||
Structure: |
|
success_checkpoint_button_used
Note: Someone pushed a button that's locked until everyone is gathered
Name: | success_checkpoint_button_used | |||
Structure: |
|
round_freeze_end
Note:
Name: | round_freeze_end | |||
Structure: |
|
round_start_pre_entity
Note:
Name: | round_start_pre_entity | |||
Structure: |
|
Note:
Name: | round_start_post_nav | |||
Structure: |
|
Note:
Name: | nav_blocked | ||||||
Structure: |
|
Note:
Name: | nav_generate | |||
Structure: |
|
round_end_message
Note:
Name: | round_end_message | |||||||||
Structure: |
|
round_end
Note:
Name: | round_end | ||||||||||||
Structure: |
|
vote_ended
Note:
Name: | vote_ended | |||
Structure: |
|
vote_started
Note:
Name: | vote_started | ||||||||||||||||||
Structure: |
|
vote_changed
Note:
Name: | vote_changed | |||||||||
Structure: |
|
vote_passed
Note:
Name: | vote_passed | ||||||||||||
Structure: |
|
vote_failed
Note:
Name: | vote_failed | ||||||
Structure: |
|
vote_cast_yes
Note:
Name: | vote_cast_yes | ||||||
Structure: |
|
vote_cast_no
Note:
Name: | vote_cast_no | ||||||
Structure: |
|
infected_hurt
Note: Registers for non-playable classes (Common Infected, Witch). See player_hurt for other playable classes
Name: | infected_hurt | ||||||||||||||||||
Structure: |
|
infected_death
Note:
Name: | infected_death | ||||||||||||||||||||||||
Structure: |
|
hostname_changed
Note:
Name: | hostname_changed | |||
Structure: |
|
difficulty_changed
Note: It appears that strDifficulty is z_difficulty value
Name: | difficulty_changed | |||||||||
Structure: |
|
finale_start
Note:
Name: | finale_start | |||
Structure: |
|
finale_rush
Note:
Name: | finale_rush | |||
Structure: |
|
finale_escape_start
Note:
Name: | finale_escape_start | |||
Structure: |
|
finale_vehicle_incoming
Note:
Name: | finale_vehicle_incoming | |||
Structure: |
|
finale_vehicle_ready
Note:
Name: | finale_vehicle_ready | |||
Structure: |
|
finale_vehicle_leaving
Note:
Name: | finale_vehicle_leaving | |||
Structure: |
|
finale_win
Note:
Name: | finale_win | ||||||
Structure: |
|
mission_lost
Note: As in, the survivor team failed. Opposite of finale_win, but not necessarily during the finale.
Name: | mission_lost | |||
Structure: |
|
finale_radio_start
Note:
Name: | finale_radio_start | |||
Structure: |
|
finale_radio_damaged
Note:
Name: | finale_radio_damaged | |||
Structure: |
|
final_reportscreen
Note: Right before the final report screen comes up, let awards possibly fire
Name: | final_reportscreen | |||
Structure: |
|
map_transition
Note: When campaign cinematics start
Name: | map_transition | |||
Structure: |
|
player_transitioned
Note: When campaign cinematics end and player is transitioned to first person view
Name: | player_transitioned | |||
Structure: |
|
heal_begin
Note:
Name: | heal_begin | ||||||
Structure: |
|
heal_success
Note:
Name: | heal_success | |||||||||
Structure: |
|
heal_end
Note:
Issues: subject is broken for this event, it always appears to be the player doing the healing
Name: | heal_end | ||||||
Structure: |
|
heal_interrupted
Note:
Name: | heal_interrupted | ||||||
Structure: |
|
ammo_pack_used
Note:
Name: | ammo_pack_used | ||||||
Structure: |
|
give_weapon
Note:
Name: | give_weapon | |||||||||
Structure: |
|
pills_used
Note:
Name: | pills_used | ||||||
Structure: |
|
pills_used_fail
Note:
Name: | pills_used_fail | |||
Structure: |
|
ammo_pack_used_fail_no_weapon
Note:
Name: | ammo_pack_used_fail_no_weapon | ||||||
Structure: |
|
ammo_pack_used_fail_full
Note:
Name: | ammo_pack_used_fail_full | ||||||
Structure: |
|
ammo_pack_used_fail_doesnt_use_ammo
Note:
Name: | ammo_pack_used_fail_doesnt_use_ammo | ||||||
Structure: |
|
ammo_pile_weapon_cant_use_ammo
Note:
Name: | ammo_pile_weapon_cant_use_ammo | |||
Structure: |
|
defibrillator_begin
Note:
Name: | defibrillator_begin | ||||||
Structure: |
|
defibrillator_used
Note:
Name: | defibrillator_used | ||||||
Structure: |
|
defibrillator_used_fail
Note:
Name: | defibrillator_used_fail | ||||||
Structure: |
|
defibrillator_interrupted
Note:
Name: | defibrillator_interrupted | ||||||
Structure: |
|
upgrade_pack_begin
Note:
Name: | upgrade_pack_begin | |||
Structure: |
|
upgrade_pack_used
Note:
Name: | upgrade_pack_used | ||||||
Structure: |
|
upgrade_item_already_used
Note:
Name: | upgrade_item_already_used | ||||||
Structure: |
|
upgrade_failed_no_primary
Note:
Name: | upgrade_failed_no_primary | ||||||
Structure: |
|
dead_survivor_visible
Note:
Name: | dead_survivor_visible | |||||||||
Structure: |
|
adrenaline_used
Note:
Name: | adrenaline_used | |||
Structure: |
|
revive_begin
Note:
Name: | revive_begin | ||||||
Structure: |
|
revive_success
Note:
Name: | revive_success | ||||||||||||
Structure: |
|
revive_end
Note:
Name: | revive_end | |||||||||
Structure: |
|
drag_begin
Note:
Name: | drag_begin | ||||||
Structure: |
|
drag_end
Note:
Name: | drag_end | ||||||
Structure: |
|
player_incapacitated
Note: when a player becomes incapacitated. This is also called when a tank is killed.
Name: | player_incapacitated | |||||||||||||||
Structure: |
|
player_incapacitated_start
Note: when a player is about to become incapacitated, so you can see his last living state
Name: | player_incapacitated_start | |||||||||||||||
Structure: |
|
player_entered_start_area
Note: when a player spawns into the player start area
Name: | player_entered_start_area | |||
Structure: |
|
player_first_spawn
Note: when a player spawns for the first time in a given mission
Name: | player_first_spawn | |||||||||
Structure: |
|
player_left_start_area
Note: when a player leaves the player start area
Name: | player_left_start_area | |||
Structure: |
|
player_left_safe_area
Note: when a player leaves the safe area
Name: | player_left_safe_area | ||||||
Structure: |
|
player_entered_checkpoint
Note: when a basecombatcharacter enters a checkpoint area
Name: | player_entered_checkpoint | |||||||||||||||
Structure: |
|
player_left_checkpoint
Note: when a player leaves a checkpoint area
Name: | player_left_checkpoint | |||||||||
Structure: |
|
player_shoved
Note:
Name: | player_shoved | ||||||
Structure: |
|
entity_shoved
Note:
Name: | entity_shoved | ||||||
Structure: |
|
player_jump_apex
Note:
Name: | player_jump_apex | |||
Structure: |
|
player_blocked
Note:
Name: | player_blocked | ||||||
Structure: |
|
player_now_it
Note:
Name: | player_now_it | |||||||||||||||
Structure: |
|
player_no_longer_it
Note:
Name: | player_no_longer_it | |||
Structure: |
|
witch_harasser_set
Note:
Name: | witch_harasser_set | |||||||||
Structure: |
|
witch_spawn
Note:
Name: | witch_spawn | |||
Structure: |
|
witch_killed
Note:
Name: | witch_killed | |||||||||||||||
Structure: |
|
tank_spawn
Note:
Name: | tank_spawn | ||||||
Structure: |
|
melee_kill
Note:
Name: | melee_kill | |||||||||
Structure: |
|
area_cleared
Note:
Name: | area_cleared | ||||||
Structure: |
|
award_earned
Note:
Name: | award_earned | ||||||||||||
Structure: |
|
tongue_grab
Note:
Name: | tongue_grab | ||||||
Structure: |
|
tongue_broke_bent
Note:
Name: | tongue_broke_bent | |||
Structure: |
|
tongue_broke_victim_died
Note:
Name: | tongue_broke_victim_died | |||
Structure: |
|
tongue_release
Note: Fired in all cases where the tongue releases a victim, whether choked or not, etc.
Name: | tongue_release | |||||||||
Structure: |
|
choke_start
Note:
Name: | choke_start | ||||||
Structure: |
|
choke_end
Note:
Name: | choke_end | ||||||
Structure: |
|
choke_stopped
Note:
Name: | choke_stopped | ||||||||||||
Structure: |
|
tongue_pull_stopped
Note: Called when a smoker tongue is cleared on a dragging player. Includes cuts.
Name: | tongue_pull_stopped | |||||||||||||||
Structure: |
|
lunge_shove
Note:
Name: | lunge_shove | ||||||
Structure: |
|
lunge_pounce
Note:
Name: | lunge_pounce | ||||||||||||
Structure: |
|
pounce_end
Note:
Name: | pounce_end | ||||||
Structure: |
|
pounce_stopped
Note:
Name: | pounce_stopped | ||||||
Structure: |
|
pounce_attempt_stopped
Note:
Name: | pounce_attempt_stopped | ||||||
Structure: |
|
fatal_vomit
Note:
Name: | fatal_vomit | ||||||
Structure: |
|
survivor_call_for_help
Note:
Name: | survivor_call_for_help | ||||||
Structure: |
|
survivor_rescued
Note:
Name: | survivor_rescued | |||||||||
Structure: |
|
survivor_rescue_abandoned
Note:
Name: | survivor_rescue_abandoned | |||
Structure: |
|
relocated
Note:
Name: | relocated | |||
Structure: |
|
respawning
Note:
Name: | respawning | |||
Structure: |
|
tank_frustrated
Note:
Name: | tank_frustrated | |||
Structure: |
|
weapon_given
Note:
Name: | weapon_given | ||||||||||||
Structure: |
|
weapon_drop
Note:
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
Note:
Name: | weapon_drop_to_prop | |||||||||
Structure: |
|
break_breakable
Note: Override from gameevents.res
Name: | break_breakable | |||||||||||||||
Structure: |
|
achievement_earned
Note:
Name: | achievement_earned | ||||||
Structure: |
|
spec_target_updated
Note:
Name: | spec_target_updated | |||
Structure: |
|
spawner_give_item
Note: A spawner has given a player an item (weapon, pills, ammo, health kit, etc)
Name: | spawner_give_item | |||||||||
Structure: |
|
create_panic_event
Note: A panic event has been created, though not necessarily started
Name: | create_panic_event | |||
Structure: |
|
explain_pills
Note:
Name: | explain_pills | |||
Structure: |
|
explain_weapons
Note:
Name: | explain_weapons | |||
Structure: |
|
entity_visible
Note:
Name: | entity_visible | ||||||||||||
Structure: |
|
weapon_spawn_visible
Note:
Name: | weapon_spawn_visible | ||||||||||||
Structure: |
|
boomer_near
Note:
Name: | boomer_near | ||||||
Structure: |
|
explain_pre_radio
Note: explain the rescue radio will remind you to ready for the finale
Name: | explain_pre_radio | ||||||
Structure: |
|
started_pre_radio
Note: explain the rescue radio will remind you to ready for the finale
Name: | started_pre_radio | ||||||
Structure: |
|
explain_radio
Note: explain the rescue radio will start the finale
Name: | explain_radio | ||||||
Structure: |
|
explain_gas_truck
Note: explain how pulling the lever on the gas truck will start the finale
Name: | explain_gas_truck | ||||||
Structure: |
|
explain_panic_button
Note: explain that pressing this button will start a panic event.
Name: | explain_panic_button | ||||||
Structure: |
|
explain_elevator_button
Note: explain how to operate the hospital elevator button.
Name: | explain_elevator_button | ||||||
Structure: |
|
explain_lift_button
Note: explain how to operate the lift button.
Name: | explain_lift_button | ||||||
Structure: |
|
explain_church_door
Note: explain how to provoke the crazy church guy.
Name: | explain_church_door | ||||||
Structure: |
|
explain_emergency_door
Note: explain how to open the emergency door.
Name: | explain_emergency_door | ||||||
Structure: |
|
explain_crane
Note: explain how to lower the box on the crane.
Name: | explain_crane | ||||||
Structure: |
|
explain_bridge
Note: explain how to close the gates to make a bridge.
Name: | explain_bridge | ||||||
Structure: |
|
explain_gas_can_panic
Note: explain how to shoot the gas can.
Name: | explain_gas_can_panic | ||||||
Structure: |
|
explain_van_panic
Note: explain how to start the van.
Name: | explain_van_panic | ||||||
Structure: |
|
explain_mainstreet
Note: explain how to lower the forklift
Name: | explain_mainstreet | ||||||
Structure: |
|
explain_train_lever
Note: explain how to operate the train lever.
Name: | explain_train_lever | ||||||
Structure: |
|
explain_disturbance
Note: explain that disturbances (car alarm) attract infected horde
Name: | explain_disturbance | ||||||
Structure: |
|
explain_scavenge_goal
Note: explain where to put the scavenge mode items
Name: | explain_scavenge_goal | ||||||
Structure: |
|
explain_scavenge_leave_area
Note: explain that leaving the area, starts round
Name: | explain_scavenge_leave_area | ||||||
Structure: |
|
begin_scavenge_overtime
Note: enter overtime in a scavenge round
Name: | begin_scavenge_overtime | |
Structure: |
|
scavenge_round_start
Note: a scavenge round has begun
Name: | scavenge_round_start | ||||||
Structure: |
|
scavenge_round_halftime
Note: a scavenge round is in halftime
Name: | scavenge_round_halftime | |
Structure: |
|
scavenge_round_finished
Note: a scavenge round has ended
Name: | scavenge_round_finished | |
Structure: |
|
scavenge_score_tied
Note: a team just tied the score
Name: | scavenge_score_tied | |
Structure: |
|
versus_round_start
Note: a versus round has begun
Name: | versus_round_start | |
Structure: |
|
gascan_pour_blocked
Note: can't pour the gas, someone else already is
Name: | gascan_pour_blocked | |||
Structure: |
|
gascan_pour_completed
Note: player finished pouring a can
Name: | gascan_pour_completed | |||
Structure: |
|
gascan_dropped
Note:
Name: | gascan_dropped | |||
Structure: |
|
gascan_pour_interrupted
Note: we got interuppted pouring the gas can
Name: | gascan_pour_interrupted | |||
Structure: |
|
scavenge_match_finished
Note:
Name: | scavenge_match_finished | |||
Structure: |
|
versus_match_finished
Note:
Name: | versus_match_finished | |||
Structure: |
|
use_target
Note: a new use target has been found
Name: | use_target | |||||||||
Structure: |
|
player_use
Note: a new use target has been found
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
Note:
Name: | friendly_fire | ||||||||||||
Structure: |
|
gameinstructor_draw
Note:
Name: | gameinstructor_draw | |||
Structure: |
|
gameinstructor_nodraw
Note:
Name: | gameinstructor_nodraw | |||
Structure: |
|
request_weapon_stats
Note:
Name: | request_weapon_stats | |||
Structure: |
|
player_talking_state
Note:
Name: | player_talking_state | ||||||
Structure: |
|
weapon_pickup
Note: client event for player has picked up a weapon. If that does not work, try using the "item_pickup" event.
Name: | weapon_pickup | ||||||||||||
Structure: |
|
hunter_punched
Note:
Name: | hunter_punched | |||||||||
Structure: |
|
hunter_headshot
Note:
Name: | hunter_headshot | |||||||||
Structure: |
|
zombie_ignited
Note:
Name: | zombie_ignited | |||||||||||||||
Structure: |
|
boomer_exploded
Note:
Name: | boomer_exploded | |||||||||
Structure: |
|
non_pistol_fired
Note:
Name: | non_pistol_fired | |||
Structure: |
|
weapon_fire_at_40
Note: This is networked, special event for game instructor
Name: | weapon_fire_at_40 | ||||||||||||
Structure: |
|
total_ammo_below_40
Note: sent for any ammo type, except those with max ammo 1, or infinite ammo, like pistols
Name: | total_ammo_below_40 | |||
Structure: |
|
player_hurt_concise
Note: Abbreviated version of 'player_hurt' that is networked
Name: | player_hurt_concise | ||||||||||||
Structure: |
|
tank_killed
Note:
Name: | tank_killed | |||||||||||||||
Structure: |
|
tank_rock_killed
Note:
Name: | tank_rock_killed | |||
Structure: |
|
achievement_write_failed
Note: Used for a notification message when an achievement fails to write
Name: | achievement_write_failed | |||
Structure: |
|
ghost_spawn_time
Note: Used for clients to know how long until they become a ghost (and can spawn)
Name: | ghost_spawn_time | ||||||
Structure: |
|
survival_at_30min
Note: Used to know when we elapse 30 minutes on a survival map
Name: | survival_at_30min | |
Structure: |
|
survival_at_10min
Note: Used to know when we elapse 10 minutes on a survival map
Name: | survival_at_10min | |
Structure: |
|
explain_pre_drawbridge
Note: Point out the button that will start the gauntlet finale.
Name: | explain_pre_drawbridge | ||||||
Structure: |
|
explain_drawbridge
Note:
Name: | explain_drawbridge | ||||||
Structure: |
|
explain_perimeter
Note:
Name: | explain_perimeter | ||||||
Structure: |
|
explain_deactivate_alarm
Note:
Name: | explain_deactivate_alarm | ||||||
Structure: |
|
explain_impound_lot
Note:
Name: | explain_impound_lot | ||||||
Structure: |
|
explain_decon
Note:
Name: | explain_decon | ||||||
Structure: |
|
explain_mall_window
Note:
Name: | explain_mall_window | ||||||
Structure: |
|
explain_mall_alarm
Note:
Name: | explain_mall_alarm | ||||||
Structure: |
|
explain_coaster
Note:
Name: | explain_coaster | ||||||
Structure: |
|
explain_coaster_stop
Note:
Name: | explain_coaster_stop | ||||||
Structure: |
|
explain_decon_wait
Note:
Name: | explain_decon_wait | ||||||
Structure: |
|
gauntlet_finale_start
Note:
Name: | gauntlet_finale_start | |
Structure: |
|
explain_float
Note:
Name: | explain_float | ||||||
Structure: |
|
explain_ferry_button
Note:
Name: | explain_ferry_button | ||||||
Structure: |
|
explain_hatch_button
Note:
Name: | explain_hatch_button | ||||||
Structure: |
|
explain_shack_button
Note:
Name: | explain_shack_button | ||||||
Structure: |
|
upgrade_incendiary_ammo
Note:
Name: | upgrade_incendiary_ammo | |||
Structure: |
|
upgrade_explosive_ammo
Note:
Name: | upgrade_explosive_ammo | |||
Structure: |
|
receive_upgrade
Note:
Name: | receive_upgrade | ||||||
Structure: |
|
explain_vehicle_arrival
Note:
Name: | explain_vehicle_arrival | |||
Structure: |
|
mounted_gun_start
Note:
Name: | mounted_gun_start | ||||||
Structure: |
|
mounted_gun_overheated
Note:
Name: | mounted_gun_overheated | |||
Structure: |
|
explain_burger_sign
Note:
Name: | explain_burger_sign | ||||||
Structure: |
|
explain_carousel_button
Note:
Name: | explain_carousel_button | ||||||
Structure: |
|
explain_carousel_destination
Note:
Name: | explain_carousel_destination | ||||||
Structure: |
|
explain_stage_lighting
Note:
Name: | explain_stage_lighting | ||||||
Structure: |
|
explain_stage_finale_start
Note:
Name: | explain_stage_finale_start | ||||||
Structure: |
|
explain_stage_survival_start
Note:
Name: | explain_stage_survival_start | ||||||
Structure: |
|
ability_out_of_range
Note:
Name: | ability_out_of_range | ||||||
Structure: |
|
explain_stage_pyrotechnics
Note:
Name: | explain_stage_pyrotechnics | ||||||
Structure: |
|
explain_c3m4_radio1
Note:
Name: | explain_c3m4_radio1 | ||||||
Structure: |
|
explain_c3m4_radio2
Note:
Name: | explain_c3m4_radio2 | ||||||
Structure: |
|
explain_gates_are_open
Note:
Name: | explain_gates_are_open | ||||||
Structure: |
|
explain_c2m4_ticketbooth
Note:
Name: | explain_c2m4_ticketbooth | ||||||
Structure: |
|
explain_c3m4_rescue
Note:
Name: | explain_c3m4_rescue | ||||||
Structure: |
|
explain_hotel_elevator_doors
Note:
Name: | explain_hotel_elevator_doors | ||||||
Structure: |
|
explain_gun_shop_tanker
Note:
Name: | explain_gun_shop_tanker | ||||||
Structure: |
|
explain_gun_shop
Note:
Name: | explain_gun_shop | ||||||
Structure: |
|
explain_store_alarm
Note:
Name: | explain_store_alarm | ||||||
Structure: |
|
explain_store_item
Note:
Name: | explain_store_item | ||||||
Structure: |
|
explain_store_item_stop
Note:
Name: | explain_store_item_stop | ||||||
Structure: |
|
explain_survival_generic
Note:
Name: | explain_survival_generic | ||||||
Structure: |
|
explain_survival_alarm
Note:
Name: | explain_survival_alarm | ||||||
Structure: |
|
explain_survival_radio
Note:
Name: | explain_survival_radio | ||||||
Structure: |
|
explain_survival_carousel
Note:
Name: | explain_survival_carousel | ||||||
Structure: |
|
explain_return_item
Note:
Name: | explain_return_item | ||||||
Structure: |
|
explain_save_items
Note:
Name: | explain_save_items | ||||||
Structure: |
|
spit_burst
Note: Triggers even after Spitter's death.
Called: Triggers when Spitter's spit hits the ground.
Name: | spit_burst | ||||||
Structure: |
|
entered_spit
Note:
Name: | entered_spit | ||||||
Structure: |
|
temp_c4m1_getgas
Note:
Name: | temp_c4m1_getgas | ||||||
Structure: |
|
temp_c4m3_return_to_boat
Note:
Name: | temp_c4m3_return_to_boat | ||||||
Structure: |
|
explain_c1m4_finale
Note:
Name: | explain_c1m4_finale | ||||||
Structure: |
|
c1m4_scavenge_instructions
Note:
Name: | c1m4_scavenge_instructions | ||||||
Structure: |
|
punched_clown
Note:
Name: | punched_clown | |||
Structure: |
|
charger_killed
Note:
Name: | charger_killed | ||||||||||||
Structure: |
|
spitter_killed
Note:
Called: Triggers in Spitter's death.
Name: | spitter_killed | |||||||||
Structure: |
|
jockey_ride
Note:
Name: | jockey_ride | ||||||
Structure: |
|
jockey_ride_end
Note:
Name: | jockey_ride_end | ||||||||||||
Structure: |
|
jockey_punched
Note:
Name: | jockey_punched | |||||||||
Structure: |
|
jockey_headshot
Note:
Name: | jockey_headshot | |||||||||
Structure: |
|
jockey_killed
Note:
Name: | jockey_killed | |||||||||
Structure: |
|
non_melee_fired
Note:
Name: | non_melee_fired | |||
Structure: |
|
infected_decapitated
Note:
Name: | infected_decapitated | ||||||
Structure: |
|
upgrade_pack_added
Note:
Name: | upgrade_pack_added | ||||||
Structure: |
|
vomit_bomb_tank
Note:
Name: | vomit_bomb_tank | |||
Structure: |
|
triggered_car_alarm
Note:
Name: | triggered_car_alarm | |||
Structure: |
|
panic_event_finished
Note:
Name: | panic_event_finished | |
Structure: |
|
charger_charge_start
Note: The moment when the charger starts charging
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
Note:
Name: | charger_charge_end | |||
Structure: |
|
charger_carry_start
Note: The moment when the charger grabs a survivor
Name: | charger_carry_start | ||||||
Structure: |
|
charger_carry_end
Note: The moment when the charger stops charging a survivor (and will soon start pummeling)
Name: | charger_carry_end | ||||||
Structure: |
|
charger_carry_kill
Note: When a charger kills a survivor with a carry.
Name: | charger_carry_kill | ||||||
Structure: |
|
charger_impact
Note: When a charger impacts a survivor they aren't carrying
Name: | charger_impact | ||||||
Structure: |
|
charger_pummel_start
Note: The moment when the charger starts pummeling a survivor
Name: | charger_pummel_start | ||||||
Structure: |
|
charger_pummel_end
Note: When the charger is cleared from the survivor or the survivor dies.
Name: | charger_pummel_end | |||||||||
Structure: |
|
strongman_bell_knocked_off
Note: The arcade bell on c2m4_barns
Name: | strongman_bell_knocked_off | ||||||
Structure: |
|
molotov_thrown
Note:
Name: | molotov_thrown | |||
Structure: |
|
gas_can_forced_drop
Note:
Name: | gas_can_forced_drop | ||||||
Structure: |
|
explain_need_gnome_to_continue
Note:
Name: | explain_need_gnome_to_continue | |||
Structure: |
|
explain_survivor_glows_disabled
Note:
Name: | explain_survivor_glows_disabled | |||
Structure: |
|
explain_item_glows_disabled
Note:
Name: | explain_item_glows_disabled | |||
Structure: |
|
explain_rescue_disabled
Note:
Name: | explain_rescue_disabled | |||
Structure: |
|
explain_bodyshots_reduced
Note:
Name: | explain_bodyshots_reduced | |||
Structure: |
|
explain_witch_instant_kill
Note:
Name: | explain_witch_instant_kill | |||
Structure: |
|
set_instructor_group_enabled
Note:
Name: | set_instructor_group_enabled | ||||||
Structure: |
|
stashwhacker_game_won
Note:
Name: | stashwhacker_game_won | ||||||
Structure: |
|
versus_marker_reached
Note:
Name: | versus_marker_reached | ||||||
Structure: |
|
start_score_animation
Note:
Name: | start_score_animation | |
Structure: |
|
survival_round_start
Note:
Name: | survival_round_start | |
Structure: |
|
scavenge_gas_can_destroyed
Note:
Name: | scavenge_gas_can_destroyed | |||
Structure: |
|
explain_sewer_gate
Note:
Name: | explain_sewer_gate | ||||||
Structure: |
|
explain_sewer_run
Note:
Name: | explain_sewer_run | ||||||
Structure: |
|
explain_c6m3_finale
Note:
Name: | explain_c6m3_finale | ||||||
Structure: |
|
finale_bridge_lowering
Note:
Name: | finale_bridge_lowering | ||||||
Structure: |
|
m60_streak_ended
Note: I was holding down the m60 trigger, and now I'm not
Name: | m60_streak_ended | |||
Structure: |
|
chair_charged
Note:
Name: | chair_charged | |||
Structure: |
|
song_played
Note:
Name: | song_played | |||
Structure: |
|
foot_locker_opened
Note:
Name: | foot_locker_opened | |||
Structure: |
|