Changing my documents nwn 2 location

So is there a way to change the location of Neverwinter nights 2 folder location to a different drive.
I would like to move it to an ssd so it would load faster.
Thanks for the info,
Cheers,

Create a new shortcut for nwn2main.exe from the root directory of NWN2 and use a key home in the object field there to specify the new location of this folder.

Example: "D:\Games\Neverwinter Nights 2 Complete\nwn2main.exe" -home "H:\Neverwinter Nights 2"

You can also use a batch file instead of a shortcut if you want:

cd "d:\Games\Neverwinter Nights 2 Complete\"
nwn2main.exe -home "H:\Neverwinter Nights 2"
exit

There’s probably some .ini where you can change the default path, but I don’t know. Maybe nwn2.ini.

2 Likes

If you are playing with Skywing’s Client Extension, all steps are the same, but instead of nwn2main.exe you need to use NWLauncher.exe.

1 Like

Thanks for the info,
I will try that.