You'd think you wouldn't have to go through such crap just to use one program, aye?
You should demand your money back. ![]()
You'd think you wouldn't have to go through such crap just to use one program, aye?
You should demand your money back. ![]()
Hello guys!
I made all the things that you listed here but still nothing...java.io.FileNotFoundException: f:\GOG.com\Neverwinter Nights 2 Complete\data\2DA.zip
I dont know what to do know... Can somebody help me?
You could start by looking to see if the file it's looking for is at the specified path.
Now if only I could get it to see the java file itself! I'm trying to get this working with the GOG version of NWN2 running under WINE in linux, and despite the game running fine, and the character editor ostensibly being a multi-platform java app, I'm having no luck.
For anyone else attempting this in WINE... You need to install a Windows JRE -it looks like the app is tied to some Windows specific calls.
Having said that, I'm still not able to get it to work properly ![]()
Here's how I got to where I did (able to select a saved character, but the app stays blank!) in case anyone else can shed any light...
For plain WINE, you can probably just run the Java installer executable prefixed with "wine" as normal, but for PlayOnLinux, you need to go into the PlayOnLinux config for the app and on the Miscellaneous tab select "Run a Windows Executable (.exe) file in this virtual drive"
You will then need to run the character editor via a windows command prompt (either from WineTricks or via the PlayOnLinux configurations screen).
I put the editor's .java file directly onto the wine virtual drive's "C:" drive and then ran the following:
javaw -DNWN2.install.path="C:\GOG Games\Neverwinter Nights 2 Complete" -jar NWN2Editor.jar
I had to repair my PATH for the GOG version - following the above got the Editor to work - with the adjusted PATH
regarding my earlier post - I was installing from disks and the actual .jar file started the editor - now I have to use the shortcut
:innocent:
the PATH is case and space sensitive
this is in win7x86
can you help me unable to get to work my jave is here? C:\Program Files (x86)\Java\jre1.8.0_45\bin and game file is here?C:\Program Files (x86)\GOG.com\Neverwinter Nights Diamond Edition so hoqw would i load trianer or write shortcut....thanks for any hwelp in this matter..
need hwelp with gog verasion of neverwinter nights 2 diamond version please see first post unable to get to work cant get consol;e cheats to work either here is my ini file==
HD0=.\
CD0=.\
OVERRIDE=.\override
TEMP=.\temp
MODULES=.\modules
LOGS=.\logs
LOCALVAULT=.\localvault
DMVAULT=.\dmvault
SERVERVAULT=.\servervault
TEMPCLIENT=.\tempclient
SAVES=.\saves
CURRENTGAME=.\currentgame
HAK=.\hak
PATCH=.\patch
NWMFiles=.\nwm
AMBIENT=.\ambient
MOVIES=.\movies
MUSIC=.\music
[Sound Options]
Music Volume=0.75
Voice Volume=0.75
SoundFX Volume=0.75
[Config]
NWLoaderDisplayTime=3
where would i put debug mode at to work..thanks for help in this..
<path_to_javaw.exe> -DNWN2.install.path=<path_to_NwN2_installation_directory> -jar <path_to_NWN2Editor.jar>on my system:
game file is here?C:\Program Files (x86)\GOG.com\Neverwinter Nights Diamond Edition
need hwelp with gog verasion of neverwinter nights 2 diamond version please see first post unable to get to work cant get consol;e cheats to work either here is my ini file==
This talk of "Diamond Edition" and that your file path does not include a "2" suggests you're talking about Neverwinter Nights 1, not Neverwinter Nights 2. There is no Neverwinter Nights 2 Diamond Edition.
debugmode should be available w/out editing .Ini
` (apostrophe brings down Console screen)
debugmode 1 [Enter] (activates debugmode)
< type command + Enter >
debugmode 0 [Enter] (de-activates debugmode IMPORTANT)
` (closes the Console screen)
--
here's sort of a universal Open command (ie, a shortcut's Target) for Character Editor:
<path_to_javaw.exe> -DNWN2.install.path=<path_to_NwN2_installation_directory> -jar <path_to_NWN2Editor.jar>on my system:
"C:\Program Files\Java\jre1.8.0_25\bin\javaw.exe" -DNWN2.install.path="F:\Neverwinter Nights 2" -jar "F:\NWN2_kL\Mod_TS_app\NWN2Editor_temp\NWN2Editor.jar"
on your system:
"C:\Program Files (x86)\Java\jre1.8.0_45\bin\javaw.exe" -DNWN2.install.path="C:\Program Files (x86)\GOG.com\Neverwinter Nights Diamond Edition" -jar NWN2Editor.jar
- in the shortcut (ie, the Open command), you can specify a directory to "Start in" .. in which case the full path to NWN2Editor.jar shouldn't be required, and you can put the shortcut-file anywhere.
- note the quotation marks are needed to deal with spaces in paths.
duid as youy said and started to work and then got this:java. io filenot found exceptionC:\Program Files (x86)\GOG.com\Neverwinter Nights Diamond Edition\data\2da.zip(system cannot find specified file) can give me any ideas as to how to get it to work..thanks for the help..greatly appreciated
Hello guys!
I made all the things that you listed here but still nothing... Well atleast I was able to start the Java application, but after it an error message pops up:
Unable to read resource file
java.io.FileNotFoundException: f:\GOG.com\Neverwinter Nights 2 Complete\data\2DA.zip
java.util.zip.ZipFile.open(Native Method)
java.util.zip.ZipFile.(Unknown Source)
java.util.zip.ZipFile.(Unknown Source)
java.util.zip.ZipFile.(Unknown Source)
NWN2Editor.LoadResources.run(LoadResources.java:74)
I dont know what to do know... Can somebody help me?
having same problem any ideas how to mix to make run..thank all..
debugmode should be available w/out editing .Ini
` (apostrophe brings down Console screen)
debugmode 1 [Enter] (activates debugmode)
< type command + Enter >
debugmode 0 [Enter] (de-activates debugmode IMPORTANT)
` (closes the Console screen)
--
here's sort of a universal Open command (ie, a shortcut's Target) for Character Editor:
<path_to_javaw.exe> -DNWN2.install.path=<path_to_NwN2_installation_directory> -jar <path_to_NWN2Editor.jar>on my system:
"C:\Program Files\Java\jre1.8.0_25\bin\javaw.exe" -DNWN2.install.path="F:\Neverwinter Nights 2" -jar "F:\NWN2_kL\Mod_TS_app\NWN2Editor_temp\NWN2Editor.jar"
on your system:
"C:\Program Files (x86)\Java\jre1.8.0_45\bin\javaw.exe" -DNWN2.install.path="C:\Program Files (x86)\GOG.com\Neverwinter Nights Diamond Edition" -jar NWN2Editor.jar
- in the shortcut (ie, the Open command), you can specify a directory to "Start in" .. in which case the full path to NWN2Editor.jar shouldn't be required, and you can put the shortcut-file anywhere.
- note the quotation marks are needed to deal with spaces in paths.
cant get my debug mode to work when i hit the (~) apostrophy any ideas why
cant get my debug mode to work when i hit the (~) apostrophy any ideas why
cant get my debug mode to work when i hit the (~) apostrophy any ideas why
Because you dont have nwn2, you have nwn1. See tchos post above.
jhow do i set keymapping to default?? thanks
jhow do i set keymapping to default?? thanks
You do not have nwn2. We can not help you. Go here: http://forum.bioware...rwinter-nights/
cant get my debug mode to work when i hit the (~) apostrophy any ideas why
Because you dont have nwn2, you have nwn1. See tchos post above.
For non-English keyboards (or does it apply to non-English versions of NWN1?), the ~ doesn't work because it's replaced by another character (² for French keyboards for example). You can however access the debug mode by typing "##DebugMode 1" in the chat box (without the "").
With this method, you'll have to prefix all the commands by ## (for example, "##dm_giveXP 100" to get 100 extra experience points - again, without the "").
But this will only give you access to the "cheat codes" for NWN, not the possibility to use the NWN2 Character Editor!