From 3c7a732aab1ecbac40b8af83bb924ef3a40b3bbf Mon Sep 17 00:00:00 2001 From: lrob Date: Mon, 22 Feb 2016 15:48:07 +0100 Subject: [PATCH] Server config --- Rust/cfg/server.cfg | 48 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Rust/cfg/server.cfg diff --git a/Rust/cfg/server.cfg b/Rust/cfg/server.cfg new file mode 100644 index 000000000..91d7a32d9 --- /dev/null +++ b/Rust/cfg/server.cfg @@ -0,0 +1,48 @@ +# This file does not include all possible commands but it includes the most common/useful ones. +# If you want to see all possible comands, in the server console type: find . + +# Before some variables are a # symbol. This means it is disabled. Remove the # symbol to enable them. + +######################################### +# Important Settings You Need To Change # +######################################### + +# A text description of your server. For a new line add: \n +server.description "LGSM Server\nRust support : UltimateByte" + +# A URL to the image which shows up on the server details screen (dimensions are 512x256). +server.headerimage "https://github.com/dgibbs64/linuxgsm/raw/master/images/logo/lgsm-full-light.png" + +# The URL to your servers website. +server.url "http://gameservermanagers.com/" + +#################################### +# Optional Settings You Can Change # +#################################### + +# A value of false makes text chat location based only (players need to be close to each other). +# Values: true, false +#server.globalchat true + +# Controls if player vs player damage is allowed. If your server is primarily for building, you'll want to set this to false +# Values: true, false +#server.pve false + +# Controls fall damage. +# Values: true, false +#falldamage.enabled true + +# Helicopter bullet accuracy. Higher numbers are less accurate. +#heli.bulletAccuracy 2 + +################################################ +# Settings That Will Lag Server Is Set Too Low # +################################################ + +# Changes how often resources respawn. +#spawn.min_rate 0.1 +#spawn.max_rate 1 + +# Changes how close resources spawn to each other. +#spawn.min_density 0.1 +#spawn.max_density 1