Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
| Excerpt |
|---|
This tutorial will show you how to export an simple placeable. There will be no modeling involved, this is only about the general process and structure of the scene. |
| Table of Contents | ||||||
|---|---|---|---|---|---|---|
|
| Status | ||||
|---|---|---|---|---|
|
Getting Ready
Install NeverBlender as described here.
Remove all objects currently in the scene to make navigating easier: Press A to select all objects, followed by X (or DEL) to delete all selected

Aurora Base
Create Aurora Base
We need a way to tell NeverBlender which objects belong to the MDL. We will create an Aurora Base to do just that.
- Make sure the 3D Cursor in the Center of the Scene: Press
CTRL + Sand selectCursor to Center. - Press
SHIFT + Ato bring up the Add Menu. - Select
Empty » Plain Axes.
Empties are merely a points in space, they are not rendered - they only serve as helper objects.
Any Empty without a parent is considered to be an Aurora Base.

Name the Model
Next we need to give the Aurora Base a proper name. It has to match the mdl filename.
- Locate the newly created Empty in the Outliner.
- Either
- Double Click one the Name in the Outliner
- Right Click on the Name in the Outliner and select
Rename
- Rename the Empty to "plc_a01". This is the name of the armoire placeable, which we will override.

Create an Object
Create Object
Now we need some kind of object to export.
- Make sure the 3D Cursor in the Center of the Scene: Press
CTRL + Sand selectCursor to Center. - Press
SHIFT + Ato bring up the Add Menu. - Select
Mesh » Cube. - Hold the blue Handle with the Left Mouse Button and pull the cube up a little. Alternatively: Press G followed by Z and move the mouse.
This is the only object we will export for our first model.

Parent to Aurora Base
The newly created object needs to be parented to the Aurora Base.
- First Select the cube with the
Right Mouse Button. - Then select the Aurora Base (Empty "plc_a01") while holding down
SHIFT. - Press
CTRL + P.
The resulting hierarchy is shown in the outliner, you may need to click on the small + button to expand it.
Should you wish to add additional objects to the mdl they too need to be parented to the Aurora Base.
Image Modified
Walkmeshes
Create Walkmesh Base
We will add another Empty which will serve as the Walkmesh Base. The Walkmesh Base indicates which objects should go into the walkmesh file (pwk) instead of the model file (mdl).
- Press
SHIFT + Ato bring up the Add Menu. - Select
Empty » Plain Axes. - Double click on the new Empty in the Outliner and rename it to "a01_pwk". This is purely for cosmetics, the name of the Walkmesh Base does not actually matter.

Set up Walkmesh Base
Now Walkmesh Base needs to be parented to the Aurora Base and an appropriate walkmesh type has to be selected
- First Select the Walkmesh Base ("a01_pwk").
- Then select the Aurora Base ("plc_a01") while holding down
SHIFT. - Press
CTRL + P. - Select the Walkmesh Base ("a01_pwk") in the outline with the
Left Mouse Button. - Select the Object Properties, got to
Aurora Dummy Propertiesand set the type toPWK Base.
Image Modified
Create Walkmesh
The walkmesh will be just another Cube. The walkmesh will prevent characters from passing through the object.
- Make sure the 3D Cursor in the Center of the Scene: Press
CTRL + Sand selectCursor to Center. - Press
SHIFT + Ato bring up the Add Menu. - Select
Mesh » Cube. - Double click on the new Cube in the Outliner and rename it to "a01_wg". This is purely for cosmetics, the name of the Walkmesh Base does not actually matter.
We'll leave the walkmesh at the current location. When creating a proper model you will need to edit the walkmesh to roughly match its shape.

Parent to Walkmesh Base
The newly created walkmesh needs to be parented to the Aurora Base.
- First Select the Walkmesh ("a01_wg").
- Then select the Walkmesh Base ("a01_pwk") while holding down
SHIFT. - Press
CTRL + P.
Now that your're done I can tell you that NeverBlender offers a tool to automatically generate walkmeshes and other meta objects needed by the engine.

Export
Export
We are now ready to export. Select File » Export » Aurora (*.mdl) from the Info Bar. Leave all Export options on the default setting.
Navigate to Neverwinter Nights' override folder and type in the filename "plc_a01.mdl". This is the name default armoire object, which we will be overwriting. This name must match the name we have given to the Aurora Base.

Result
If you saved (or moved) the exported "plc_a01.mdl" and "plc_a01.pwk" to the override folder the armoire placeable will be replaced with the exported cube.
The screenshot was taken in the prelude of the original campaign, right in the first area.
| Note |
|---|
Make sure to delete the file "plc_a01.mdl" and "plc_a01.pwk" from your override folder after you're done with the tutorial. Else you might be seeing cubes everywhere in your game. |
