adri1489 Oct 3, 2017 @ 2:15pm
storeStats() not working?¿
StoreStats() not working correctly?¿
I'm having problems when I want to load the stats of a user. In the computer where I StoreStats I see the changes with GetStat in the moment that I StoreStats but in the computer where I'm loading the stats with:

SteamUserStats.RequestUserStats(id);

and after the callback

SteamUserStats.GetUserStat(id, "NumGames", out aux);

I only see the changes that the other user is doing when he closes the game. To upload the stats I'm using:

SteamUserStats.SetStat("NumGames", m_nTotalNumGames);
bSuccess = SteamUserStats.StoreStats();

and in Update:

SteamAPI.RunCallbacks();

However, when I reset stats like this I can see the changes in the two sides:

SteamUserStats.ResetAllStats(true);
bSuccess = SteamUserStats.StoreStats();

Help me please!!!
< >
Showing 1-1 of 1 comments
wuddih Oct 3, 2017 @ 3:06pm 
https://steamworks.github.io/support/
if you are using that wrapper.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Oct 3, 2017 @ 2:15pm
Posts: 1