[code] Items = {
'AchievementTeleport'
},[/code]
(I bought that teleport mirror thingy)
I find it odd that it is saved that way consider you can just fill in the name of the item you want and there you go...
Also, if you can find out what number the achievement has that you want, you can also fake it.
For example, I have
[code]hema0121 = {
progress = 24,
goal1 = 24
},[/code]
If you can figure out the numbers of the other goals, I think you can get the achievement fairly easily. How do you find those numbers? Simple, ask a friend that unlocked the achievement for his game.prefs.
Changing the goal1 to anything higher didn't appear to work because I think you also need to find the value for goal2 and goal3 etc as this may be hardcoded or in some lua file.
I saw the achievement hema0102 in my game.prefs unlike the others it just said [code]hema0102 = true[/code] Now what achievement only needs to be true or false? Oh yeah, the win a game achievement. I changed it to [code]hema0102 = false[/code] and looked at my torchbearer achievements, the "win a game" achievement that I had before was now gone. If that works, then the other ones also work in theory but I suppose its a matter of finding the right values. I just found the files with the achievements in it and the values needed to get them.
I know its just a beta but uhm I'm gonna have to say this, fix please?
This system is just fundamentally flawed considering anyone can open game.prefs and anyone can trade game.prefs files to look at other people achievements that they have unlocked... I mean if one person would just unlock ALL the achievements, we'd know all the required values and thus everyone could copy paste from that game.prefs if that one person released it to the public though.