syntax-tm / SteamAchievementManager

Steam Achievement Manager
zlib License
149 stars 4 forks source link

Am i able to edit stats ? #8

Closed Fr0go1 closed 1 year ago

syntax-tm commented 1 year ago

The stats edit stuff is there but I haven't tested it fully so it won't actually save the stats. I disabled the feature because I didn't want to mess up anyone's stats.

image

If you wanted to try it, and I don't really recommend this, you can go to the ApplicationSettings.cs file in SAM.Core\Settings and change AllowStatsSave to be true.

// before
public static bool AllowStatsSave { get; set; }

// after
public static bool AllowStatsSave { get; set; } = true;

The integer and float stats might work fine, but the average rate ones would likely have issues. If I get time this week I'll work on testing this myself.

syntax-tm commented 1 year ago

Closing this since stats are now editable with the first release (v0.1.0). You can download it here.