View previous topic :: View next topic |
Author |
Message |
JeroenB
Joined: 31 Dec 2004 Posts: 228 Location: Netherlands
|
Posted: Sat Apr 09, 2005 8:00 Post subject: |
|
|
ehm.. I actually ment the nwnx2.ini configuration file |
|
Back to top |
|
|
MrMeAtus
Joined: 02 Apr 2005 Posts: 12
|
Posted: Sat Apr 09, 2005 13:13 Post subject: |
|
|
Here is my NWNX.ini.
If I am supposed to have an NWNX2.ini, that may be the problem. Where would it reside?
- - - - -
; NWNX2 configuration file
; These are the default values for NWNX2. Values specified on the command
; line take precedence.
[NWNX]
ServerPort = 5121
ModuleName = "aps_demo"
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
; MUST COMMENT OUT FOR mySQL full
;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 = nwn
;db = nwn
;WOS MySQL connections
source = mysql
server = localhost
user = nwnuser
pwd = nwnuser
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 _________________ "I love the smell of napalm in the morning. It smells like... victory."
Lieutenant Colonel Bill Kilgore |
|
Back to top |
|
|
MrMeAtus
Joined: 02 Apr 2005 Posts: 12
|
Posted: Sat Apr 09, 2005 18:06 Post subject: |
|
|
I guess I answered my own question ( ) ... the first line says "nwnx2.ini"
The only changes here should be my copying and uncommenting the mySQL section and me commenting the SQLite section out.
Maybe something else is incorrect? _________________ "I love the smell of napalm in the morning. It smells like... victory."
Lieutenant Colonel Bill Kilgore |
|
Back to top |
|
|
Irritatus
Joined: 05 Sep 2005 Posts: 7
|
Posted: Tue Sep 06, 2005 0:01 Post subject: Where did you get the aps_demo module? |
|
|
Hi, just coming back around to messing with a server again. I had nwnx running way back, downloaded the latest stuff. extracted in my nwn dir. Turned on mysql (original install from over a year ago). I have an hold aps_demo.mod. data 06APR2004. My question is this one recent enough, if not, where is the "latest".
This is a windows setup, as was the original. (maybe I should plug in the linux box....eh).
I didn't dowload the ODBC module, as we can now use the direct connect to mySql. Just want to run the latest demo mod, I presume it shoudl run. Then I can try my hand at a plugin. I need a notifier list for other servers that will be linked via vaultster (kinda like a "buddy list" for all connected servers. we'll see if i have the ambition to work on that.
Thanks, glad to see all the new plugins...there was one last time, functions, and it didn't really function back then :D
Irritatus _________________ There are 10 kinds of people, those that understand binary, and those who don't. |
|
Back to top |
|
|
|