Jump to content

Can you run multiple pre-configured dedicated server-couples?


Recommended Posts

I have question regarding the new pre-configured dedicated server "duos" (overworld+caves):

Is there any way to create more than one couple of those, then choose which couple to host? (the same way you would "host game" and choose one of 5 different save slots)?

 

Edit: another question - how can I run mods on these pre-configured servers?

I have question regarding the new pre-configured dedicated server "duos" (overworld+caves):

Is there any way to create more than one couple of those, then choose which couple to host? (the same way you would "host game" and choose one of 5 different save slots)?

 

Edit: another question - how can I run mods on these pre-configured servers?

 

I dont know about creating another server

I do know how to run mods:

1. Go to My Computer-->Local Disck(C:)-->Program Files-->Steam-->SteamApps-->Common-->Dont starve together dedicated server-->mods

2. you should find 2 .lua files (dedicated_server_mods_setup and modsettings)

3. open dedicated_server_mods_setup.lua

4. Find the mod you want will take the Whandler mod as a example:

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

At the end of the link there are certain numbers (392369197)

Copy paste those numbers and type in the dedicated_server_mods_setup.lua at the bottom:

ServerModSetup("392369197")

This will make Whandler mod download

5. go to modsettings.lua

and write at the bottom:

ForceEnableMod("392369197")

That will force to enable the mod and make it run inside the game

6. close and save both .lua files

 

And you have Whandler working

the same can be done with other mods!

Have fun.

@TeichMan, To answer your first question, what you want to do is change the save slot. To change the save slot you have to add this line "server_save_slot = 1" in your documents/klei/DoNotStarveTogether_EasyConfigOverworld, and documents/klei/DoNotStarveTogether_EasyConfigCaves. You can then change the server_save_slot value to any number from 1 to 5.

Thank you both!

@TeichMan, To answer your first question, what you want to do is change the save slot. To change the save slot you have to add this line "server_save_slot = 1" in your documents/klei/DoNotStarveTogether_EasyConfigOverworld, and documents/klei/DoNotStarveTogether_EasyConfigCaves. You can then change the server_save_slot value to any number from 1 to 5.

@smallishbird, do the Overworld/Caves slots have to be different? or do they have to be the same? And do I have to have them created ahead of time? With a cave preset or something like that?

Thank you both!

@smallishbird, do the Overworld/Caves slots have to be different? or do they have to be the same? And do I have to have them created ahead of time? With a cave preset or something like that?

No the overworld/caves slots don't have to be different or the same. (Although I'd advise to make them the same just so you can remember which overworld matches with the cave). And I'm not sure what you mean when you say "do I have to have them created ahead of time. All you have to do is change the slot number to the world you want to play on before launching 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...