Server Help

ASSS Questions - global.conf

L.C. - Fri Mar 05, 2010 2:06 pm
Post subject: global.conf
What are ALL of the things that can go into this file that were left out (even as comments)?

For example:
Code: Show/Hide
[Billing]
ServerID =
ScoreID =


Those two are valid, but aren't even in global.conf by default -- one would, at the very least, expect those to be in comments if anything.
Arnk Kilo Dylie - Fri Mar 05, 2010 2:50 pm
Post subject:
grep "cfg->Get...(GLOBAL" src/*/*.c should do the trick
L.C. - Fri Mar 05, 2010 3:10 pm
Post subject:
Code: Show/Hide
; **************** GENERAL ****************
[General]
;PublicArenas=turf pb
PerArenaBytes=10000
ShipChangeLimit=10
NewsRefreshMinutes=5
NewsFile=news.txt
PerPlayerBytes=4000

; **************** NET ****************
[Net]
LimitMinimum=2500
LimitMaximum=102400
LimitInitial=5000
SendAtOnce=255
;LimitScale=
;Burst=
UseHitLimit=0
PriLimit0=20
PriLimit1=40
PriLimit2=20
PriLimit3=15
PriLimit4=5
ChatListen=
ChatMessageDelay=20
BulletPixels=1500
WeaponPixels=2000
PositionExtraPixels=8000
AntiwarpSendPercent=5
DropTimeout=3000
MaxOutlistSize=500
MaxRetries=15
PresizedQueueThreshold=5
PresizedQueuePackets=25
ReliableThreads=1
PerPacketOverhead=28
PingDataRefreshTime=200
;Port=-1
BindAddress=
AllowVIE=1
AllowCont=1
ConnectAs=

; **************** LAG ****************
[Lag]
CheckInterval=300

; **************** PERSIST ****************
[Persist]
SyncSeconds=180

; **************** REDIRECTS ****************
;[Redirects]

; **************** VIENAMES ****************
;[VIEnames]

; **************** CONFIG ****************
[Config]
FlushDirtyValuesInterval=500
CheckModifiedFilesInterval=1500

; **************** HELP ****************
[Help]
CommandName=

; **************** NOTIFY ****************
[Notify]
EmptyReply=
AlertCommand=

; **************** CHAT ****************
[Chat]
ForceFilter=0
FilterMode=1
MessageReliable=1
FloodLimit=10
FloodShutup=60
CommandLimit=5

; **************** LISTEN ****************
[Listen]
Port=27015

; **************** BILLING ****************
[Billing]
;Proxy=bin/proxy
IP=127.0.0.1
Password=biller
ServerName=Development Zone
ServerNetwork=
Port=27019
ServerID=27015
GroupId=1
ScoreID=27015
RetryInterval=180
StaffChats=
StaffChatPrefix=
LocalChats=
LocalChatPrefix=

; **************** MySQL ****************
[mysql]
hostname=localhost
user=asss
password=asss
database=asss

; **************** LOGGING ****************
[Log]
FileFlushPeriod=10
UseDatedLogs=0
NewFilePeriod=3
DatedLogsPath=asss.log
LogFile=

;[log_console]
;all=DIMWE

[log_sysop]
all=ME

[log_file]
all=IMWE
persist=MWE
chat=DIMWE

[log_lastlog]

; **************** DIRECTORY ****************
[Directory]
Name=Development Zone
Server1=sscentral.com
Server2=sscentral.sscuservers.net
Server3=ssdir.playsubspace.com
Server4=ds1.krslynx.com
Server5=nanavati.net
Server6=ds1.hlrse.net
Server7=ds.hlrse.net
Description=Development Zone
Password=
Port=4991
Needs comments on a bunch of them (some of them are self-explanatory to me), and a few may or may not need values or to-be commented.
JoWie - Sun Mar 07, 2010 6:53 am
Post subject:
you forgot:
Code: Show/Hide

[log_lastlog]

All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group