Jump to content

Handslot item - in DS Together? Differences from DS/ROG


Recommended Posts

Wanted to update this, after Foxrai added me to Steam we were able to diagnose the issue.

 

The issue lied in a recipe which was being added in the char prefab file. All recipes must be added in the modmain.lua when modding with Don't Starve Together.

  • Like 1
Link to comment
Share on other sites

Little update:

We played a while, everything worked. But on second start of the game sudden error occured out of nowhere:

[string "../mods/workshop-389385830/modmain.lua"]:70: attempt to call global 'resolvefilepath' (a nil value)

 

No changes where made between games. Solution was adding this to modmain.lua:

local resolvefilepath = GLOBAL.resolvefilepath
 
Thank you @Kzisor and thank you @Dleowolf, who suggested last error correction here!
 
:yaypigs:
 

 

 
Link to comment
Share on other sites

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
 Share

×
  • Create New...