effigy_wire 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/Gemfile +2 -0
  4. data/Gemfile.lock +13 -6
  5. data/bin/bundler +17 -0
  6. data/bin/import +47 -0
  7. data/bin/protoc-gen-ruby +17 -0
  8. data/bin/rake +17 -0
  9. data/bin/repath +6 -0
  10. data/bin/rpc_server +17 -0
  11. data/bin/support/00-nuke_everything +35 -0
  12. data/bin/support/10-clarity_protobuf_copy +68 -0
  13. data/bin/support/20-clean_clarity_protobuf +46 -0
  14. data/bin/{effigy/package → support/30-package_proto} +10 -8
  15. data/bin/support/40-tweak_proto +24 -0
  16. data/bin/support/50-compile_proto +100 -0
  17. data/bin/support/60-tweak_rb +23 -0
  18. data/bin/{effigy/mk-require-turds → support/70-make_require_turds} +10 -6
  19. data/bin/support/80-delete_stragglers +7 -0
  20. data/bin/thor +17 -0
  21. data/effigy_wire.gemspec +1 -2
  22. data/lib/effigy/wire.rb +0 -6
  23. data/lib/effigy/wire/demo.pb.rb +22 -21
  24. data/lib/effigy/wire/dota_commonmessages.pb.rb +87 -86
  25. data/lib/effigy/wire/dota_modifiers.pb.rb +2 -1
  26. data/lib/effigy/wire/dota_usermessages.pb.rb +50 -49
  27. data/lib/effigy/wire/netmessages.pb.rb +2 -1
  28. data/lib/effigy/wire/networkbasetypes.pb.rb +15 -14
  29. data/lib/effigy/wire/s1/s1_dota_usermessages.pb.rb +81 -80
  30. data/lib/effigy/wire/s1/s1_netmessages.pb.rb +29 -28
  31. data/lib/effigy/wire/s1/s1_usermessages.pb.rb +33 -32
  32. data/lib/effigy/wire/s2/s2_base_gcmessages.pb.rb +2 -1
  33. data/lib/effigy/wire/s2/s2_dota_gcmessages_common.pb.rb +3 -2
  34. data/lib/effigy/wire/s2/s2_dota_match_metadata.pb.rb +3 -2
  35. data/lib/effigy/wire/s2/s2_dota_usermessages.pb.rb +96 -95
  36. data/lib/effigy/wire/s2/s2_gameevents.pb.rb +15 -14
  37. data/lib/effigy/wire/s2/s2_netmessages.pb.rb +26 -25
  38. data/lib/effigy/wire/s2/s2_te.pb.rb +29 -28
  39. data/lib/effigy/wire/s2/s2_usermessages.pb.rb +48 -47
  40. data/proto/dota_commonmessages.proto +91 -91
  41. data/proto/dota_usermessages.proto +48 -48
  42. data/proto/networkbasetypes.proto +14 -14
  43. data/proto/s1/s1_netmessages.proto +27 -27
  44. data/proto/s2/s2_dota_gcmessages_common.proto +1 -1
  45. data/proto/s2/s2_dota_match_metadata.proto +1 -1
  46. data/proto/s2/s2_netmessages.proto +24 -24
  47. metadata +19 -10
  48. data/BIN_README.txt +0 -18
  49. data/bin/clarity-protobuf/clean +0 -36
  50. data/bin/clarity-protobuf/copy +0 -75
  51. data/bin/effigy/compile-proto +0 -81
  52. data/bin/effigy/tweak-proto +0 -30
  53. data/bin/effigy/tweak-rb +0 -20
@@ -3,110 +3,111 @@
3
3
  ##
4
4
  # This file is auto-generated. DO NOT EDIT!
5
5
  #
6
- require 'protobuf/message'
6
+ require 'protobuf'
7
7
 
8
8
  module Effigy
9
9
  module Wire
10
10
  module S2
11
+ ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }
11
12
 
12
13
  ##
13
14
  # Enum Classes
14
15
  #
15
16
  class EDotaUserMessages < ::Protobuf::Enum
16
- define :DOTA_UM_AddUnitToSelection, 464
17
- define :DOTA_UM_AIDebugLine, 465
18
- define :DOTA_UM_ChatEvent, 466
19
- define :DOTA_UM_CombatHeroPositions, 467
20
- define :DOTA_UM_CombatLogData, 468
21
- define :DOTA_UM_CombatLogShowDeath, 470
22
- define :DOTA_UM_CreateLinearProjectile, 471
23
- define :DOTA_UM_DestroyLinearProjectile, 472
24
- define :DOTA_UM_DodgeTrackingProjectiles, 473
25
- define :DOTA_UM_GlobalLightColor, 474
26
- define :DOTA_UM_GlobalLightDirection, 475
27
- define :DOTA_UM_InvalidCommand, 476
28
- define :DOTA_UM_LocationPing, 477
29
- define :DOTA_UM_MapLine, 478
30
- define :DOTA_UM_MiniKillCamInfo, 479
31
- define :DOTA_UM_MinimapDebugPoint, 480
32
- define :DOTA_UM_MinimapEvent, 481
33
- define :DOTA_UM_NevermoreRequiem, 482
34
- define :DOTA_UM_OverheadEvent, 483
35
- define :DOTA_UM_SetNextAutobuyItem, 484
36
- define :DOTA_UM_SharedCooldown, 485
37
- define :DOTA_UM_SpectatorPlayerClick, 486
38
- define :DOTA_UM_TutorialTipInfo, 487
39
- define :DOTA_UM_UnitEvent, 488
40
- define :DOTA_UM_ParticleManager, 489
41
- define :DOTA_UM_BotChat, 490
42
- define :DOTA_UM_HudError, 491
43
- define :DOTA_UM_ItemPurchased, 492
44
- define :DOTA_UM_Ping, 493
45
- define :DOTA_UM_ItemFound, 494
46
- define :DOTA_UM_CharacterSpeakConcept, 495
47
- define :DOTA_UM_SwapVerify, 496
48
- define :DOTA_UM_WorldLine, 497
49
- define :DOTA_UM_TournamentDrop, 498
50
- define :DOTA_UM_ItemAlert, 499
51
- define :DOTA_UM_HalloweenDrops, 500
52
- define :DOTA_UM_ChatWheel, 501
53
- define :DOTA_UM_ReceivedXmasGift, 502
54
- define :DOTA_UM_UpdateSharedContent, 503
55
- define :DOTA_UM_TutorialRequestExp, 504
56
- define :DOTA_UM_TutorialPingMinimap, 505
57
- define :DOTA_UM_GamerulesStateChanged, 506
58
- define :DOTA_UM_ShowSurvey, 507
59
- define :DOTA_UM_TutorialFade, 508
60
- define :DOTA_UM_AddQuestLogEntry, 509
61
- define :DOTA_UM_SendStatPopup, 510
62
- define :DOTA_UM_TutorialFinish, 511
63
- define :DOTA_UM_SendRoshanPopup, 512
64
- define :DOTA_UM_SendGenericToolTip, 513
65
- define :DOTA_UM_SendFinalGold, 514
66
- define :DOTA_UM_CustomMsg, 515
67
- define :DOTA_UM_CoachHUDPing, 516
68
- define :DOTA_UM_ClientLoadGridNav, 517
69
- define :DOTA_UM_TE_Projectile, 518
70
- define :DOTA_UM_TE_ProjectileLoc, 519
71
- define :DOTA_UM_TE_DotaBloodImpact, 520
72
- define :DOTA_UM_TE_UnitAnimation, 521
73
- define :DOTA_UM_TE_UnitAnimationEnd, 522
74
- define :DOTA_UM_AbilityPing, 523
75
- define :DOTA_UM_ShowGenericPopup, 524
76
- define :DOTA_UM_VoteStart, 525
77
- define :DOTA_UM_VoteUpdate, 526
78
- define :DOTA_UM_VoteEnd, 527
79
- define :DOTA_UM_BoosterState, 528
80
- define :DOTA_UM_WillPurchaseAlert, 529
81
- define :DOTA_UM_TutorialMinimapPosition, 530
82
- define :DOTA_UM_PlayerMMR, 531
83
- define :DOTA_UM_AbilitySteal, 532
84
- define :DOTA_UM_CourierKilledAlert, 533
85
- define :DOTA_UM_EnemyItemAlert, 534
86
- define :DOTA_UM_StatsMatchDetails, 535
87
- define :DOTA_UM_MiniTaunt, 536
88
- define :DOTA_UM_BuyBackStateAlert, 537
89
- define :DOTA_UM_SpeechBubble, 538
90
- define :DOTA_UM_CustomHeaderMessage, 539
91
- define :DOTA_UM_QuickBuyAlert, 540
92
- define :DOTA_UM_StatsHeroDetails, 541
93
- define :DOTA_UM_PredictionResult, 542
94
- define :DOTA_UM_ModifierAlert, 543
95
- define :DOTA_UM_HPManaAlert, 544
96
- define :DOTA_UM_GlyphAlert, 545
97
- define :DOTA_UM_BeastChat, 546
98
- define :DOTA_UM_SpectatorPlayerUnitOrders, 547
99
- define :DOTA_UM_CustomHudElement_Create, 548
100
- define :DOTA_UM_CustomHudElement_Modify, 549
101
- define :DOTA_UM_CustomHudElement_Destroy, 550
102
- define :DOTA_UM_CompendiumState, 551
103
- define :DOTA_UM_ProjectionAbility, 552
104
- define :DOTA_UM_ProjectionEvent, 553
105
- define :DOTA_UM_CombatLogDataHLTV, 554
106
- define :DOTA_UM_XPAlert, 555
107
- define :DOTA_UM_UpdateQuestProgress, 556
108
- define :DOTA_UM_MatchMetadata, 557
109
- define :DOTA_UM_MatchDetails, 558
17
+ define :DOTA_UM_ADDUNITTOSELECTION, 464
18
+ define :DOTA_UM_AIDEBUGLINE, 465
19
+ define :DOTA_UM_CHATEVENT, 466
20
+ define :DOTA_UM_COMBATHEROPOSITIONS, 467
21
+ define :DOTA_UM_COMBATLOGDATA, 468
22
+ define :DOTA_UM_COMBATLOGSHOWDEATH, 470
23
+ define :DOTA_UM_CREATELINEARPROJECTILE, 471
24
+ define :DOTA_UM_DESTROYLINEARPROJECTILE, 472
25
+ define :DOTA_UM_DODGETRACKINGPROJECTILES, 473
26
+ define :DOTA_UM_GLOBALLIGHTCOLOR, 474
27
+ define :DOTA_UM_GLOBALLIGHTDIRECTION, 475
28
+ define :DOTA_UM_INVALIDCOMMAND, 476
29
+ define :DOTA_UM_LOCATIONPING, 477
30
+ define :DOTA_UM_MAPLINE, 478
31
+ define :DOTA_UM_MINIKILLCAMINFO, 479
32
+ define :DOTA_UM_MINIMAPDEBUGPOINT, 480
33
+ define :DOTA_UM_MINIMAPEVENT, 481
34
+ define :DOTA_UM_NEVERMOREREQUIEM, 482
35
+ define :DOTA_UM_OVERHEADEVENT, 483
36
+ define :DOTA_UM_SETNEXTAUTOBUYITEM, 484
37
+ define :DOTA_UM_SHAREDCOOLDOWN, 485
38
+ define :DOTA_UM_SPECTATORPLAYERCLICK, 486
39
+ define :DOTA_UM_TUTORIALTIPINFO, 487
40
+ define :DOTA_UM_UNITEVENT, 488
41
+ define :DOTA_UM_PARTICLEMANAGER, 489
42
+ define :DOTA_UM_BOTCHAT, 490
43
+ define :DOTA_UM_HUDERROR, 491
44
+ define :DOTA_UM_ITEMPURCHASED, 492
45
+ define :DOTA_UM_PING, 493
46
+ define :DOTA_UM_ITEMFOUND, 494
47
+ define :DOTA_UM_CHARACTERSPEAKCONCEPT, 495
48
+ define :DOTA_UM_SWAPVERIFY, 496
49
+ define :DOTA_UM_WORLDLINE, 497
50
+ define :DOTA_UM_TOURNAMENTDROP, 498
51
+ define :DOTA_UM_ITEMALERT, 499
52
+ define :DOTA_UM_HALLOWEENDROPS, 500
53
+ define :DOTA_UM_CHATWHEEL, 501
54
+ define :DOTA_UM_RECEIVEDXMASGIFT, 502
55
+ define :DOTA_UM_UPDATESHAREDCONTENT, 503
56
+ define :DOTA_UM_TUTORIALREQUESTEXP, 504
57
+ define :DOTA_UM_TUTORIALPINGMINIMAP, 505
58
+ define :DOTA_UM_GAMERULESSTATECHANGED, 506
59
+ define :DOTA_UM_SHOWSURVEY, 507
60
+ define :DOTA_UM_TUTORIALFADE, 508
61
+ define :DOTA_UM_ADDQUESTLOGENTRY, 509
62
+ define :DOTA_UM_SENDSTATPOPUP, 510
63
+ define :DOTA_UM_TUTORIALFINISH, 511
64
+ define :DOTA_UM_SENDROSHANPOPUP, 512
65
+ define :DOTA_UM_SENDGENERICTOOLTIP, 513
66
+ define :DOTA_UM_SENDFINALGOLD, 514
67
+ define :DOTA_UM_CUSTOMMSG, 515
68
+ define :DOTA_UM_COACHHUDPING, 516
69
+ define :DOTA_UM_CLIENTLOADGRIDNAV, 517
70
+ define :DOTA_UM_TE_PROJECTILE, 518
71
+ define :DOTA_UM_TE_PROJECTILELOC, 519
72
+ define :DOTA_UM_TE_DOTABLOODIMPACT, 520
73
+ define :DOTA_UM_TE_UNITANIMATION, 521
74
+ define :DOTA_UM_TE_UNITANIMATIONEND, 522
75
+ define :DOTA_UM_ABILITYPING, 523
76
+ define :DOTA_UM_SHOWGENERICPOPUP, 524
77
+ define :DOTA_UM_VOTESTART, 525
78
+ define :DOTA_UM_VOTEUPDATE, 526
79
+ define :DOTA_UM_VOTEEND, 527
80
+ define :DOTA_UM_BOOSTERSTATE, 528
81
+ define :DOTA_UM_WILLPURCHASEALERT, 529
82
+ define :DOTA_UM_TUTORIALMINIMAPPOSITION, 530
83
+ define :DOTA_UM_PLAYERMMR, 531
84
+ define :DOTA_UM_ABILITYSTEAL, 532
85
+ define :DOTA_UM_COURIERKILLEDALERT, 533
86
+ define :DOTA_UM_ENEMYITEMALERT, 534
87
+ define :DOTA_UM_STATSMATCHDETAILS, 535
88
+ define :DOTA_UM_MINITAUNT, 536
89
+ define :DOTA_UM_BUYBACKSTATEALERT, 537
90
+ define :DOTA_UM_SPEECHBUBBLE, 538
91
+ define :DOTA_UM_CUSTOMHEADERMESSAGE, 539
92
+ define :DOTA_UM_QUICKBUYALERT, 540
93
+ define :DOTA_UM_STATSHERODETAILS, 541
94
+ define :DOTA_UM_PREDICTIONRESULT, 542
95
+ define :DOTA_UM_MODIFIERALERT, 543
96
+ define :DOTA_UM_HPMANAALERT, 544
97
+ define :DOTA_UM_GLYPHALERT, 545
98
+ define :DOTA_UM_BEASTCHAT, 546
99
+ define :DOTA_UM_SPECTATORPLAYERUNITORDERS, 547
100
+ define :DOTA_UM_CUSTOMHUDELEMENT_CREATE, 548
101
+ define :DOTA_UM_CUSTOMHUDELEMENT_MODIFY, 549
102
+ define :DOTA_UM_CUSTOMHUDELEMENT_DESTROY, 550
103
+ define :DOTA_UM_COMPENDIUMSTATE, 551
104
+ define :DOTA_UM_PROJECTIONABILITY, 552
105
+ define :DOTA_UM_PROJECTIONEVENT, 553
106
+ define :DOTA_UM_COMBATLOGDATAHLTV, 554
107
+ define :DOTA_UM_XPALERT, 555
108
+ define :DOTA_UM_UPDATEQUESTPROGRESS, 556
109
+ define :DOTA_UM_MATCHMETADATA, 557
110
+ define :DOTA_UM_MATCHDETAILS, 558
110
111
  end
111
112
 
112
113
  end
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  # This file is auto-generated. DO NOT EDIT!
5
5
  #
6
- require 'protobuf/message'
6
+ require 'protobuf'
7
7
 
8
8
 
9
9
  ##
@@ -14,24 +14,25 @@ require_relative '../networkbasetypes.pb'
14
14
  module Effigy
15
15
  module Wire
16
16
  module S2
17
+ ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }
17
18
 
18
19
  ##
19
20
  # Enum Classes
20
21
  #
21
22
  class EBaseGameEvents < ::Protobuf::Enum
22
- define :GE_VDebugGameSessionIDEvent, 200
23
- define :GE_PlaceDecalEvent, 201
24
- define :GE_ClearWorldDecalsEvent, 202
25
- define :GE_ClearEntityDecalsEvent, 203
26
- define :GE_ClearDecalsForSkeletonInstanceEvent, 204
27
- define :GE_Source1LegacyGameEventList, 205
28
- define :GE_Source1LegacyListenEvents, 206
29
- define :GE_Source1LegacyGameEvent, 207
30
- define :GE_SosStartSoundEvent, 208
31
- define :GE_SosStopSoundEvent, 209
32
- define :GE_SosSetSoundEventParams, 210
33
- define :GE_SosSetLibraryStackFields, 211
34
- define :GE_SosStopSoundEventHash, 212
23
+ define :GE_VDEBUGGAMESESSIONIDEVENT, 200
24
+ define :GE_PLACEDECALEVENT, 201
25
+ define :GE_CLEARWORLDDECALSEVENT, 202
26
+ define :GE_CLEARENTITYDECALSEVENT, 203
27
+ define :GE_CLEARDECALSFORSKELETONINSTANCEEVENT, 204
28
+ define :GE_SOURCE1LEGACYGAMEEVENTLIST, 205
29
+ define :GE_SOURCE1LEGACYLISTENEVENTS, 206
30
+ define :GE_SOURCE1LEGACYGAMEEVENT, 207
31
+ define :GE_SOSSTARTSOUNDEVENT, 208
32
+ define :GE_SOSSTOPSOUNDEVENT, 209
33
+ define :GE_SOSSETSOUNDEVENTPARAMS, 210
34
+ define :GE_SOSSETLIBRARYSTACKFIELDS, 211
35
+ define :GE_SOSSTOPSOUNDEVENTHASH, 212
35
36
  end
36
37
 
37
38
 
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  # This file is auto-generated. DO NOT EDIT!
5
5
  #
6
- require 'protobuf/message'
6
+ require 'protobuf'
7
7
 
8
8
 
9
9
  ##
@@ -14,35 +14,36 @@ require_relative '../netmessages.pb'
14
14
  module Effigy
15
15
  module Wire
16
16
  module S2
17
+ ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }
17
18
 
18
19
  ##
19
20
  # Enum Classes
20
21
  #
21
22
  class SVC_Messages < ::Protobuf::Enum
22
- define :SVC_ServerInfo, 40
23
- define :SVC_FlattenedSerializer, 41
24
- define :SVC_ClassInfo, 42
25
- define :SVC_SetPause, 43
26
- define :SVC_CreateStringTable, 44
27
- define :SVC_UpdateStringTable, 45
28
- define :SVC_VoiceInit, 46
29
- define :SVC_VoiceData, 47
30
- define :SVC_Print, 48
31
- define :SVC_Sounds, 49
32
- define :SVC_SetView, 50
33
- define :SVC_ClearAllStringTables, 51
34
- define :SVC_CmdKeyValues, 52
35
- define :SVC_BSPDecal, 53
36
- define :SVC_SplitScreen, 54
37
- define :SVC_PacketEntities, 55
38
- define :SVC_Prefetch, 56
39
- define :SVC_Menu, 57
40
- define :SVC_GetCvarValue, 58
41
- define :SVC_StopSound, 59
42
- define :SVC_PeerList, 60
43
- define :SVC_PacketReliable, 61
44
- define :SVC_HLTVStatus, 62
45
- define :SVC_FullFrameSplit, 70
23
+ define :SVC_SERVERINFO, 40
24
+ define :SVC_FLATTENEDSERIALIZER, 41
25
+ define :SVC_CLASSINFO, 42
26
+ define :SVC_SETPAUSE, 43
27
+ define :SVC_CREATESTRINGTABLE, 44
28
+ define :SVC_UPDATESTRINGTABLE, 45
29
+ define :SVC_VOICEINIT, 46
30
+ define :SVC_VOICEDATA, 47
31
+ define :SVC_PRINT, 48
32
+ define :SVC_SOUNDS, 49
33
+ define :SVC_SETVIEW, 50
34
+ define :SVC_CLEARALLSTRINGTABLES, 51
35
+ define :SVC_CMDKEYVALUES, 52
36
+ define :SVC_BSPDECAL, 53
37
+ define :SVC_SPLITSCREEN, 54
38
+ define :SVC_PACKETENTITIES, 55
39
+ define :SVC_PREFETCH, 56
40
+ define :SVC_MENU, 57
41
+ define :SVC_GETCVARVALUE, 58
42
+ define :SVC_STOPSOUND, 59
43
+ define :SVC_PEERLIST, 60
44
+ define :SVC_PACKETRELIABLE, 61
45
+ define :SVC_HLTVSTATUS, 62
46
+ define :SVC_FULLFRAMESPLIT, 70
46
47
  end
47
48
 
48
49
 
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  # This file is auto-generated. DO NOT EDIT!
5
5
  #
6
- require 'protobuf/message'
6
+ require 'protobuf'
7
7
 
8
8
 
9
9
  ##
@@ -14,38 +14,39 @@ require_relative '../networkbasetypes.pb'
14
14
  module Effigy
15
15
  module Wire
16
16
  module S2
17
+ ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }
17
18
 
18
19
  ##
19
20
  # Enum Classes
20
21
  #
21
22
  class ETEProtobufIds < ::Protobuf::Enum
22
- define :TE_EffectDispatchId, 400
23
- define :TE_ArmorRicochetId, 401
24
- define :TE_BeamEntPointId, 402
25
- define :TE_BeamEntsId, 403
26
- define :TE_BeamPointsId, 404
27
- define :TE_BeamRingId, 405
28
- define :TE_BreakModelId, 406
29
- define :TE_BSPDecalId, 407
30
- define :TE_BubblesId, 408
31
- define :TE_BubbleTrailId, 409
32
- define :TE_DecalId, 410
33
- define :TE_WorldDecalId, 411
34
- define :TE_EnergySplashId, 412
35
- define :TE_FizzId, 413
36
- define :TE_ShatterSurfaceId, 414
37
- define :TE_GlowSpriteId, 415
38
- define :TE_ImpactId, 416
39
- define :TE_MuzzleFlashId, 417
40
- define :TE_BloodStreamId, 418
41
- define :TE_ExplosionId, 419
42
- define :TE_DustId, 420
43
- define :TE_LargeFunnelId, 421
44
- define :TE_SparksId, 422
45
- define :TE_PhysicsPropId, 423
46
- define :TE_PlayerDecalId, 424
47
- define :TE_ProjectedDecalId, 425
48
- define :TE_SmokeId, 426
23
+ define :TE_EFFECTDISPATCHID, 400
24
+ define :TE_ARMORRICOCHETID, 401
25
+ define :TE_BEAMENTPOINTID, 402
26
+ define :TE_BEAMENTSID, 403
27
+ define :TE_BEAMPOINTSID, 404
28
+ define :TE_BEAMRINGID, 405
29
+ define :TE_BREAKMODELID, 406
30
+ define :TE_BSPDECALID, 407
31
+ define :TE_BUBBLESID, 408
32
+ define :TE_BUBBLETRAILID, 409
33
+ define :TE_DECALID, 410
34
+ define :TE_WORLDDECALID, 411
35
+ define :TE_ENERGYSPLASHID, 412
36
+ define :TE_FIZZID, 413
37
+ define :TE_SHATTERSURFACEID, 414
38
+ define :TE_GLOWSPRITEID, 415
39
+ define :TE_IMPACTID, 416
40
+ define :TE_MUZZLEFLASHID, 417
41
+ define :TE_BLOODSTREAMID, 418
42
+ define :TE_EXPLOSIONID, 419
43
+ define :TE_DUSTID, 420
44
+ define :TE_LARGEFUNNELID, 421
45
+ define :TE_SPARKSID, 422
46
+ define :TE_PHYSICSPROPID, 423
47
+ define :TE_PLAYERDECALID, 424
48
+ define :TE_PROJECTEDDECALID, 425
49
+ define :TE_SMOKEID, 426
49
50
  end
50
51
 
51
52
 
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  # This file is auto-generated. DO NOT EDIT!
5
5
  #
6
- require 'protobuf/message'
6
+ require 'protobuf'
7
7
 
8
8
 
9
9
  ##
@@ -14,61 +14,62 @@ require_relative '../networkbasetypes.pb'
14
14
  module Effigy
15
15
  module Wire
16
16
  module S2
17
+ ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }
17
18
 
18
19
  ##
19
20
  # Enum Classes
20
21
  #
21
22
  class EBaseUserMessages < ::Protobuf::Enum
22
- define :UM_AchievementEvent, 101
23
- define :UM_CloseCaption, 102
24
- define :UM_CloseCaptionDirect, 103
25
- define :UM_CurrentTimescale, 104
26
- define :UM_DesiredTimescale, 105
27
- define :UM_Fade, 106
28
- define :UM_GameTitle, 107
29
- define :UM_HintText, 109
30
- define :UM_HudMsg, 110
31
- define :UM_HudText, 111
32
- define :UM_KeyHintText, 112
33
- define :UM_ColoredText, 113
34
- define :UM_RequestState, 114
35
- define :UM_ResetHUD, 115
36
- define :UM_Rumble, 116
37
- define :UM_SayText, 117
38
- define :UM_SayText2, 118
39
- define :UM_SayTextChannel, 119
40
- define :UM_Shake, 120
41
- define :UM_ShakeDir, 121
42
- define :UM_TextMsg, 124
43
- define :UM_ScreenTilt, 125
44
- define :UM_Train, 126
45
- define :UM_VGUIMenu, 127
46
- define :UM_VoiceMask, 128
47
- define :UM_VoiceSubtitle, 129
48
- define :UM_SendAudio, 130
49
- define :UM_ItemPickup, 131
50
- define :UM_AmmoDenied, 132
51
- define :UM_CrosshairAngle, 133
52
- define :UM_ShowMenu, 134
53
- define :UM_CreditsMsg, 135
54
- define :UM_CloseCaptionPlaceholder, 142
55
- define :UM_CameraTransition, 143
56
- define :UM_AudioParameter, 144
57
- define :UM_ParticleManager, 145
58
- define :UM_HudError, 146
59
- define :UM_CustomGameEvent_ClientToServer, 147
60
- define :UM_CustomGameEvent_ServerToClient, 148
61
- define :UM_TrackedControllerInput_ClientToServer, 149
23
+ define :UM_ACHIEVEMENTEVENT, 101
24
+ define :UM_CLOSECAPTION, 102
25
+ define :UM_CLOSECAPTIONDIRECT, 103
26
+ define :UM_CURRENTTIMESCALE, 104
27
+ define :UM_DESIREDTIMESCALE, 105
28
+ define :UM_FADE, 106
29
+ define :UM_GAMETITLE, 107
30
+ define :UM_HINTTEXT, 109
31
+ define :UM_HUDMSG, 110
32
+ define :UM_HUDTEXT, 111
33
+ define :UM_KEYHINTTEXT, 112
34
+ define :UM_COLOREDTEXT, 113
35
+ define :UM_REQUESTSTATE, 114
36
+ define :UM_RESETHUD, 115
37
+ define :UM_RUMBLE, 116
38
+ define :UM_SAYTEXT, 117
39
+ define :UM_SAYTEXT2, 118
40
+ define :UM_SAYTEXTCHANNEL, 119
41
+ define :UM_SHAKE, 120
42
+ define :UM_SHAKEDIR, 121
43
+ define :UM_TEXTMSG, 124
44
+ define :UM_SCREENTILT, 125
45
+ define :UM_TRAIN, 126
46
+ define :UM_VGUIMENU, 127
47
+ define :UM_VOICEMASK, 128
48
+ define :UM_VOICESUBTITLE, 129
49
+ define :UM_SENDAUDIO, 130
50
+ define :UM_ITEMPICKUP, 131
51
+ define :UM_AMMODENIED, 132
52
+ define :UM_CROSSHAIRANGLE, 133
53
+ define :UM_SHOWMENU, 134
54
+ define :UM_CREDITSMSG, 135
55
+ define :UM_CLOSECAPTIONPLACEHOLDER, 142
56
+ define :UM_CAMERATRANSITION, 143
57
+ define :UM_AUDIOPARAMETER, 144
58
+ define :UM_PARTICLEMANAGER, 145
59
+ define :UM_HUDERROR, 146
60
+ define :UM_CUSTOMGAMEEVENT_CLIENTTOSERVER, 147
61
+ define :UM_CUSTOMGAMEEVENT_SERVERTOCLIENT, 148
62
+ define :UM_TRACKEDCONTROLLERINPUT_CLIENTTOSERVER, 149
62
63
  define :UM_MAX_BASE, 200
63
64
  end
64
65
 
65
66
  class EBaseEntityMessages < ::Protobuf::Enum
66
- define :EM_PlayJingle, 136
67
- define :EM_ScreenOverlay, 137
68
- define :EM_RemoveAllDecals, 138
69
- define :EM_PropagateForce, 139
70
- define :EM_DoSpark, 140
71
- define :EM_FixAngle, 141
67
+ define :EM_PLAYJINGLE, 136
68
+ define :EM_SCREENOVERLAY, 137
69
+ define :EM_REMOVEALLDECALS, 138
70
+ define :EM_PROPAGATEFORCE, 139
71
+ define :EM_DOSPARK, 140
72
+ define :EM_FIXANGLE, 141
72
73
  end
73
74
 
74
75
  class ERollType < ::Protobuf::Enum