Template:PatchDiff/June 27, 2012 Patch/team fortress 2 content.gcf/tf/resource/ModEvents.res

From Team Fortress Wiki
Jump to: navigation, search
6060 "death_flags" "short" //death flags.
6161 "silent_kill" "bool"
6262 "playerpenetratecount" "short"
N/A63 "assister_fallback" "string" // contains a string to use if "assister" is -1
6364 
6465 // "dominated" "short" // did killer dominate victim with this kill
6566 // "assister_dominated" "short" // did assister dominate victim with this kill
316317 "player" "short" // player this event involves
317318 "carrier" "short" // the carrier if needed
318319 "eventtype" "short" // pick up, capture, defend, dropped
N/A320 "home" "byte" // whether or not the flag was home (only set for TF_FLAGEVENT_PICKUP)
319321 }
320322 "teamplay_win_panel"
321323 {
412414 
413415 "flagstatus_update"
414416 {
N/A417 "userid" "short" // user ID of the player who now has the flag
N/A418 "entindex" "long" // ent index of flag
415419 }
416420 
417421 "player_stats_updated"
841845 
842846 "rocket_jump"
843847 {
844N/A "userid" "short"
N/A848 "userid" "short"
N/A849 "playsound" "bool"
845850 }
846851 
847852 "rocket_jump_landed"
848853 {
849N/A "userid" "short"
N/A854 "userid" "short"
850855 }
851856 
852857 "sticky_jump"
853858 {
854859 "userid" "short"
N/A860 "playsound" "bool"
855861 }
856862 
857863 "sticky_jump_landed"
971977 "stun_flags" "short" // victim's stun flags at the moment of death
972978 "death_flags" "short" //death flags.
973979 "silent_kill" "bool"
N/A980 "assister_fallback" "string" // contains a string to use if "assister" is -1
974981 }
975982 
976983 // clone of "fish_notice" (...clone of "player_death")
989996 "stun_flags" "short" // victim's stun flags at the moment of death
990997 "death_flags" "short" //death flags.
991998 "silent_kill" "bool"
N/A999 "assister_fallback" "string" // contains a string to use if "assister" is -1
9921000 }
9931001 
9941002 "pumpkin_lord_summoned"
10781086 {
10791087 "attacker" "short" // entindex of the attacker
10801088 "victim" "short" // entindex of the victim
N/A1089 "zone_id" "short" // type of area (0 for general, 1 for capture zone)
10811090 }
N/A1091 
N/A1092 "recalculate_holidays"
N/A1093 {
N/A1094 }
N/A1095 
N/A1096 "doomsday_rocket_open"
N/A1097 {
N/A1098 "team" "byte" // which team opened the rocket
N/A1099 }
N/A1100 
N/A1101 "remove_nemesis_relationships"
N/A1102 {
N/A1103 "player" "short" // entindex of the player who should reset
N/A1104 }
10821105}