View previous topic :: View next topic |
Author |
Message |
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Sat May 26, 2007 20:51 Post subject: NWNX2 to NWNX4 ??? |
|
|
Hello,
I am a project manager for a French MOD: LanceDragon VF.
We use the NWNX2 and ATS in a mod in NWN1. We are decide to update the mod in NWN2.
But all scripts are in NWN1, the update to NWN2 it passed well.
But it is possible to explained how passed of NWNX2 with NWNX4 for the scripts part only.
The part installs is made.
Thank you. |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Sun May 27, 2007 1:12 Post subject: |
|
|
The basic functions have not changed much between NWNX2 and NWNX4. If you replace aps_include in your scripts with the new nwnx_sql include file, most of the database calls should work.
If you need more specific answers, then please ask a more specific question. _________________ Papillon |
|
Back to top |
|
|
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Sun May 27, 2007 21:06 Post subject: |
|
|
OK, thank.
I does it, I it test and I says to you if ok |
|
Back to top |
|
|
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Mon Jun 11, 2007 21:49 Post subject: |
|
|
Excuse me Papillon, but i had a problem...
I change the aps_include by the new nwnx_sql inculde and when i start nwnx4 the log say that:
NWN Extender 4 V.0.0.7
(c) 2007 by Ingmar Stieger (Papillon)
visit us at http://www.nwnx.org
* Loading plugins...
* Loading plugin xp_mysql.dll: Successfully registered as class: SQL
* Loading plugin xp_time.dll: Successfully registered as class: TIME
* Disabling general protection fault error dialog.
* NWNX4 activated.
* Function class 'ODBC' not provided by any plugin. Check your installation.
* Function class 'ODBC' not provided by any plugin. Check your installation.
I don't know what is the problem. It's possible you help me, Papillon or any other.
Thank to all |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Fri Jun 22, 2007 11:22 Post subject: |
|
|
If something calls the ODBC function class, you are not using the new include file everywhere. Maybe there are some scripts that were not recompiled. _________________ Papillon |
|
Back to top |
|
|
Gryphyn
Joined: 20 Jan 2005 Posts: 431
|
Posted: Fri Jun 22, 2007 23:41 Post subject: |
|
|
Using NWNX4 - the ODBC plugin hasn't been written yet (unless you've done you own)
Cheers
Gryphyn
PS. Working on it... |
|
Back to top |
|
|
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Mon Jun 25, 2007 20:55 Post subject: |
|
|
OK, its good, i don't had compile all script after change the include.
I am very bad scrit man
thank all |
|
Back to top |
|
|
PhoenixQB33
Joined: 06 Jul 2007 Posts: 3
|
Posted: Fri Jul 06, 2007 19:31 Post subject: |
|
|
Papillon wrote: | The basic functions have not changed much between NWNX2 and NWNX4. If you replace aps_include in your scripts with the new nwnx_sql include file, most of the database calls should work.
If you need more specific answers, then please ask a more specific question. |
Im about to switch to NWN2 and we are using NWNX2. So only change aps_include to nwnx_sql ? Anything else?
Does NWNX4 create DB tables? |
|
Back to top |
|
|
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Fri Jul 06, 2007 19:54 Post subject: |
|
|
Anythink else, but think compile all script.
For the database this is in our système use nwnx...
ATS use a script scpécific for make the database. |
|
Back to top |
|
|
PhoenixQB33
Joined: 06 Jul 2007 Posts: 3
|
Posted: Fri Jul 06, 2007 20:06 Post subject: |
|
|
Awsome. We are using CNR 3.05 crafting.
Ill let you know. *crosses fingers* |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Sun Jul 08, 2007 20:27 Post subject: |
|
|
PhoenixQB33 wrote: |
Does NWNX4 create DB tables? |
The demo modules for SQLite and MySQL can be used to created the standard pwdata table. _________________ Papillon |
|
Back to top |
|
|
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Tue Sep 04, 2007 23:21 Post subject: |
|
|
Hello,
I've update my serveur in NWNX1.08 and i've a answer.
I update my nwnx_sql include or not ???
I recall which I use the ATS system. |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Wed Sep 05, 2007 18:30 Post subject: |
|
|
Yes, you need the current nwnx_sql file for 1.08. The one from 1.07 will not work. Don't forget to recompile all scripts. _________________ Papillon |
|
Back to top |
|
|
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Wed Sep 05, 2007 21:17 Post subject: |
|
|
Ok, it's good. Thank for your help.
I had a other problème,but it's nat whith the NWNX.... the newspaper of the trades of the players does not open any more since I have to add TagBase Scripting…
Thanks you |
|
Back to top |
|
|
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Thu Sep 06, 2007 19:56 Post subject: |
|
|
Quote: | I had a other problème,but it's nat whith the NWNX.... the newspaper of the trades of the players does not open any more since I have to add TagBase Scripting… |
OK, that is good to. I make in //(rem) the ATS scritp lines. |
|
Back to top |
|
|
|