Here you will find resources and tutorials for getting started.
The official nwn2 documentation can be found in the "Documentation" folder of your Neverwinter Nights 2 folder. So if you installed it in the default location, you would find it at:
C:\Program Files\Atari\Neverwinter Nights 2\Documentation\nwn2toolsethelp.html
NWNmaster over at nwn2toolset.com has a great set of tutorials for getting to know the toolset. His current list of topics include:
Navigate around the Toolset
Toolset Controls
Create an Area
Interiors
All about Terrain
Texturing
Grass
About Water
How to add a Start Location
Create Door Transitions
Add Placeables
Walkmesh
Baking
How to link up areas
Head on over to nwn2toolset.com to check it out:
http://www.nwn2toolset.dayjo.org/ToolsetTuts/gettingstarted.html
Another great resource you should check out is Gilthonym's Don't Panic: The Hitchhiker's Guide to First Opening the NWN2 Toolset.
Here's his intro:
Overwhelmed by the toolset?
Don't Panic: read this guide and get to grips with the basics of the toolset.
The guide assumes no knowledge, and is written for anyone, whether they have experience with the Neverwinter Nights 1 Toolset or not.
The guide currently covers:
The general interface
Creating external and internal areas
Placing trees, buildings and doors
Camera controls
Day/Night lighting
Editing properties
Selecting music for an area
Tinting objects
Rotating objects
Laying down interior tiles
Creating transitions between areas
Installing plugins
The external terrain tools
Baking and walkmeshes
Chests and inventories
Creating custom characters
And more...
There are plenty of screenshots so you can easily follow the tutorial.
I hope this guide helps people to create the adventures they want to share. I encourage you to leave feedback for me so I can keep improving it.
Head over to the vault to grab the Don't Panic guide:
http://nwvault.ign.com/View.php?view=NWN2Tutorials.Detail&id=14
Another great tutorial is Stebby Surehand's Tome of Building.
The NWN2 Tome of Building (ToB) is an on-line help compilation of existing NWN2 documentation. It contains the Obsidian documentation for the Pre-Release Toolset as well as tutorials and tips developed by the Community. I converted their documents into on-line help. Please read the 'Welcome' topic in the Tome for information about how the documents in the Tome differ from the originals. I did not write any of the toolset-related content and I provided full credit to the original authors. Where possible, I also included links to the original document files so you can easily vote for them and leave comments for the authors.
While the Tome of Building is an on-line help file, I did not have time to add hyperlinks to every cross referenece. This first edition of the ToB does contain some hyperlinks within the text, but mostly it is a convenient compilation of existing documentation. It is also easily navigable, thanks to the hyperlinked table of contents and powerful search feature.
The Tome is divided into two main sections, Obsidian Documentation and Community Documentation. There is also a Welcome section that introduces you to the Tome and explains how the Tome differs from the individual documents and how to navigate through the help file.
Recently, several new tutorials have appeared on the Vault. I decided to release this version of the Tome so people would have what it contains now, if they wanted it, and I will update the Tome with the new tutorials for the "Second Edition".
Head over to the Vault and get it:
http://nwvault.ign.com/View.php?view=NWN2Other.Detail&id=10
The number of file formats, and where those files go, can be a bit confusing. Here is some basic information. More will come.
All user data is meant to go in your My Documents folder. The default place for this is "C:\Documents and Settings\Sean\My Documents\Neverwinter Nights 2"
(more to come)
All game data is meant to go in your Program Files folder. The default place for this is "C:\Documents and Settings\Sean\My Documents\Neverwinter Nights 2."
All the files for the Official Campaign (OC) are also in your Program Files folder. This is a big change from NWN1 and it has confused some people. Generally, you don't have to get into this directory, but the BIG exception is the plugins folder in the NWN2Toolset folder. Here's the rundown:
There have been some reports of the Autosave corrupting various files when the modules
BMU stands for BioWare Music Unit. This is the file format for background music files. AFAIK, essentially, it's an .mp3 file with some tinkering done on the first few bits of the file and the extension changed.
Here are some tools to convert bmu files:
MP3toBMU 0.35
http://nwvault.ign.com/View.php?view=Other.Detail&id=225
Prince Rouse's Mp3toBMU and WinMP3Converter
http://nwvault.ign.com/View.php?view=Other.Detail&id=821
Using the tools above, you can convert all the music in the Music folder under Program Files to an mp3 and listen to them.
You can find information on the BMU format in this NWN1 tutorial on custom music. (Note that a good deal of this has changed for NWN2).
http://nwn.bioware.com/builders/sounds_bmu.html
At the time of this writing, there are still some complications with bringing your custom music into your module, and I remember seeing a post talking about improvements that will be coming soon. If anyone has any resources along these lines, please let me know.
ERF stands for Encapsulate Resource File. It is used when importing and exporting resources from one module to another.
Most people keep .erf files in a folder in their My Documents folder called erf. Note that you don't get an erf folder by default, so feel free to created one when you need it.
The .pfx file extension is for particle-based effects. As I understand it, these are used as resouces when creating .sef files. You can find some of them in C:\Program Files\Atari\Neverwinter Nights 2\Data\NWN2_VFX.zip.
The .sef files are special effects files for NWN2. Most of the ones that come with the game are located in C:\Program Files\Atari\Neverwinter Nights 2\Data\NWN2_VFX.zip
From the official documentation:
"Visual effects are composed of effect files, which are individual components of an effect (a particle system, a trail, a billboard, etc.), and SEF files, which point to the effect files and organize them into a more complex visual effect."
As I understand it, .sef files are what you create when you save a visual effect from the visual effects editor.
A .wmp file is created by the world map editor plugin.
Before you do anything, save yourself a lot of time and make sure all your modules, areas, object tags, variable names etc. are less than 32 characters. Failure to do so will result in missing data, crashes and other unexpected behavior.
For example:
While I was working on the PRR scripts, some data was not being saved because my global variable names were more than 32 characters. Anything beyond character 32 was getting dropped. I ended up using a hash to store my variables, something that I'm still not quite sure is the right answer. (Hopefully, I'll work this out soon.)
Another example, is that recently Markus "Wayne" Schlegel, the builder behind the Pool of Radiance Remastered series, was having problems loading the next module in the series. After some testing, it came out that his modules were named with 39 characters, and would sometimes (usually when loading the third module) crash to the desktop.
So there you go. Keep the all-powerful 32-character limit in mind. When it doubt, it's better to stay below 32 characters then go over. You'll potentially save yourself hours of troubleshooting.
Lord Niah of the Forgotten Realms Weave has a great base module to help get people started. Not only is it a great way to get a head start on your module, it also serves as a clean example of the proper way to perform a lot of common tasks.
This module includes base scripts and items for the Forgotten Realms Weave (FRW) project, including a player starting area with a trainer and basic merchant.
Other features Include:
-- Wandering Monster and Rest tag system
-- Hardcore bleeding or OC death system
-- Chest-based Random Loot system w/ breakable items
-- Flavor text, ability, and skill check triggers
-- Demonstration companion and "Sunken Flagon" style Inn
-- Demonstration OOC (Out of Character) Start Area
-- Patcha's Sitable chairs
Note: This is currently tested for singleplayer only, but should work for non-persistent multiplayer.
Be sure to read through the documentation file, as well. It has a lot of useful information.
Go grab it here:
http://nwvault.ign.com/View.php?view=NWN2Scripts.Detail&id=55