crawforc3
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
6 deletions
-
lgsm/config-default/config-lgsm/necserver/_default.cfg
|
|
@ -9,14 +9,19 @@ |
|
|
|
#### Game Server Settings #### |
|
|
|
gamename="Necesse" |
|
|
|
port="14159" |
|
|
|
slots="10" # [1 - 250] Server default slots |
|
|
|
password="" # Leave blank for no password |
|
|
|
slots="10" |
|
|
|
# Leave blank for no password |
|
|
|
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 |
|
|
|
# Clients will have much more power over what hits them, their position etc |
|
|
|
giveClientsPower="true" |
|
|
|
# Creates log files for each server start |
|
|
|
logging="true" |
|
|
|
language="en" |
|
|
|
zipSaves="true" # Create new saves uncompressed |
|
|
|
MOTD="" # Message of the day |
|
|
|
# Create new saves uncompressed |
|
|
|
zipSaves="true" |
|
|
|
# Message of the day |
|
|
|
MOTD="" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|