gibbed / SteamAchievementManager

A manager for game achievements in Steam.
zlib License
5.74k stars 694 forks source link

Editing Stats not working for Garry's Mod #380

Open Criqcan opened 8 months ago

Criqcan commented 8 months ago

Been trying to adjust some stats that for some reason didn't coincide with the achievement I legitimately earned many years ago, but every time I try to update it, I just get an error message.

While it is in an IncrementOnly field, which I've noticed lowering stats doesn't work, increasing in this case doesn't either.

image

Criqcan commented 8 months ago

As an addendum, the only stats I've noticed that increasing the value works are the ones related to Thumbs Earned and Minutes Played, however, the latter only works if you add 30 at a time. If you try to add anything over that, even 31, it turns into an error.

gibbed commented 8 months ago

Looking at the schema it looks like Entities Removed (GMA_REMOVER_STAT) is only allowed to increase by 1 each time it's set.

Criqcan commented 8 months ago

I'm guessing it's the same for the other stats? Would there be a way to edit it in mass, by any chance?

lhwe commented 2 months ago

I'm guessing it's the same for the other stats? Would there be a way to edit it in mass, by any chance?

I've been looking, it looks like you'd have to modify some of this project to do so. Like take some code from here and there and make an automated thing to do it for you, not sure tho