ashecitism
Member
MM=Matchmaking
With Valve online services people are always parsing code whenever for ex there's an update released to see what's up behind the scenes, if there's any hint to future happenings. Same goes for TF2. I've been only made aware of these stuff recently, however these date back to the Halloween update and some even before (so, this was before Overwatch got announced, before anyone brings it up
), but figured people might be interested in it. Remember though, Valve Time.
Looked up the relevant links, the ones for Facepunch require an account to view though.
from August:
http://facepunch.com/showthread.php?t=1398764&p=45671387&viewfull=1#post45671387
http://facepunch.com/showthread.php?t=1398764&p=45671812&viewfull=1#post45671812
http://facepunch.com/showthread.php?t=1398764&p=45674243&viewfull=1#post45674243
http://www.reddit.com/r/tf2/comments/2ku2cf/player_skill_rating_added_to_the_game_update/
from Halloween:
http://www.reddit.com/r/tf2/comments/2kuji9/tf2_major_update_speculation_megathread/
http://pastebin.com/kG97th2w
http://facepunch.com/showthread.php?p=46370979#post46370979
http://facepunch.com/showthread.php?t=1398764&p=46371433&viewfull=1#post46371433
http://pastebin.com/H28pXLYu
from a couple of days ago:
http://facepunch.com/showthread.php?t=1398764&p=46535494&viewfull=1#post46535494
http://facepunch.com/showthread.php?t=1398764&p=46535770&viewfull=1#post46535770
I think I got them all, whew.
With Valve online services people are always parsing code whenever for ex there's an update released to see what's up behind the scenes, if there's any hint to future happenings. Same goes for TF2. I've been only made aware of these stuff recently, however these date back to the Halloween update and some even before (so, this was before Overwatch got announced, before anyone brings it up
Looked up the relevant links, the ones for Facepunch require an account to view though.
from August:
http://facepunch.com/showthread.php?t=1398764&p=45671387&viewfull=1#post45671387
i just noticed some coding for something called "tf2 skill rating beta"
competitive beta stuff might be coming
edit: "tobor" is one of the new ratings
http://facepunch.com/showthread.php?t=1398764&p=45671812&viewfull=1#post45671812
Must be a remnant of times gone by. Official comp TF2 was a failure, iirc.
its new
http://facepunch.com/showthread.php?t=1398764&p=45674243&viewfull=1#post45674243
http://www.reddit.com/r/tf2/comments/2ku2cf/player_skill_rating_added_to_the_game_update/
Here's a few more things found, for those of you who didn't read the thread:
http://pastebin.com/GaGiepbs
http://pastebin.com/n1ZRHAg5
Some interesting things to note in there:
TF_MatchmakingMode
TF_Matchmaking_INVALID
TF_Matchmaking_QUICKPLAY
TF_Matchmaking_TOBOR
TF_Matchmaking_WizardStep
!TF_Matchmaking_WizardStep_INVALID
8TF_Matchmaking_WizardStep_TOBOR_PLAY_FOR_BRAGGING_RIGHTS
,TF_Matchmaking_WizardStep_TOBOR_TOUR_OF_DUTY
)TF_Matchmaking_WizardStep_TOBOR_CHALLENGE
TF_Matchmaking_WizardStep_QUICKPLAY
TF_Matchmaking_WizardStep_SEARCHING
and
TF_GC_GameState
TF_GC_GAMESTATE_STATE_INIT
(TF_GC_GAMESTATE_WAIT_FOR_PLAYERS_TO_LOAD
TF_GC_GAMESTATE_STRATEGY_TIME
TF_GC_GAMESTATE_GAME_IN_PROGRESS
TF_GC_GAMESTATE_POST_GAME
TF_GC_GAMESTATE_DISCONNECT
TF_GC_GAMESTATE_LAST
TF_GC_TEAM
TF_GC_TEAM_DEFENDERS
TF_GC_TEAM_BROADCASTER
TF_GC_TEAM_SPECTATOR
TF_GC_TEAM_PLAYER_POOL
TF_GC_TEAM_NOTEAM
Then this thing talking about a "lobby-based" matchmaking mode:
Entering lobby-based matchmaking mode
Open mode active. Gameserver will show in server browser and accept ad-hoc joins.
Strict mode is active. Gameserver will not show in server browser or accept ad-hoc joins.
Server is hidden from server browser list, but will accept ad-hoc joins.
Requested trusted server status.
Leaving lobby-based matchmaking mode
EDIT: It appears some of these things have been in the game since late 2012, but never seen the light of day. (Or have different meaning/uses than what you'd expect them to be.)
https://github.com/wheybags/steamirc/blob/master/steamre/Resources/Protobufs/tf/tf_gcmessages.proto
from Halloween:
http://www.reddit.com/r/tf2/comments/2kuji9/tf2_major_update_speculation_megathread/
Matchmaking & Skill Rating
testinglol (who has been known to leak major updates) has found a lot of smoke for competitive matchmaking and skill rating for TF2 (post requires an account to view).
What do you think it will look like? Picks/bans? PUGs or teams? Highlander or something more Valve's flavor? (I'm sorry 6s, I just don't see you being supported as being likely).
Spy vs Engy
References to a 'Spy vs Engy' update have been found.
What do you think this will look like? How will it differ to Demo vs Soldier? What do you think the prize(s) will be? Which side are you on?
http://pastebin.com/kG97th2w
http://facepunch.com/showthread.php?p=46370979#post46370979
I see you want a Spy vs Engineer update. It's coming.
The Spy vs Engineer Update
Select your side and start fighting.
Features
New comic (?)
Quests
-Quest Loadout!
--Objectives
---Kills
---Headshots
---Friends list kills
New items
War Journal (Purchasable)
Team Engineer Helmet
Team Spy Balaclava
The War Pistol
New weapons for spy and engineer
and more..
Competitive mode
New matchmaking and ranking
Some of these might not make into the update. Nothing is %100 guaranteed to get in. I will be updating this post later to include possible new stats for the weapons.
http://facepunch.com/showthread.php?t=1398764&p=46371433&viewfull=1#post46371433
A lot of the stuff he's "leaked" before has just been written in plain text inside of obscure TF2 files. The competitive ranking stuff was actually added to the modevents system in yesterday's update:
"competitive_victory"
{
}
"competitive_skillrating_update"
{
"index" "short" // entindex of the player
"rating" "short" // skillrating
"delta" "short" // skillrating adjustment
}
(from resource/modevents.res)
http://pastebin.com/H28pXLYu
enum TF_MatchmakingMode {
TF_Matchmaking_INVALID = 0;
TF_Matchmaking_QUICKPLAY = 1;
TF_Matchmaking_TOBOR = 2;
+ TF_Matchmaking_LADDER = 3;
}
from a couple of days ago:
http://facepunch.com/showthread.php?t=1398764&p=46535494&viewfull=1#post46535494
- (Already known, as people found it and I told y'all about it here) TFHoliday_SpyVsEngyWar. Triggering this holiday with tf_forced_holiday 6 does nothing as far as I can tell.
- Merasmus will possibly somehow be related to the war
- Global scoring
- Custom killcam messages
- Huge data dump Pelipoika made that shows a bunch of stuff. Lines 1 to 32 show some SpyVsEngyWar stuff. Not everything in this dump is related though, so pick through it at your own leisure.
I have picked through the dump, and found this stuff. First portion is Spy vs Engy WAR stuff. Second portion is a "Skill Rating" thing which I believe to be competitive matchmaking, and the third portion is an odd "Chat Channel" thing I've not heard of yet.
I believe this Chat Channel stuff to be related to competitive matchmaking, so we may be getting public chat channels and a spectating system of some sort.
![]()
http://facepunch.com/showthread.php?t=1398764&p=46535770&viewfull=1#post46535770
chat channels are old and copied code from dota
I think I got them all, whew.