View Single Post
tuudik
New Member
Join Date: May 2020
Old 05-28-2020 , 08:57   Re: [ANY] SteamWorks
Reply With Quote #759

Quote:
Originally Posted by ImACow View Post
Since the last CSGO update yesterday ( https://blog.counter-strike.net/inde...2020/05/30199/ )

– Updated Steamworks SDK and Steam libraries to the latest versions released in May 2020.

The SteamWorks_GetPublicIP is returning false and 0,0,0,0
PHP Code:
    int ip[4];
    
bool worked SteamWorks_GetPublicIP(ip)
    
char IPv4[64];
    
Format(IPv4sizeof(IPv4),"%i.%i.%i.%i",ip[0],ip[1],ip[2],ip[3]);
    
ReplyToCommand(client" worked[%b] IPv4[%s]"workedIPv4); 
returns:

PHP Code:
 worked[0IPv4[0.0.0.0
Not sure if its just me.


Also:

PHP Code:
Handle hHTTP_request SteamWorks_CreateHTTPRequest(k_EHTTPMethodGETAPI_URL); 
is returning null,

So I think the gamedata is off?
Yeah, it seems to be causing issues also to get5: https://github.com/splewis/get5/issues/532
tuudik is offline