achievements wiped?

After I restart Demigod my favor points and all the favor items I bought reset to 0. Do you people get this too? I need to restart the game sometimes cause after a couple of games, I cant put AI into my games anymore. I think its a bug. So whats up with this anyone knows?

 

I also deleted my user profile stuff and my achievements are all gone also.

867 views 6 replies
Reply #1 Top

Maybe I am misunderstanding, but if you deleted your profile then your achievements and favor would be reset to zero.

Reply #2 Top

lol, yeah i have a prob with favor stuff too.

Reply #3 Top

hmm I think the profile stuff should be kept online cause when the full game comes out, someone can probably hack their profile info to get all achievements and get the best favor items.

Reply #4 Top

Yea they will be kept server sided in retail version.

Reply #5 Top

Its not hard to get a favor item it's just can u get the right one.

Reply #6 Top

I haven't tested it this way, but you might be able to change your achievements section of your game.prefs file to something like this and have it unlock everything:

            achievements = {
                Items = {
                    'AchievementAEHeal',
                    'AchievementAEMana',
                    'AchievementAERegen',
                    'AchievementCooldown',
                    'AchievementDamage',
                    'AchievementDeathReduction',
                    'AchievementFinger',
                    'AchievementFlurry',
                    'AchievementGoldIncome',
                    'AchievementHealth',
                    'AchievementMana',
                    'AchievementManaLeech',
                    'AchievementMinionBuff',
                    'AchievementMinionDamage',
                    'AchievementMinionEvasion',
                    'AchievementMinionHealth',
                    'AchievementMinionInvis',
                    'AchievementMinionMeta',
                    'AchievementMovement',
                    'AchievementPotion',
                    'AchievementPure',
                    'AchievementRefreshCooldowns',
                    'AchievementRunSpeed',
                    'AchievementSnare',
                    'AchievementTeleport',
                    'AchievementVision',
                    'AchievementXPIncome',
                },
                Points = 90000,
            }
End of quote

They also currently have a function that reads from their server, and another that writes to it to store your data, but I didn't check as to when it calls them.