Main Page

From Nwnx

(Difference between revisions)
(Documentation)
m (Changed the broken logo links at the top of the page)
 
(47 intermediate revisions not shown)
Line 1: Line 1:
 +
{{nobr|
 +
http://www.nwnx.org/fileadmin/images/logo_font.gif
 +
<!--
http://www.editthis.info/nwnx/images/nwnx/b/b3/Nwnx_title_font.gif
http://www.editthis.info/nwnx/images/nwnx/b/b3/Nwnx_title_font.gif
-
http://www.nwnx.org/fileadmin/nwn_eye_frei.gif
+
http://www.nwnx.org/fileadmin/images/nwn_eye_frei.gif  
 +
-->
 +
}}
__NOTOC__
__NOTOC__
Line 6: Line 11:
The purpose of this wiki is to create a place where documentation can be edited and improved by the people who use the NWNX product.
The purpose of this wiki is to create a place where documentation can be edited and improved by the people who use the NWNX product.
-
 
+
{|
 +
|valign=top|
The main developer of NWNX is Ingmar Stieger (Papillon).
The main developer of NWNX is Ingmar Stieger (Papillon).
Line 14: Line 20:
:* Logfile rotation keeps track of server restarts
:* Logfile rotation keeps track of server restarts
:* Support for Windows and Linux operating systems.
:* Support for Windows and Linux operating systems.
 +
:*      Provides Database Access, Hashsets, Linked Lists, Server Vault Linking, Debugging, Profiling and more...
:* Completely free and licensed under the GPL.
:* Completely free and licensed under the GPL.
 +
|
 +
http://vnmedia.ign.com/nwvault.ign.com/fms/images/other/762/1114984354_fullres.jpg
 +
|}
-
 
+
==[[Downloads]]==
-
==Downloads==
+
<b>NWN Standalone Server</b> - {{http|link=nwn.bioware.com/downloads/standaloneserver.html}}<br>
<b>NWN Standalone Server</b> - {{http|link=nwn.bioware.com/downloads/standaloneserver.html}}<br>
<b>NWNX Software</b> - {{http|link=www.nwnx.org/index.php?id=download}}
<b>NWNX Software</b> - {{http|link=www.nwnx.org/index.php?id=download}}
 +
 +
==Getting Started==
 +
*[[MySQL DB Setup]] - Instructions on how to login into your MySQL databse, and create the needed users and tables for use with NWNX.
 +
*[[NWNX Setup Instructions]] - Instructions for putting the base NWNX files in the correct place and configuring the NWNX.ini file.
==Installation Guides==
==Installation Guides==
Line 27: Line 40:
*[[NWNX Installation]]: Installation and operation of NWNX.
*[[NWNX Installation]]: Installation and operation of NWNX.
*[[VaultSTER Installation]]: Installation of the VaultSTER NWNX plugin.
*[[VaultSTER Installation]]: Installation of the VaultSTER NWNX plugin.
 +
*[[NWNX With SQLite Notes]]: Post from the NWNX boards on installing NWNX2, ODBC2 and SQLite.
 +
*[[SimTools v1.2]]: Speech integration and management tools.
-
==Documentation==
+
==[http://www.nwnx.org/index.php?id=docs Documentation]==
 +
Note that the official documentation is located [http://www.nwnx.org/index.php?id=docs here].
*[[Neverwinter Nights Extender 2]]: Documentation for the main program
*[[Neverwinter Nights Extender 2]]: Documentation for the main program
-
*[[ODBC2]]: Documentation for the new unified database connectivity plugin
+
*[[Avlis Persistence System|APS/ODBC2]]: Documentation for the new unified database connectivity plugin/the new Avlis Persistence System.
*[[Profiler Module Documentation|Profiler]]: Documentation for the NWNX Profiler, a performance tuning utility
*[[Profiler Module Documentation|Profiler]]: Documentation for the NWNX Profiler, a performance tuning utility
*[[Hashset Module Documentation|Hashset]]: Documentation for the Hashsets data structure
*[[Hashset Module Documentation|Hashset]]: Documentation for the Hashsets data structure
-
*[[Functions]]: Documentation for the experimental Functions module
+
*[[Functions Module Documentation|Functions]]: Documentation for the experimental Functions module
*[[VaultSTER]]: Documentation for the Vaultster plugin
*[[VaultSTER]]: Documentation for the Vaultster plugin
 +
 +
==Development Tutorials==
 +
*[http://jeroen.homedns.org/c-course/index.html C/C++ Tutorials]: JeroenB's C/C++ tutorials for new programmers.
 +
*[[NWNX Development Tutorial 1]]: Creating a custom NWNX plugin from scratch.
== Development Tips and Tricks ==
== Development Tips and Tricks ==
Line 50: Line 70:
== Links ==
== Links ==
-
<b>CoPaP Development Wiki</b> (Requires Password) - {{http|link=www.avlis.org/devwiki}}
+
*<b>[[CoPaP]] Development Wiki</b> (Requires Password) - {{http|link=www.avlis.org/devwiki}}
-
<br>
+
*NWNX in the <b>Neverwinter Nights Vault</b> - {{http|link=nwvault.ign.com/View.php?view=Other.Detail&id=762}}
 +
==Interviews Comments and Accolades about NWNX==
 +
{|
 +
|valign=top|[http://nwvault.ign.com/View.php?view=interviews.Detail&id=136 2003-01-31] Interview with Papillon/Avlis team (APS/NWNX)
 +
 +
[http://nwn.bioware.com/builders/builder_profile_nwn_extender_v2.html 2005-01-05] Bioware's Profile: Neverwinter Nights Extender v2
 +
 +
[http://nwvault.ign.com/View.php?view=Interviews.Detail&id=18 2005-06-30] Interview with Athena and Orleron (Joining Persistent Worlds)
 +
 +
[http://papillon.nwnx.org/category/nwnx/ 2006-03-13] Papillon’s .plan » NWNX4
 +
|
 +
 +
|style="border: 1px solid #F8F8F8; padding: .1em .1em; margin: 0.2em; background-color: #EEEEEE;"|http://nwn.bioware.com/builders/images/builder_profile_nwnextenderv2_03_120x90.jpg
 +
|}
----
----
-
{{down}
+
 
 +
[[Category:Browse]]

Current revision as of 21:05, 16 July 2006

logo_font.gif


NWNX allows you to add extra functionality such as persistency to Neverwinter Nights. From version 2 upwards, users can write their own custom plugins which are automatically loaded at start up and can be used from any script within your module.

The purpose of this wiki is to create a place where documentation can be edited and improved by the people who use the NWNX product.

The main developer of NWNX is Ingmar Stieger (Papillon).

Key features of NWNX include:

  • Starts the NWN server and a module.
  • Restarts the server after crashes or lockups.
  • Logfile rotation keeps track of server restarts
  • Support for Windows and Linux operating systems.
  • Provides Database Access, Hashsets, Linked Lists, Server Vault Linking, Debugging, Profiling and more...
  • Completely free and licensed under the GPL.

1114984354_fullres.jpg

Downloads

NWN Standalone Server - nwn.bioware.com/downloads/standaloneserver.html
NWNX Software - www.nwnx.org/index.php?id=download

Getting Started

  • MySQL DB Setup - Instructions on how to login into your MySQL databse, and create the needed users and tables for use with NWNX.
  • NWNX Setup Instructions - Instructions for putting the base NWNX files in the correct place and configuring the NWNX.ini file.

Installation Guides

Documentation

Note that the official documentation is located here.

  • Neverwinter Nights Extender 2: Documentation for the main program
  • APS/ODBC2: Documentation for the new unified database connectivity plugin/the new Avlis Persistence System.
  • Profiler: Documentation for the NWNX Profiler, a performance tuning utility
  • Hashset: Documentation for the Hashsets data structure
  • Functions: Documentation for the experimental Functions module
  • VaultSTER: Documentation for the Vaultster plugin

Development Tutorials

Development Tips and Tricks

The purpose of this section is to provide helpful poweruser tips, gotchas, and other random but useful information about development using NWN. This includes areas, scripts, conversations, haks and anything related to the game. So please, if you have a tip - share it!

Neverwinter Script Information Database: www.nwnlexicon.com

Tutorials and Info from Georg Zoeller (Bioware) on 1.6x scripting functions: nwn.bioware.com/forums/viewtopic.html?topic=285108&forum=47

Tools and Full 2da Source: nwn.bioware.com/downloads/misc.html

Lots of information on the contents of 2da files and tlks, as well as how to edit and use them: ccg.dladventures.com/index.php/Main_Page

Links

Interviews Comments and Accolades about NWNX

2003-01-31 Interview with Papillon/Avlis team (APS/NWNX)

2005-01-05 Bioware's Profile: Neverwinter Nights Extender v2

2005-06-30 Interview with Athena and Orleron (Joining Persistent Worlds)

2006-03-13 Papillon’s .plan » NWNX4

builder_profile_nwnextenderv2_03_120x90.jpg

Personal tools