Template:PatchDiff/October 28, 2015 Patch/tf/tf2 misc dir.vpk/resource/modevents.res

From Team Fortress Wiki
Jump to: navigation, search
6060 
6161 "player_death" // a game event, name may be 32 charaters long
6262 {
63N/A // this extends the original player_death
64N/A "userid" "short" // user ID who died
N/A63 // this extends the original player_death
N/A64 "userid" "short" // user ID who died
6565 "victim_entindex" "long"
6666 "inflictor_entindex" "long" // ent index of inflictor (a sentry, for example)
6767 "attacker" "short" // user ID who killed
68N/A "weapon" "string" // weapon name killer used
N/A68 "weapon" "string" // weapon name killer used
6969 "weaponid" "short" // ID of weapon killer used
7070 "damagebits" "long" // bits of type of damage
7171 "customkill" "short" // type of custom kill
8686 "duck_streak_victim" "short" // (former) duck streak count for victim
8787 "rocket_jump" "bool" // was the victim rocket jumping
8888 
89N/A "weapon_def_index" "short" // item def index of weapon killer used
90N/A 
N/A89 "weapon_def_index" "long" // item def index of weapon killer used
N/A90 "crit_type" "short" // Crit type of kill. 0: None 1: Mini 2: Full
N/A91 
9192 // "dominated" "short" // did killer dominate victim with this kill
9293 // "assister_dominated" "short" // did assister dominate victim with this kill
9394 // "revenge" "short" // did killer get revenge on victim with this kill
11721173 "weaponid" "short"
11731174 "damageamount" "short"
11741175 "crit" "bool"
N/A1176 "boss" "short" // 1=HHH 2=Monoculus 3=Merasmus
11751177 }
11761178 
11771179 "controlpoint_timer_updated"
16201622 "blocker" "short"
16211623 }
16221624 
N/A1625 "damage_prevented"
N/A1626 {
N/A1627 "preventor" "short" // Who prevented the damage
N/A1628 "victim" "short" // Who took the damage that was prevented
N/A1629 "amount" "short" // How much got prevented
N/A1630 "condition" "short" // Which condition did the preventing
N/A1631 }
N/A1632 
N/A1633 "halloween_boss_killed"
N/A1634 {
N/A1635 "boss" "short" // 1=HHH 2=Monoculus 3=Merasmus
N/A1636 "killer" "short" // userid of the killing player
N/A1637 }
N/A1638 
N/A1639 "escaped_loot_island"
N/A1640 {
N/A1641 "player" "short" // userid of the escaping player
N/A1642 }
N/A1643 
N/A1644 "tagged_player_as_it"
N/A1645 {
N/A1646 "player" "short" // userid of the tagging player
N/A1647 }
N/A1648 
N/A1649 "merasmus_stunned"
N/A1650 {
N/A1651 "player" "short" // userid of the stunning player
N/A1652 }
N/A1653 
N/A1654 "merasmus_prop_found"
N/A1655 {
N/A1656 "player" "short" // userid of the player that found the prop Merasmus was hiding in
N/A1657 }
N/A1658 
N/A1659 "halloween_skeleton_killed"
N/A1660 {
N/A1661 "player" "short" // userid of the player that killed the skeleton
N/A1662 }
N/A1663 
N/A1664 "escape_hell"
N/A1665 {
N/A1666 "player" "short" // userid of the player that escaped
N/A1667 }
N/A1668 
N/A1669 "cross_spectral_bridge"
N/A1670 {
N/A1671 "player" "short" // userid of the player that crossed
N/A1672 }
N/A1673 
N/A1674 "minigame_won"
N/A1675 {
N/A1676 "player" "short" // userid of the winning player
N/A1677 "game" "short" // index of the game
N/A1678 }
N/A1679 
N/A1680 "respawn_ghost"
N/A1681 {
N/A1682 "reviver" "short" // userid of the reviving player
N/A1683 "ghost" "short" // userid of the player that got revived
N/A1684 }
N/A1685 
N/A1686 "kill_in_hell"
N/A1687 {
N/A1688 "killer" "short" // userid of the killer
N/A1689 "victim" "short" // userid of the victim
N/A1690 }
N/A1691 
N/A1692 "halloween_duck_collected"
N/A1693 {
N/A1694 "collector" "short" // userid of the collecting player
N/A1695 }
16231696 "special_score"
16241697 {
16251698 "player" "byte" // index of the scorer
16301703 "killer" "byte" // index of the killer
16311704 "victim" "byte" // index of the victim
16321705 }
N/A1706 
N/A1707 "halloween_soul_collected"
N/A1708 {
N/A1709 "intended_target" "byte" // userid of the intended target
N/A1710 "collecting_player" "byte" // userid of the player who picked up the soul
N/A1711 "soul_count" "byte" // number of souls collected (gift boxes)
N/A1712 }
16331713}