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

From Team Fortress Wiki
Jump to: navigation, search
6666 "inflictor_entindex" "long" // ent index of inflictor (a sentry, for example)
6767 "attacker" "short" // user ID who killed
6868 "weapon" "string" // weapon name killer used
69N/A "weaponid" "short" // ID of weapon killed used
N/A69 "weaponid" "short" // ID of weapon killer used
7070 "damagebits" "long" // bits of type of damage
7171 "customkill" "short" // type of custom kill
7272 "assister" "short" // user ID of assister
8585 "duck_streak_assist" "short" // Duck streak count for assister
8686 "duck_streak_victim" "short" // (former) duck streak count for victim
8787 "rocket_jump" "bool" // was the victim rocket jumping
N/A88 
N/A89 "weapon_def_index" "short" // item def index of weapon killer used
8890 
8991 // "dominated" "short" // did killer dominate victim with this kill
9092 // "assister_dominated" "short" // did assister dominate victim with this kill
317319 "cp" "byte" // index of the point that was blocked
318320 "cpname" "string" // name of the point
319321 "blocker" "byte" // index of the player that blocked the cap
N/A322 "victim" "byte" // index of the player that died, causing the block
320323 }
321324 "teamplay_flag_event"
322325 {
830833 "quality" "byte" // quality of the item
831834 "method" "byte" // method by which we acquired the item
832835 "itemdef" "long" // the item definition index
N/A836 "isstrange" "byte"
N/A837 "isunusual" "byte"
N/A838 "wear" "float"
833839 }
834840 
835841 "show_annotation"
15121518 {
15131519 "level" "short" // leveled up to what
15141520 }
N/A1521 
N/A1522 "questlog_opened"
N/A1523 {
N/A1524 }
N/A1525 
N/A1526 "schema_updated"
N/A1527 {
N/A1528 }
N/A1529 
N/A1530 "localplayer_pickup_weapon"
N/A1531 {
N/A1532 }
N/A1533 
N/A1534 "rd_player_score_points"
N/A1535 {
N/A1536 "player" "short"
N/A1537 "method" "short"
N/A1538 "amount" "short"
N/A1539 }
N/A1540 
N/A1541 "demoman_det_stickies"
N/A1542 {
N/A1543 "player" "short" // entindex of the detonating player
N/A1544 }
N/A1545 
N/A1546 "quest_objective_completed" // For prediction
N/A1547 {
N/A1548 "quest_item_id_low" "long"
N/A1549 "quest_item_id_hi" "long"
N/A1550 "quest_objective_id" "long"
N/A1551 }
N/A1552 
N/A1553 "player_score_changed"
N/A1554 {
N/A1555 "player" "byte"
N/A1556 "delta" "short"
N/A1557 }
N/A1558 
N/A1559 "killed_capping_player"
N/A1560 {
N/A1561 "cp" "byte" // index of the point
N/A1562 "killer" "byte" // index of the killer
N/A1563 "victim" "byte" // index of the victim
N/A1564 "assister" "byte" // index of the assister
N/A1565 }
N/A1566 
N/A1567 "environmental_death"
N/A1568 {
N/A1569 "killer" "byte" // index of the killer
N/A1570 "victim" "byte" // index of the victim
N/A1571 }
N/A1572 
N/A1573 "projectile_direct_hit"
N/A1574 {
N/A1575 "attacker" "byte" // index of the player who shot the projectile
N/A1576 "victim" "byte" // index of the player who got direct-ht
N/A1577 }
15151578}