Jump to content

Spy vs Engineer update?


Punishment_Fatal

Recommended Posts

So, a friend of mine was looking through the Halloween files and found this: http://pastebin.com/kG97th2w . If the link gets deactivated after a while, look at the spoiler at the bottom of this post. Anyways, from this info, could there be a 2nd War! update except with Engi and Spy? 

 

 

 

signs of a new class war update or something coming soon to tf2?

 
from the disassembly of tf2's server.dll post halloween update:
 
.rdata:106554E4 ; class CSOTFSpyVsEngyWarData: google::protobuf::Message, google::protobuf::MessageLite;  [sI] O: 0, A: 0  (Class Informer)
.rdata:106554E4                 dd offset ??_R4CSOTFSpyVsEngyWarData@@6B@ ; const CSOTFSpyVsEngyWarData::`RTTI Complete Object Locator'
.rdata:106554E8 ; const CSOTFSpyVsEngyWarData::`vftable'
.rdata:106554E8 ??_7CSOTFSpyVsEngyWarData@@6B@ dd offset sub_1003A000
 
.rdata:10655534 ; class CGCMsgGC_SpyVsEngyWar_IndividualUpdate: google::protobuf::Message, google::protobuf::MessageLite;  [sI] O: 0, A: 0  (Class Informer)
.rdata:10655534                 dd offset ??_R4CGCMsgGC_SpyVsEngyWar_IndividualUpdate@@6B@ ; const CGCMsgGC_SpyVsEngyWar_IndividualUpdate::`RTTI Complete Object Locator'
.rdata:10655538 ; const CGCMsgGC_SpyVsEngyWar_IndividualUpdate::`vftable'
.rdata:10655538 ??_7CGCMsgGC_SpyVsEngyWar_IndividualUpdate@@6B@ dd offset sub_10037F70
 
.rdata:10655584 ; class CGCMsgGC_SpyVsEngyWar_JoinWar: google::protobuf::Message, google::protobuf::MessageLite;  [sI] O: 0, A: 0  (Class Informer)
.rdata:10655584                 dd offset ??_R4CGCMsgGC_SpyVsEngyWar_JoinWar@@6B@ ; const CGCMsgGC_SpyVsEngyWar_JoinWar::`RTTI Complete Object Locator'
.rdata:10655588 ; const CGCMsgGC_SpyVsEngyWar_JoinWar::`vftable'
 
.rdata:106555D4 ; class CGCMsgGC_SpyVsEngyWar_SetKillCamMessage: google::protobuf::Message, google::protobuf::MessageLite;  [sI] O: 0, A: 0  (Class Informer)
.rdata:106555D4                 dd offset ??_R4CGCMsgGC_SpyVsEngyWar_SetKillCamMessage@@6B@ ; const CGCMsgGC_SpyVsEngyWar_SetKillCamMessage::`RTTI Complete Object Locator'
.rdata:106555D8 ; const CGCMsgGC_SpyVsEngyWar_SetKillCamMessage::`vftable'
 
.rdata:10655624 ; class CGCMsgGC_SpyVsEngyWar_RequestGlobalStats: google::protobuf::Message, google::protobuf::MessageLite;  [sI] O: 0, A: 0  (Class Informer)
.rdata:10655624                 dd offset ??_R4CGCMsgGC_SpyVsEngyWar_RequestGlobalStats@@6B@ ; const CGCMsgGC_SpyVsEngyWar_RequestGlobalStats::`RTTI Complete Object Locator'
.rdata:10655628 ; const CGCMsgGC_SpyVsEngyWar_RequestGlobalStats::`vftable'
 
new GC emsgs:
 
    k_EMsgGC_SpyVsEngyWar_IndividualUpdate = 6505;
    k_EMsgGC_SpyVsEngyWar_JoinWar = 6506;
    k_EMsgGC_SpyVsEngyWar_RequestGlobalStats = 6507;
    k_EMsgGC_SpyVsEngyWar_GlobalStatsResponse = 6508;
    k_EMsgGC_SpyVsEngyWar_SetKillCamMessage = 6509;
 
 
message CSOTFSpyVsEngyWarData {
    optional uint32 account_id = 1 [(key_field) = true];
    optional uint32 affiliation = 2;
    optional uint32 points_for_engy = 3;
    optional uint32 points_for_spy = 4;
    optional uint32 kills_for_engy = 5;
    optional uint32 kills_for_spy = 6;
    optional string killcam_message = 7;
}
 
message CGCMsgGC_SpyVsEngyWar_IndividualUpdate {
    optional fixed64 steam_id = 1;
    optional uint32 engy_points_scored = 2;
    optional uint32 spy_points_scored = 3;
    optional uint32 engy_kills_scored = 4;
    optional uint32 spy_kills_scored = 5;
}
 
message CGCMsgGC_SpyVsEngyWar_JoinWar {
    optional uint32 affiliation = 1;
}
 
message CGCMsgGC_SpyVsEngyWar_SetKillCamMessage {
    optional string killcam_message = 1;
}
 
message CGCMsgGC_SpyVsEngyWar_RequestGlobalStats {
}
 
message CGCMsgGC_SpyVsEngyWar_GlobalStatsResponse {
    optional uint64 spy_score = 1;
    optional uint64 engy_score = 2;
}
 
bonus finding: new matchmaking mode?
 
enum TF_MatchmakingMode {
    TF_Matchmaking_INVALID = 0;
    TF_Matchmaking_QUICKPLAY = 1;
    TF_Matchmaking_TOBOR = 2;
+    TF_Matchmaking_LADDER = 3;
}

 

 

 

Link to comment
Share on other sites

enum TF_MatchmakingMode {

    TF_Matchmaking_INVALID = 0;
    TF_Matchmaking_QUICKPLAY = 1;
    TF_Matchmaking_TOBOR = 2;
+    TF_Matchmaking_LADDER = 3;
}

 

yay ladder matchmaking

Link to comment
Share on other sites

If this legit, then I am most certainly hyped. Engie is my favourite class and I've gotten into spy recently. Can't wait to see if this really is legit or not. Only time will tell.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...