Jump to content

Recommended Posts

Hello!

 

I made my own DST character, and with the new expansion coming out, I want to play the new content as my personal guy.

What do I need to do to my mod to make it useable in Don't Starve + Expansions?

 

Changing the API and "can run in DS / RG" values didn't seem to do it.

 

 

Either recreate it from scratch (unadvised), or find anything network related and remove it. It's a fairly finessed operation, so make sure you know what you are doing. Things like 'inst:AddNetwork()' and 'inst:SetPristine()' can be removed, but 'TheWorld' and 'ThePlayer' need to be replaced with 'GetWorld()' and GetPlayer()' ('TheFrontEnd','TheInput','TheSim', and others do not need this change).

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...