Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
43 lines
965 B
INI
43 lines
965 B
INI
; 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
|