Jump to content

Configurations


Recommended Posts

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.

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