Raised This Month: $51 Target: $400
 12% 

All Admin functions ceased working after today's update (8-21)


Post New Thread Reply   
 
Thread Tools Display Modes
Fearts
ferts of daeth
Join Date: Oct 2008
Old 08-21-2014 , 19:20   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #51

Quote:
Alfred Reynolds <[email protected]>

This is right, and the old steam2 format is still accepted by the engine (so any existing bans you have keep applying).
If this is the case then it might still be possible to patch this issue.
__________________
Fearts is offline
ViRaGisTe
Member
Join Date: Feb 2011
Old 08-21-2014 , 19:22   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #52

hahaha, right before the i52 !
ViRaGisTe is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 08-21-2014 , 19:23   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #53

I jsut saw another client update get pushed - did they revert it??


Edit: hell no

Last edited by Horsedick; 08-21-2014 at 19:25.
Horsedick is offline
Custo
Member
Join Date: Mar 2013
Location: Liberty City, LC State
Old 08-21-2014 , 19:25   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #54

Quote:
Originally Posted by Horsedick View Post
I jsut saw another client update get pushed - did they revert it??
I think it was a fix for Mac and Linux: http://wiki.teamfortress.com/wiki/Au..._Patch#Patch_2

Last edited by Custo; 08-21-2014 at 19:26. Reason: link
Custo is offline
ViRaGisTe
Member
Join Date: Feb 2011
Old 08-21-2014 , 19:26   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #55

Quote:
Originally Posted by Horsedick View Post
I jsut saw another client update get pushed - did they revert it??


Edit: hell no
Fixed Linux and Mac clients not being able to launch the game
ViRaGisTe is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 08-21-2014 , 19:27   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #56

Quote:
Originally Posted by ViRaGisTe View Post
Fixed Linux and Mac clients not being able to launch the game
I am glad of this patch, I was unable to play tf2(Now I got to wait for my client to update)
__________________
WildCard65 is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 08-21-2014 , 19:32   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #57

PHP function to convert STEAM_X:X:XXXXXXX to new ids.

Code:
function steam3($steam2) {
        $id = explode(':', $steam2);
        $id3 = ($id[2] * 2) + $id[1];
        return '[U:1:' . $id3 . ']';
    }
__________________

Last edited by nineteeneleven; 08-21-2014 at 19:48.
nineteeneleven is offline
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 08-21-2014 , 19:36   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #58

Hopefully this would fix it.

On second note, the update affects STAMM, as everyone is saying that their STAMM points reset to 0. This is especially true with flag-based STAMM groups.
__________________

Last edited by 93SHADoW; 08-21-2014 at 19:37.
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
Geit
Senior Member
Join Date: Oct 2009
Location: Home
Old 08-21-2014 , 19:36   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #59

I wrote this quickly for people who need the old style Steam IDs for their plugins until they get a chance to properly patch it.

Code:
stock bool:GetClientAuthString_Steam2(client, String:authStringDest[], strSize, bool:validate = true)
{    
    new accountID = GetSteamAccountID(client, validate);
    
    if(accountID == 0)
        return false;
    
    FormatEx(authStringDest, strSize, "STEAM_0:%i:%i", (accountID % 2), accountID / 2);
    return true;
}
__________________

Last edited by Geit; 08-29-2014 at 19:52.
Geit is offline
AwesomeX
Member
Join Date: Jul 2013
Old 08-21-2014 , 19:36   Re: All Admin functions ceased working after today's update (8-21)
Reply With Quote #60

Jesus, everything is broken...

I hope I don't have to port over my thousands of admin ID's..
AwesomeX is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode