jmecha wrote:Take the Haks from your old NWN folder.
Put them in the Data/HK folder of your Enchanced Edition.
Do not be scared if there are already some haks in this new folder, your Enchanced Edition likely comes with some haks, it is enchanced.
Take your talk file from your old NWN folder.
Put it in the data/talk folder of your Enchanced Edition.
Unlike old NWN the EE comes with a talk folder ready and waiting, no need to make one.
Disclaimer:
I am using a Windows 10 machine, so everything I post here will be for that OS only.
NWN-EE uses directory structures that are similarly to NWN2. That is to say the baseline/delivered code is stored in one location (Ex:
C:\NWN-EE while the custom content is stored in another (ex:
C:\Users\GaiaNostra\Documents\Neverwinter Nights).
I would recommend that you use the custom content folder
[...]\Documents\Neverwinter Nights\hak for your ALFA Hak files and
[...]\Documents\Neverwinter Nights\tlk for the ALFA tlk file.
The custom content folder
[...]\Documents\Neverwinter Nights\localvault is where the "Export PC" button will store your CP bic files.
The custom content folder
[...]\Documents\Neverwinter Nights is where you will find your cdkey.ini, nwn.ini, nwnplayer.ini, and nwtoolset.ini files.
NWN-EE points to your custom content via a set of entries within the nwn.ini file. If you would prefer to use different folder, you are free to do so. For example, you could create a directory called c:\ALFA\hak and another called c:\ALFA\tlk. To make sure NWN-EE uses your new directories, you would need to modify the nwn.ini file under the [Alias] entry as follows:
[Alias]
HD0=C:\Users\GaiaNostra\Documents\Neverwinter Nights
MODULES=C:\Users\GaiaNostra\Documents\Neverwinter Nights\modules
SAVES=C:\Users\GaiaNostra\Documents\Neverwinter Nights\saves
OVERRIDE=C:\Users\GaiaNostra\Documents\Neverwinter Nights\override
HAK=C:\ALFA\hak
SCREENSHOTS=C:\Users\GaiaNostra\Documents\Neverwinter Nights\screenshots
CURRENTGAME=C:\Users\GaiaNostra\Documents\Neverwinter Nights\currentgame
LOGS=C:\Users\GaiaNostra\Documents\Neverwinter Nights\logs
TEMP=C:\Users\GaiaNostra\Documents\Neverwinter Nights\temp
TEMPCLIENT=C:\Users\GaiaNostra\Documents\Neverwinter Nights\tempclient
LOCALVAULT=C:\Users\GaiaNostra\Documents\Neverwinter Nights\localvault
DMVAULT=C:\Users\GaiaNostra\Documents\Neverwinter Nights\dmvault
SERVERVAULT=C:\Users\GaiaNostra\Documents\Neverwinter Nights\servervault
DATABASE=C:\Users\GaiaNostra\Documents\Neverwinter Nights\database
PORTRAITS=C:\Users\GaiaNostra\Documents\Neverwinter Nights\portraits
AMBIENT=C:\Users\GaiaNostra\Documents\Neverwinter Nights\ambient
MOVIES=C:\Users\GaiaNostra\Documents\Neverwinter Nights\movies
MUSIC=C:\Users\GaiaNostra\Documents\Neverwinter Nights\music
TLK=C:\ALFA\tlk