Jump to content

Recommended Posts

Currently Don't Starve uses API version 6 while DST is on version 10 (I think)

Is there a way to define the api_version in the modinfo.lua to change based on if the mod is being used in DST ?
Something like if GetGameID()=="DST" then api_version = 10 else api_version = 6 end
Which didn't work, but it is what I was trying to do.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...