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

From Team Fortress Wiki
Jump to: navigation, search
3535 "intro_nextcamera"
3636 {
3737 "player" "short" // entindex of the player
38N/A }
39N/A 
40N/A "mm_lobby_chat"
41N/A {
42N/A "steamid" "string" // steamID (64-bit value converted to string) of user who said the thing
43N/A "text" "string" // Their chat message
44N/A "type" "short" // What sort of message? (Some "system" messages are sent by lobby leader)
45N/A }
46N/A "mm_lobby_member_join"
47N/A {
48N/A "steamid" "string" // steamID (64-bit value converted to string) of user who joined
49N/A }
50N/A "mm_lobby_member_leave"
51N/A {
52N/A "steamid" "string" // steamID (64-bit value converted to string) of user who joined
53N/A "flags" "long" // Bitfield of EChatMemberStateChange flags describing who entered or left
5438 }
N/A39 
5540 "player_changeclass"
5641 {
5742 "userid" "short" // user ID who changed class
559544 
560545 "player_extinguished" // sent when a burning player is extinguished by a medic
561546 {
562N/A "victim" "byte" // entindex of the player that was extinguished
563N/A "healer" "byte" // entindex of the player who did the extinguishing
N/A547 "victim" "byte" // entindex of the player that was extinguished
N/A548 "healer" "byte" // entindex of the player who did the extinguishing
N/A549 "itemdefindex" "short" // item defindex that did the extinguishing
564550 }
565551 
566552 "player_teleported"
936922 "userid" "short"
937923 }
938924 
N/A925 "rocketpack_launch"
N/A926 {
N/A927 "userid" "short"
N/A928 "playsound" "bool"
N/A929 }
N/A930 
N/A931 "rocketpack_landed"
N/A932 {
N/A933 "userid" "short"
N/A934 }
N/A935 
939936 "medic_defended"
940937 {
941938 "userid" "short"
10841081 "silent_kill" "bool"
10851082 "assister_fallback" "string" // contains a string to use if "assister" is -1
10861083 }
N/A1084 
N/A1085 "slap_notice"
N/A1086 {
N/A1087 "userid" "short" // user ID who died
N/A1088 "victim_entindex" "long"
N/A1089 "inflictor_entindex" "long" // ent index of inflictor (a sentry, for example)
N/A1090 "attacker" "short" // user ID who killed
N/A1091 "weapon" "string" // weapon name killer used
N/A1092 "weaponid" "short" // ID of weapon killed used
N/A1093 "damagebits" "long" // bits of type of damage
N/A1094 "customkill" "short" // type of custom kill
N/A1095 "assister" "short" // user ID of assister
N/A1096 "weapon_logclassname" "string" // weapon name that should be printed on the log
N/A1097 "stun_flags" "short" // victim's stun flags at the moment of death
N/A1098 "death_flags" "short" //death flags.
N/A1099 "silent_kill" "bool"
N/A1100 "assister_fallback" "string" // contains a string to use if "assister" is -1
N/A1101 }
10871102 
10881103 // clone of "player_death" with added counts
10891104 "throwable_hit"
12331248 "victim" "short" // entindex of the victim
12341249 "zone_id" "short" // type of area (0 for general, 1 for capture zone)
12351250 }
N/A1251 
N/A1252 // If your party changes ~at all~, heavyweight
12361253 "party_updated"
12371254 {
12381255 }
N/A1256 
N/A1257 // Party's effective criteria has changed
N/A1258 "party_criteria_changed"
N/A1259 {
N/A1260 }
N/A1261 
N/A1262 // Party's invite list changed
N/A1263 "party_invites_changed"
N/A1264 {
N/A1265 }
N/A1266 // Party's in-queue state changed
N/A1267 "party_queue_state_changed"
N/A1268 {
N/A1269 }
N/A1270 
N/A1271 "party_chat"
N/A1272 {
N/A1273 "steamid" "string" // steamID (64-bit value converted to string) of user who said or did the thing. May be
N/A1274 // empty-string for system actor.
N/A1275 "text" "string" // The message. May have different meaning for some types
N/A1276 "type" "short" // What sort of message? ETFPartyChatType enum
N/A1277 }
N/A1278 
N/A1279 "party_member_join"
N/A1280 {
N/A1281 "steamid" "string" // steamID (64-bit value converted to string) of joined
N/A1282 }
N/A1283 
N/A1284 "party_member_leave"
N/A1285 {
N/A1286 "steamid" "string" // steamID (64-bit value converted to string) of leaver
N/A1287 }
N/A1288 
12391289 "lobby_updated"
12401290 {
12411291 }
15611611 {
15621612 "quest_item_id_low" "long"
15631613 "quest_item_id_hi" "long"
1564N/A "quest_objective_id" "long"
N/A1614 "quest_objective_id" "long"
N/A1615 "scorer_user_id" "short"
15651616 }
15661617 
15671618 "player_score_changed"
15881639 {
15891640 "attacker" "byte" // index of the player who shot the projectile
15901641 "victim" "byte" // index of the player who got direct-ht
N/A1642 "weapon_def_index" "long" // defindex of the direct hitting weapon
15911643 }
15921644 
15931645 // passtime
18301882 
18311883 "vote_maps_changed"
18321884 {}
N/A1885 
N/A1886 "proto_def_changed"
N/A1887 {
N/A1888 "type" "byte"
N/A1889 "defindex" "long"
N/A1890 "created" "bool"
N/A1891 "deleted" "bool"
N/A1892 "erase_history" "bool"
N/A1893 }
N/A1894 
N/A1895 "player_domination"
N/A1896 {
N/A1897 "dominator" "short" // userID of who gained domination
N/A1898 "dominated" "short" // userID of who got dominated
N/A1899 "dominations" "short" // Number of dominations this dominator has
N/A1900 }
N/A1901 
N/A1902 "player_rocketpack_pushed"
N/A1903 {
N/A1904 "pusher" "short" // userID of who pushed
N/A1905 "pushed" "short" // userID of who got pushed
N/A1906 }
N/A1907 
N/A1908 "quest_request"
N/A1909 {
N/A1910 "request" "long"
N/A1911 "msg" "string" // Protobuf serialized to a string
N/A1912 }
N/A1913 
N/A1914 "quest_response"
N/A1915 {
N/A1916 "request" "long"
N/A1917 "success" "bool"
N/A1918 "msg" "string" // Protobuf serialized to a string
N/A1919 }
N/A1920 
N/A1921 "quest_progress"
N/A1922 {
N/A1923 "owner" "short"
N/A1924 "scorer" "short"
N/A1925 "type" "byte"
N/A1926 "completed" "bool"
N/A1927 "quest_defindex" "long"
N/A1928 }
N/A1929 
N/A1930 "projectile_removed"
N/A1931 {
N/A1932 "attacker" "byte"
N/A1933 "weapon_def_index" "long"
N/A1934 "num_hit" "byte"
N/A1935 "num_direct_hit" "byte"
N/A1936 }
N/A1937 
N/A1938 "quest_map_data_changed"
N/A1939 {}
N/A1940 
N/A1941 "gas_doused_player_ignited"
N/A1942 {
N/A1943 "igniter" "short" // entindex of the igniter
N/A1944 "douser" "short" // entindex of the douser
N/A1945 "victim" "short" // entindex of the victim
N/A1946 }
N/A1947 
N/A1948 "quest_turn_in_state"
N/A1949 {
N/A1950 "state" "short" // Maps to EQuestTurnInState
N/A1951 }
N/A1952 
N/A1953 "items_acknowledged"
N/A1954 {}
18331955}