Neverwinter Nights 2
0 of 0

File information

Last updated

Original upload

Created by

Ronald Hoffman

Uploaded by

amb7247

Virus scan

Safe to use

Tags for this mod

About this mod

This utility, much like the utility used in Neverwinter Nights allows you to edit your character in NeverWinter Nights 2.

Permissions and credits
This is version 4.1 of the editor. I had to search around google for awhile and I found it on a polish website. Thanks guys!!! This script done by Ronald Hoffman developed to edit your character in Neverwinter Nights 2. I am sharing this in case anyone else has any trouble finding this file.

This does take some time to get working.

#1 Install Java from java.com. Make sure command prompt can see java. cmd ok. Then type java -version. If this does not work and you are also sure that java works in your web browser, you may need to edit your environment. Locate where java is installed. For me it was: C:Program Files (x86)Javajre7bin. Copy that path.

Go to computer, then properties, advanced system settings, then environment variables. Under user variables (in the first box). Click on New. Then in the 1st line, type PATH. In the second line paste the patch to the bin folder where java is installed. Hit Apply then OK.

Test again so it sees java.

Next There is a shortcut in this zip file. You may be required to edit this path. I'll paste mine.

Go to the NWN2 Character Editor shortcut (lnk) file then go to properties. Edit the target line: (Yours won't be exact as mine, so you will likely have to edit yours)

C:WindowsSysWOW64javaw.exe -Xmx256m -DNWN2.install.path="D:Program Files (x86)AtariNeverwinter Nights 2" -jar NWN2Editor.jar

#1 the SysWOW64 is the location of my javaw.exe. This is also found in the java install location as well. I used SysWOW64 since I'm on a 64bit machine. if you have 32bit, it would be your system32 folder instead.

#2 the D:Program Files (x86)AtariNeverwinter Nights 2, is my install location of neverwinter nights 2.

Put NWN2Editor.jar in your NWN2 install folder. It worked for me when I did this.

Run the shortcut until you see the editor open.

I hope this helps. If I need to change any of this let me know.