I ran into a problem working on mods for DST. I setup up everything according to the mod install wiki for DST and every time I activate a mod my server disappears from the server list in DST. Any help that can be provided by the community would be greatly appreciated.
Don't Starve Together Modding Support
-
- Dont Starve Together
- maudib32
- Thread is marked as Resolved.
Nitrado now has an official Discord server to bring communities, friends and other gamers together!
Join the Nitrado Community Discord now and share your experiences and knowledge with others!
-
-
As an example here is my code I'm using. But in the end all it does is remove my server from the server list. Up until I add mods I can load into my server without issue.
ForceEnableMod ("workshop-390684095")
ForceEnableMod ("workshop-409184357")
ForceEnableMod ("workshop-410902908")
ForceEnableMod ("workshop-421560477")
ForceEnableMod ("workshop-438211232")
ForceEnableMod ("workshop-439115156")
ForceEnableMod ("workshop-441957490")
ForceEnableMod ("workshop-444235588")
ForceEnableMod ("workshop-446455993")
ForceEnableMod ("workshop-457415515")
ForceEnableMod ("workshop-458365884")
ForceEnableMod ("workshop-458587300")
-
please check on our wiki page on how to install mods for this game. I think your code might be off a little bit. Looks like this is the code for adding mods
https://wiki.nitrado.net/en/mod_installation_for_dont_starve_together
-
please check on our wiki page on how to install mods for this game. I think your code might be off a little bit. Looks like this is the code for adding mods
https://wiki.nitrado.net/en/mod_installation_for_dont_starve_together
The mod downloaded to the server just fine. I wanted to get the server to start and mods to be enable. Which would be the forceenablemod command. I found I have to manually type every one in or else the server breaks and doesn't show up on the server list. For some reason this seems to break when I copy and paste parts of the command.
-
Were you able to get it up and running with mods active on it by manually typing them in?