Thumbs upSimple Script, Removing a single achievement?

Posts 1–5 of 5 · Page 1 of 1
Simple Script, Removing a single achievement?
Need some help for a script on removing a SINGLE achievement. I know the code for removing all the achievements which is (not mine):

if managers.achievment then
for id,_ in pairs(managers.achievment.achievments) do
if managers.achievment:get_info( id ).awarded then
managers.achievment:clear_steam(id)
end
end
end



It just does a for loop through every id and then performs clear_steam(id) on each.

Where can I obtain the individual achievement ID's?

What if I want to remove a single suspicious achievement only?

Thanks,

-dm
Use achievement manager/unlocker, you can choose specific achievements to unlock/lock
I don't think using the achievement manager is a safe option compared to running a simple lua script.
The achievement manager is perfectly safe, valve doesn't mind at all, that is why they have enforced some "protected" achievements that you cannot unlock with it.
Quote Originally Posted by KayRob View Post
The achievement manager is perfectly safe, valve doesn't mind at all, that is why they have enforced some "protected" achievements that you cannot unlock with it.
Of course they mind, it's just that they aren't really doing anything about it.
You need to get reported for it to be bannable as far as I know.

So I'd say it's a pretty safe option.
However, I assume lua is safer.
Posts 1–5 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?