Further file organization
Further file organization
This commit is contained in:
42
nwn/nwnprc/trunk/tools/server/NWNX.ini
Normal file
42
nwn/nwnprc/trunk/tools/server/NWNX.ini
Normal file
@@ -0,0 +1,42 @@
|
||||
; NWNX2 configuration file
|
||||
; These are the default values for NWNX2. Values specified on the command
|
||||
; line take precedence.
|
||||
|
||||
[NWNX]
|
||||
ServerPort = 5121
|
||||
ModuleName = ""
|
||||
WatchdogProcess = yes
|
||||
UpdateIntervalProcess = 5
|
||||
WatchdogGamespy = no
|
||||
UpdateIntervalGamespy = 20
|
||||
GamespyRetries = 5
|
||||
OldGamespyProtocol = no
|
||||
RestartDelay = 5
|
||||
|
||||
[ODBC2]
|
||||
; Log file
|
||||
MaxLogSize = 512 ; in KByte
|
||||
LogLevel = 2 ; 0=nothing, 1=only errors, 2=everything
|
||||
|
||||
; Use these two settings for the SQLite internal database
|
||||
source = sqlite
|
||||
file = sqlite.db
|
||||
|
||||
; Use these two settings for ODBC connections
|
||||
;source = odbc
|
||||
;dsn = nwn
|
||||
|
||||
; Use these five settings for MySQL connections
|
||||
;source = mysql
|
||||
;server = localhost
|
||||
;user = nwn
|
||||
;pwd = password
|
||||
;db = nwn
|
||||
|
||||
; Set hookscorco to false if you want to disable hooking of
|
||||
; StoreCampaignObject and RetrieveCampaignObject entirely
|
||||
hookscorco = true
|
||||
|
||||
[PROFILER]
|
||||
MaxLogSize = 512 ; in KByte
|
||||
LogLevel = 1 ; 1=overall statistics, 2=full script callstack
|
Reference in New Issue
Block a user