Neverwinter Vault

Expand AllContract All -Site -My Profile -Features

Neverwinter Nights 2

-NWN2 Files -NWN2 Game Info -NWN2 Resources -NWN2 Community

Neverwinter Nights

-NWN Files -NWN Game Info -NWN Resources -NWN Community

Vault Network
RPG Vault
VN Boards
IGN Vault
Vault Wiki
· Age of Conan
· Anarchy Online
· Asheron's Call
· Dark Age of Camelot
· City of Heroes
· D&D
· EVE Online
· EverQuest
· EverQuest 2
· Final Fantasy
· Guild Wars
· Lineage 2
· Lord of the Rings Online
· Middle Earth
· Neverwinter Nights
· Pirates of the Burning Sea
· Rise of the Argonauts
· Star Wars Galaxies
· Tabula Rasa
· The Matrix Online
· The Witcher
· Titan Quest
· Two Worlds
· Vanguard
· Warhammer
· World of Warcraft

Planet Network
Planet Hub

IGN
Games
Cheats
Entertainment

The Web   The Site  



NWN OTHER

- Jump to comments -
Title  Fast French to NWNX (nwnx2) for the 1.69 upgrade - NWN1
Author  Qwildurn
Submitted / Updated  07-15-2008 / 09-21-2008
Category  Application
Format  2da
Description
This is a PATCH for 1.69
Converts FF to NWNX and continues to use MySQL. You don't need to rescript everything and you won't lose your database.


Modified by Qwildurn *** 10 July 2008
[email protected]
Link to Qwildurn's DND Server

For the purpose of converting Fast French to work with NWNX2 and 1.69
Fast French no longer functions with 1.69

This will replace 3 files:
aps_include
ff_inc_server
ff_include

Fast French needs to be installed and working correctly with 1.68 first.
You should use the ERF to update your module. Ignore the errors
and overwrite the three files.

If you've made other changes to these files, I've included the .NSS files in
their raw.

After patching the three include files, you need to build your module to compile all the scripts.

You should delete ALL the Fast French files from your NWN folder and install the newest NWNX files from: NWNX.ORG
At minimum, you will need NWNX2 and OBDC. You don't need any MySQL .dll files.
Just add MySQL to NWNX.INI as in the below example.

Do not use the Profiler. It is said that the Profiler has stopped working
with the 1.69 upgrade. Fast French has a profiler built in. I have not actually tried NWNX2 with the profiler, but I am getting good results.

This is not perfected, but I fixed the MAJOR errors.
At this time, the Delete Char function works, but the Server Reset does not.
Without a rewrite of the original NWNX code, the Server Reset probably won't
ever work.

NWNX.ini needs to have these lines to use MySQL

[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
;server = 210.105.003.196:3306
;server = qwildurn.game-host.org
user = root
pwd = password
db = database



If you want to connect to a MySQL server over the internet (I do),
change "localhost" to the correct IP. I host my own web so I can use part of my web name. If you need to use a non-standard MySQL port (:3306 is standard), add the port on as in the above example.

Now your mod should be ready to go. You should be able to continue using your
existing MySQL database tables without any loss of information. If you want a
nice MySQL viewer/editor, try SQLyog.

If you find any bugs that you can't resolve, please email me so I can look into it. Then I can post the changes here.
[email protected]
Link to Qwildurn's DND Server

Qwildurn Bluemoon
Server host of BadLands RPG

September 2008
Added fixes for file delete and server reset. I did not make the .dll files. For the most part, I did write the scripts.

It has been about three months now since I made this "fix" for Fast French to NWNX and I have not had to post any changes. My server and it's database are doing well.
I have received a few emails asking about this and that. I've replied to them all with what I thought the answer was. All were just simple adjustments to nwnx.ini mostly.
Several have asked about the black screen at logon.

If you are being booted at logon, it's probably because there is no connection to the database. You can�t see the error message on the screen because "ff_on_cl_enter� uses �BlackScreen�. I disabled that on my server. You should disable �FadeFromBlack� as well.

[email protected]
Link to Qwildurn's DND Server

Qwildurn

21 Sept 2008
Fixed broken links to download files.
Added missing instructions to the Server Reset fix.

Files

NameTypeSizeDownloads
server_reset.txtserver_reset.txt
Submitted: 07-15-2008 / Last Updated: 09-21-2008
txt4.26Kb187
The missing instructions for the server reset fix.
FastFrench_NWNX_169.rarFastFrench_NWNX_169.rar
Submitted: 07-15-2008 / Last Updated: 09-21-2008
rar29.22Kb206
Fast French to NWNX2 conversion for NWN1 1.69
Delete_Char.rarDelete_Char.rar
Submitted: 07-15-2008 / Last Updated: 09-21-2008
rar151.41Kb116
Fixes the delete character function. Includes instructions and needed .dll files.
server_reset.rarserver_reset.rar
Submitted: 07-15-2008 / Last Updated: 09-21-2008
rar28.64Kb119
Fixes the server reset function. Includes instructions and needed .dll files.
SCORE OUT OF 10
10
2 votes
View Stats
Cast Your Vote!

PORTFOLIO
Add this entry to your portfolio so you can track it
Manage your existing portfolios or create a new one.
SCREENS
No Images




You Must Be Logged In to Participate.
Comments (7):

Posted by Qwildurn at 2009-06-21 22:03:08    
Delete all the old Fast French files in your NWN folder and use NWNX2.

Posted by Goudea at 2009-06-01 07:25:06    Voted 10.00 on 06/01/09
Thank you !
You saved my life!
_________________________
Goudea alias Enki.
Crawling animations
Futuristic city tileset
New concept in interior tileset
Futuristic interior tileset
NWNLauncher

Posted by Qwildurn at 2008-07-24 01:55:59    
Delete ALL the FF files and use NWNX.exe

Again, if you need to ask me a question, please email me because I don't check this very often.

[email protected]
Qwildurn

Posted by Qwildurn at 2008-07-24 01:53:16    
NWNX Profiler 1.61 does lock-up my "test" server. This "test" server uses Vista 64. I have not tested the Profiler on my dedicated server with Windows 2000 Advanced Server.

The Delete Char was functioning because I missed a FF dll. After I removed the last FF dll the delete char function disapeared along with some inconsistant behavior.
I think LetoScript can take care of Delete Char, but I don't know the command.

NWNX Reset did not work well on my "test" server, but almost all the "server" stuff has stopped working here with 1.69 (worked perfect with 1.68)

Thanks for the link and files Virusman.

Qwildurn

Posted by virusman at 2008-07-21 02:48:50    
"At this time, the Delete Char function works, but the Server Reset does not.
Without a rewrite of the original NWNX code, the Server Reset probably won't
ever work. "

You can use the NWNX Reset plugin for this.

Posted by Inayity at 2008-07-20 10:39:06    Voted 10.00 on 07/20/08
THANK YOU for making this! We're using this as a workaround for a new module some friends of mine and I are working on which started out as FF. We're eventually going to just move to other scripts but this really helps us bridge to the new! Not everything appears to work (for instance we have the FF 4.1.0 module and the reset server reset lever doesn't work), but then again that may be FF stuff for which there is no analog in NWNX. Anyway, thanks!

Posted by etanward11 at 2008-07-17 02:38:56    
So do I start the program with with nwnx2 now or the mysql from FF.

You must be Logged In to post comments in this section.

 
Most recent posts on the MMO General Boards
Analyst: Star Wars: The Old Republic Could...Analyst: Star Wars: The Old Republic Could Sell 3M: more numbers
- last reply by Acao on Aug 15, 2011 06:15 PM
which class will your first character be
- last reply by Blisteringballs on Aug 15, 2011 05:50 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 05:00 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 04:00 PM
NWN Idea Database Update
- posted by Vault_News on Aug 15, 2011 03:46 PM
Missing Votes for NWN2 Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:40 PM
Missing Votes for NWN Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:39 PM
Random Questions and game altering suggest...Random Questions and game altering suggestions!!!
- last reply by ArkadyTepes on Aug 15, 2011 03:22 PM
State of the game?
- last reply by LyricOpera on Aug 15, 2011 01:37 PM
Yesterday streaming, now demanding downloa...Yesterday streaming, now demanding download :(
- last reply by Sinane-tk on Aug 15, 2011 10:23 AM
 

   


IGN Entertainment
By continuing past this page, and by your continued use of this site, you agree to be bound by and abide by the User Agreement.
Copyright 1996-2011, IGN Entertainment, Inc. | Support | Privacy Policy | User Agreement | RSS Feeds
IGN’s enterprise databases running Oracle, SQL and MySQL are professionally monitored and managed by Pythian Remote DBA.


NWN2 Hall of Fame

HOF NWN2 Modules


View all Hall of Fame entries


Neverwinter Nights 2

TOP NWN2 Modules

NEW Modules

NEW Reviews

NEW INTL. Modules

TOP Hakpaks

TOP Gameworlds

TOP Tutorials

TOP Prefab:Areas

TOP Blueprints

TOP Plugins

TOP UI

TOP Other

TOP Visual Effects

TOP Scripts

TOP Tools

TOP Movies

TOP Models

TOP Characters





Hall of Fame

HOF NWN Modules


View all Hall of Fame entries


TOP NWN Modules

NEW NWN Modules

NEW Reviews

TOP Intl. Modules

TOP NWN Hakpaks

TOP NWN Gameworlds

TOP NWN Models

TOP NWN Portraits

TOP NWN Scripts

TOP NWN Prefabs

TOP NWN Other

TOP NWN Movies

TOP Sounds

TOP NWN Textures

TOP NWN Creatures

TOP NWN Characters