Jump to content

Configurations


Recommended Posts

Hello, I was wondering if there's a trick to load any changes you make to Mod's Config. Options, since they're not updating on my server.

(Yes I've downloaded the mods after making the map, but they're mods like "More Durability" or "MyPets")

Link to comment
Share on other sites

There's no real trick to changing mod settings on DST servers. Are you running a dedicated server or a client one?

On a dedicated server you just edit your modoverrides.lua following like this:

return {
    ["workshop-xxxxxxxxx"] = { enabled = true},
    ["workshop-xxxxxxxxy"] = { enabled = true, configuration_options={ option1="normal", option2=3500, option=true }} --options depending on what the mod offers
}

On a client one you should be able to just change settings in the server settings just before startin up the server.

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