Jump to content

Windows Dedicated Server Mods Not Working


Recommended Posts

I do not know. Why not working? Just light on my face and enlighten me!

Server setup: Here!

 

"C:\Users\Emrys\Documents\Klei\cmd\steamapps\common\Don't Starve Together Dedicated Server\mods\modsettings.lua"

Quote

-- Use the "ForceEnableMod" function when developing a mod. This will cause the
-- game to load the mod every time no matter what, saving you the trouble of
-- re-enabling it from the main menu.
--
-- Note! You shout NOT do this for normal mod loading. Please use the Mods menu
-- from the main screen instead.

--ForceEnableMod("kioskmode_dst")


-- Use "EnableModDebugPrint()" to show extra information during startup.

--EnableModDebugPrint()

-- Use "EnableModError()" to make the game more strict and crash on bad mod practices.

--EnableModError()

ForceEnableMod("workshop-714735102")
ForceEnableMod("workshop-458940297")
ForceEnableMod("workshop-376333686")
ForceEnableMod("workshop-374550642")
ForceEnableMod("workshop-504167615")
ForceEnableMod("workshop-375850593")
ForceEnableMod("workshop-345692228")
ForceEnableMod("workshop-378160973")

 

"C:\Users\Emrys\Documents\Klei\cmd\steamapps\common\Don't Starve Together Dedicated Server\mods\dedicated_server_mods_setup.lua"

Quote

--There are two functions that will install mods, ServerModSetup and ServerModCollectionSetup. Put the calls to the functions in this file and they will be executed on boot.

--ServerModSetup takes a string of a specific mod's Workshop id. It will download and install the mod to your mod directory on boot.
    --The Workshop id can be found at the end of the url to the mod's Workshop page.
    --Example: http://steamcommunity.com/sharedfiles/filedetails/?id=350811795
    --ServerModSetup("350811795")

--ServerModCollectionSetup takes a string of a specific mod's Workshop id. It will download all the mods in the collection and install them to the mod directory on boot.
    --The Workshop id can be found at the end of the url to the collection's Workshop page.
    --Example: http://steamcommunity.com/sharedfiles/filedetails/?id=379114180
    --ServerModCollectionSetup("379114180")

ServerModSetup("714735102")
ServerModSetup("458940297")
ServerModSetup("376333686")
ServerModSetup("374550642")
ServerModSetup("504167615")
ServerModSetup("375850593")
ServerModSetup("345692228")
ServerModSetup("378160973")

 

Link to comment
Share on other sites

@EmrysXY

check my guide for how use modoverrides.lua

http://steamcommunity.com/sharedfiles/filedetails/?id=591543858

you need to follow step "Enable and configure mods for dedicated server on Windows Server - Part 1"

and "Enable and configure mods for dedicated server on Windows Server - Part 2"

i have just give example on my guide with other mods, but you can make same with your mods

if you have questions or if you are stuck, tell me

Link to comment
Share on other sites

23 hours ago, ToNiO55 said:

@EmrysXY

check my guide for how use modoverrides.lua

http://steamcommunity.com/sharedfiles/filedetails/?id=591543858

you need to follow step "Enable and configure mods for dedicated server on Windows Server - Part 1"

and "Enable and configure mods for dedicated server on Windows Server - Part 2"

i have just give example on my guide with other mods, but you can make same with your mods

if you have questions or if you are stuck, tell me

Thanks a lot my friend! It is work!

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