You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like simple change - in Achievement Handler there is parsing to uint - line 99 and for achievement "222601_ER20 MRCE Dispolok: High Speed Freight" from AppID 24010 there is max_value as float point - "76.25"
Only question is how this would affect stat_value as it could also be floating point and there is bit shifting
Edit: According to Pavel that how this should be - as this is how Steam Client generates, I tried to look a bit into this but due to lack of time mostly I cannot dig deeper.
Looks like for some AppIDs cannot retrieve achievements like:
24010, 726390, 223470, 1124300
throws error like:
[14:38:46] ERROR ASF > ParseResponse() dependancyValue is invalid!
[14:38:46] ERROR MyBot > GetAchievements() stats is null!
The text was updated successfully, but these errors were encountered: