Here's something you can do if you're comfortable editing the Xfire_games.ini file in your Xfire directory.
Scroll down to the Neverwinter Nights 2 entry near the bottom of the file, it looks like this:
Code:
[4942]
LongName=Neverwinter Nights 2
ShortName=nwn2
LauncherDirKey=HKEY_LOCAL_MACHINE\\SOFTWARE\\Obsidian\\NWN 2\\Neverwinter\\Location
LauncherExe=nwn2main.exe
Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS% %UA_LAUNCHER_PASSWORD_ARGS%
InGameRenderer=D3D9
InGameFlags=USE_DINPUT1
What you need to do is modify the entry slightly, which should speed up the frame rate for you quite a bit. You need to add "|DISABLE_RELEASE" to the end of the line that begins with "InGameFlags=". When you're done, it should look like the entry below:
Code:
[4942]
LongName=Neverwinter Nights 2
ShortName=nwn2
LauncherDirKey=HKEY_LOCAL_MACHINE\\SOFTWARE\\Obsidian\\NWN 2\\Neverwinter\\Location
LauncherExe=nwn2main.exe
Launch=%UA_LAUNCHER_EXE_PATH% %UA_LAUNCHER_EXTRA_ARGS% %UA_LAUNCHER_NETWORK_ARGS% %UA_LAUNCHER_PASSWORD_ARGS%
InGameRenderer=D3D9
InGameFlags=USE_DINPUT1|DISABLE_RELEASE
Once you've done this, save the file. Now go back to Xfire and click Tools>Options>Games. Just going to the games tab will force Xfire to reload the games.ini and update your XIG support for NWN2 with the info you added Wink
Let us know how this works for you and if it's good, we'll get it out to everyone in the next game update!
Thanks for the report, and let us know if this helps!