Jump to content

Recommended Posts

Posted

Are there any exposed lua commands to steam achievements?

 

I tried this but I get 'attempt to call SetAchievement (nil value)'...

 

Steamworks:Initialize()

 

Steamworks:SetAchievement("testing")

 

 

Thanks.

Posted

I am adding two commands to the Lua API:

static void SetAchievement(const std::string& name);//lua

static void IncrementAchievementProgress(const std::string& name);//lua

  • Upvote 3

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

It's set in your Steamworks account.

 

I'm sure there's a function to retrieve the max value so you can display it in game, but I didn't need this for Leadwerks so I haven't bothered with it.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

I'm confused. I assume SetAchievement() actually create an achievement? If so, then each needs a max value doesn't it? If not, then what does SetAchievement() do?

Posted

I think in the steam account you set up a number of hard coded 'achievements'.. then you do a SetAchievement('hard coded achievement'), to set it to true to make the achievement 100%. For the increment, dont see how that works yet, but i'm guessing you can go from 0 to 100% for a certain achievement such as number of kills or what not.

  • Upvote 1
Posted

Oh, so Set is actually completing it if it's more of a boolean type achievement, and increment if it's a progress type thing which would complete automatically once max value is reached.

 

 

Can we create achievements for our workshop games? Guessing no but thought I'd ask.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...