Skip to content
Ronmi Ren edited this page Jun 11, 2015 · 4 revisions

Can I serve two (or more) different worlds at the same time?

Yes you certainly can! Just create sub-folders in servers folder, put essential files (like settings.ini) in it, and do the create/start job with dst.sh.

Can I provide different mods to different game server?

Sure! See below!

How to add new mods in current servers?

After version 0.3, it's possible to install mod without rebuild base image.

Just put the dedicated_server_mods_setup.lua and modoverrides.lua file together with settings.ini and restart your server, everything is done!

For users using older version, you have to Migrate to the newest version first.