Jump to content

Porting a DST mod to 1P Don't Starve


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.

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...