|
|
@ -7,16 +7,16 @@ |
|
|
|
# [instance].cfg - applies settings to a specific instance. |
|
|
|
|
|
|
|
#### Game Server Settings #### |
|
|
|
gamename = "Necesse" |
|
|
|
port = "14159" |
|
|
|
slots = "10" # [1 - 250] Server default slots |
|
|
|
password = "" # Leave blank for no password |
|
|
|
pauseWhenEmpty = "false", |
|
|
|
giveClientsPower = "true" # If true, clients will have much more power over what hits them, their position etc |
|
|
|
logging = "true" #Will create log files for each server start |
|
|
|
language = "en" |
|
|
|
zipSaves = "true" # Create new saves uncompressed |
|
|
|
MOTD = "" # Message of the day |
|
|
|
gamename="Necesse" |
|
|
|
port="14159" |
|
|
|
slots="10" # [1 - 250] Server default slots |
|
|
|
password="" # Leave blank for no password |
|
|
|
pauseWhenEmpty="false", |
|
|
|
giveClientsPower="true" # If true, clients will have much more power over what hits them, their position etc |
|
|
|
logging="true" #Will create log files for each server start |
|
|
|
language="en" |
|
|
|
zipSaves="true" # Create new saves uncompressed |
|
|
|
MOTD="" # Message of the day |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|