View previous topic :: View next topic |
Author |
Message |
Hunter
Joined: 31 Jan 2007 Posts: 7
|
Posted: Wed Jan 31, 2007 14:23 Post subject: Newb Questions. |
|
|
I just Dloaded Prototype 7 and I have MySQL installed and working ( I think) So i have a couple questions If someone could possible answer them...
I launch the program and my server comes up but not the Module.
1 how do i know NWNX4 works?
2 how do I launch the program and have it load my module?
Im sure Ill have more questions as I work with NWNX4. I am pretty new to all this database work. |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Wed Jan 31, 2007 15:04 Post subject: |
|
|
1) Have a look at the logfiles that are beeing generated in your nwnx4 directory (especially nwnx.txt). If something bad happens, you will see error messages in those.
2) Edit the parameter option in nwnx.ini, e.g.
parameters = -module nwnx4demo
where "nwnx4demo" needs to be a .mod file in your modules directory. You can use the modules under demo\ to see if everything is set up properly.
If you start NWNX4_GUI.exe, it should load the module automatically. _________________ Papillon |
|
Back to top |
|
|
Hunter
Joined: 31 Jan 2007 Posts: 7
|
Posted: Wed Jan 31, 2007 20:32 Post subject: |
|
|
* Loading plugin xp_sqlite.dll: Error during plugin initialization.
Ok what am I Missing here?
# Command line parameters to start the server with
# default: no parameters
parameters = -module Dragon Eternal
Set the load Mod there correct? |
|
Back to top |
|
|
Gryphyn
Joined: 20 Jan 2005 Posts: 431
|
Posted: Wed Jan 31, 2007 23:01 Post subject: |
|
|
Hunter wrote: | * Loading plugin xp_sqlite.dll: Error during plugin initialization.
Ok what am I Missing here?
# Command line parameters to start the server with
# default: no parameters
parameters = -module Dragon Eternal
Set the load Mod there correct? |
parameters = -module "Dragon Eternal"
Note the quotes, as you have a space in your module name.This may be your problem.
If you're using MySQL you don't need the SQLite plugin (and can remove the xp_sqlite.dll)
You also need to adjust your xp_mysql.ini file and replace "SQLoff" with "SQL" if you haven't already done this.
Cheers
Gryphyn |
|
Back to top |
|
|
Hunter
Joined: 31 Jan 2007 Posts: 7
|
Posted: Thu Feb 01, 2007 7:42 Post subject: |
|
|
Sweeet. So far so good.. im learning lots here.. Like I said more questions to come im sure.. ( sorry )
Next question.
* Disabling general protection fault error dialog.
* NWNX4 activated.
Whats the disabling part there? And should that be happening? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu Feb 01, 2007 10:38 Post subject: |
|
|
Yes, it's explained in the ini file. _________________ Papillon |
|
Back to top |
|
|
|