Browse Source

Added new Don't Starve Together configs

Keeping the old one for now. New dstserver isn't in the LinuxGSM master
branch yet.
pull/5/head
Marvin Lehmann 8 years ago
parent
commit
c1bb550212
  1. 28
      DontStarveTogether/cluster.ini
  2. 15
      DontStarveTogether/server.ini

28
DontStarveTogether/cluster.ini

@ -0,0 +1,28 @@
# cluster.ini (LGSM 161118)
[GAMEPLAY]
game_mode = survival
max_players = 6
pause_when_empty = true
pvp = false
vote_enabled = true
[MISC]
console_enabled = true
max_snapshots = 6
[NETWORK]
cluster_description = This server was created by LGSM!
cluster_name = SERVERNAME
cluster_intention = cooperative
cluster_password =
tick_rate = 15
[SHARD]
shard_enabled = USESHARDING
master_ip = 127.0.0.1
master_port = 10888
cluster_key = CLUSTERKEY

15
DontStarveTogether/server.ini

@ -0,0 +1,15 @@
# server.ini (LGSM 161118)
# Settings that will be set by start parameters are commented out.
# [NETWORK]
# server_port = 11000
[SHARD]
is_master = ISMASTER
name = SHARDNAME
# [STEAM]
# master_server_port = 27018
# authentication_port = 8768
Loading…
Cancel
Save