Browse Source
Keeping the old one for now. New dstserver isn't in the LinuxGSM master branch yet.pull/5/head
2 changed files with 43 additions and 0 deletions
@ -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 |
@ -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…
Reference in new issue