Search the Community
Showing results for tags 'achievements'.
-
Hello team!! I'm not sure where can i ask this, for this reason i write the post on "Technical Assistance". After read this helpful thread: How to set a Steam Achievement I have managed to make my achievements work ok. But as the thread says, the achievements popup doesn't show up when you achieve one of them. They are displayed together when you close the game. I have 2 questions that I don't know if someone can answer me: FIRST - Anyone knows how make that popup appears when we achieve one of the achievements??? This is my code on Leadwerks, simple as the thread says: --MAIN.LUA --Initialize Steamworks Steamworks:Initialize() --Achievements.lua (script) Script.LogroObtenido=""--string "Logro" function Script:Logro()--in Steamworks:SetAchievement(self.LogroObtenido) sound = Sound:Load("Sound/MisSonidos/Logro.wav") sound:Play() end Works ok, but the POPUP on Steam doesn't appear when we achieve one of them. Only when we close the game. SECOND - Anyone know how reset achievements on Steam to test them again??? I have used the commands says in the Steamworks SDK To set or clear an achievement without adding code to your game, you can use the Steam client console. Run with steam.exe -console, then: achievement_set <appid> <achievement name> achievement_clear <appid> <achievement name> reset_all_stats <appid> But commands don't work. After put my APPID and the Name of the acchievement in the console, says "command not found". Reset_all_stats and my appid of my game, doesn't work neither. (I think these commands are no longer enabled on steam right now) Anyone have exp with this topic in his game??? Thank you very much!!
-
Hello, I just wanted to leave a quick suggestion; It would be nice to see a better implementation of the steam achievements used. Maybe ones that unlock after following certain tasks throughout the tutorials ect.
-
I think it would be valuable to have the Steam achievements API exposed through Lua since some people buy games only for achievements.