GOG.com - Neverwinter Nights Diamond Edition

Informations

Créateur Messages
petch

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 34570
Wine:

Retours d'expérience

Description

English: The famous Bioware cRPG, with its extensions Shadows of Undrentide and Hordes of the Underdark.
(updated for GOG installer v2)

Français : Fameux cRPG de Bioware, plus ses extensions Shadows of Undrentide et Hordes of the Underdark.
(mis à jour pour l'installeur GOG v2)

Code source

#!/bin/bash
# Date : (2012-03-17 10-47)
# Last revision : see CHANGELOG
# Wine version used : 1.3.27, 1.7.12
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
 
# Logo screen does not show up starting from Wine 1.3.28:
# http://bugs.winehq.org/show_bug.cgi?id=28869
# Tested up to Wine 1.5.0

# CHANGELOG
# [Pierre Etchemaite] (2014-02-07 22-22)
#   First script.
# [Daviot] (2016-07-04)
#   Adds an additional shortcut for graphics configuration .exe program.
# [Dadu042] (2019-12-29)
#   Wine 1.7.12 -> system (because of POL user reviews and Appdb.winehq.org).
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="neverwinter_nights_diamond_edition"
PREFIX="NeverwinterNights_gog"
WORKING_WINE_VERSION=""
 
TITLE="GOG.com - Neverwinter Nights Diamond Edition"
SHORTCUT_NAME="Neverwinter Nights Diamond Edition"
 
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 1099
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Bioware / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" "e7d063a2c892519dc431fc84c3611a65" "2b6bec0df8d2f1755876407069f6ae43" "db2c1e75b087e43fa5895bcc70fca8b9"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install "/nogui"
 
 
# GoG work!
Set_OS winxp
 
POL_SetupWindow_VMS "16"
 
# Doesn't hurt ;)
POL_Wine_reboot
 
POL_Shortcut "nwmain.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"

POL_Shortcut "nwconfig.exe" "$SHORTCUT_NAME - Config" "" "" "Game;RolePlaying;"

POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/NWN_OnlineManual.pdf"
# C:\GOG Games\Neverwinter Nights Diamond Edition\readme.txt
# C:\GOG Games\Neverwinter Nights Diamond Edition\NWNHordes_Manual.pdf
# C:\GOG Games\Neverwinter Nights Diamond Edition\NWN_SoU_OnlineManual.pdf
 
POL_SetupWindow_Close
 
cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG="-all"
 
POL_LoadVar_PROGRAMFILES
cd "\$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/" || exit 1
TITLE="$TITLE"
 
POL_Wine nwconfig.exe
exit 0
_EOF_
 
exit 0

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Dimanche 29 Décembre 2019 à 13:50
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -1,72 +1,83 @@
 #!/bin/bash
 # Date : (2012-03-17 10-47)
-# Last revision : (2014-02-07 22-22)
+# Last revision : see CHANGELOG
 # Wine version used : 1.3.27, 1.7.12
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
-
+ 
 # Logo screen does not show up starting from Wine 1.3.28:
 # http://bugs.winehq.org/show_bug.cgi?id=28869
 # Tested up to Wine 1.5.0
 
+# CHANGELOG
+# [Pierre Etchemaite] (2014-02-07 22-22)
+#   First script.
+# [Daviot] (2016-07-04)
+#   Adds an additional shortcut for graphics configuration .exe program.
+# [Dadu042] (2019-12-29)
+#   Wine 1.7.12 -> system (because of POL user reviews and Appdb.winehq.org).
+ 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 GOGID="neverwinter_nights_diamond_edition"
 PREFIX="NeverwinterNights_gog"
-WORKING_WINE_VERSION="1.7.12"
-
+WORKING_WINE_VERSION=""
+ 
 TITLE="GOG.com - Neverwinter Nights Diamond Edition"
 SHORTCUT_NAME="Neverwinter Nights Diamond Edition"
-
+ 
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
-
+ 
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 1099
 POL_Debug_Init
-
+ 
 POL_SetupWindow_presentation "$TITLE" "Bioware / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
-
+ 
 POL_Call POL_GoG_setup "$GOGID" "e7d063a2c892519dc431fc84c3611a65" "2b6bec0df8d2f1755876407069f6ae43" "db2c1e75b087e43fa5895bcc70fca8b9"
-
+ 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
-
+ 
 POL_Call POL_GoG_install "/nogui"
-
-
+ 
+ 
 # GoG work!
 Set_OS winxp
-
+ 
 POL_SetupWindow_VMS "16"
-
+ 
 # Doesn't hurt ;)
 POL_Wine_reboot
-
+ 
 POL_Shortcut "nwmain.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
+
+POL_Shortcut "nwconfig.exe" "$SHORTCUT_NAME - Config" "" "" "Game;RolePlaying;"
+
 POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/NWN_OnlineManual.pdf"
 # C:\GOG Games\Neverwinter Nights Diamond Edition\readme.txt
 # C:\GOG Games\Neverwinter Nights Diamond Edition\NWNHordes_Manual.pdf
 # C:\GOG Games\Neverwinter Nights Diamond Edition\NWN_SoU_OnlineManual.pdf
-
+ 
 POL_SetupWindow_Close
-
+ 
 cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
 #!/bin/bash
 [ -z "\$PLAYONLINUX" ] && exit 0
 source "\$PLAYONLINUX/lib/sources"
 export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
 export WINEDEBUG="-all"
-
+ 
 POL_LoadVar_PROGRAMFILES
 cd "\$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/" || exit 1
 TITLE="$TITLE"
-
+ 
 POL_Wine nwconfig.exe
 exit 0
 _EOF_
-
-exit 0
+ 
+exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2012-03-17 10-47)
# Last revision : see CHANGELOG
# Wine version used : 1.3.27, 1.7.12
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
 
# Logo screen does not show up starting from Wine 1.3.28:
# http://bugs.winehq.org/show_bug.cgi?id=28869
# Tested up to Wine 1.5.0

# CHANGELOG
# [Pierre Etchemaite] (2014-02-07 22-22)
#   First script.
# [Daviot] (2016-07-04)
#   Adds an additional shortcut for graphics configuration .exe program.
# [Dadu042] (2019-12-29)
#   Wine 1.7.12 -> system (because of POL user reviews and Appdb.winehq.org).
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="neverwinter_nights_diamond_edition"
PREFIX="NeverwinterNights_gog"
WORKING_WINE_VERSION=""
 
TITLE="GOG.com - Neverwinter Nights Diamond Edition"
SHORTCUT_NAME="Neverwinter Nights Diamond Edition"
 
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 1099
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Bioware / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" "e7d063a2c892519dc431fc84c3611a65" "2b6bec0df8d2f1755876407069f6ae43" "db2c1e75b087e43fa5895bcc70fca8b9"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install "/nogui"
 
 
# GoG work!
Set_OS winxp
 
POL_SetupWindow_VMS "16"
 
# Doesn't hurt ;)
POL_Wine_reboot
 
POL_Shortcut "nwmain.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"

POL_Shortcut "nwconfig.exe" "$SHORTCUT_NAME - Config" "" "" "Game;RolePlaying;"

POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/NWN_OnlineManual.pdf"
# C:\GOG Games\Neverwinter Nights Diamond Edition\readme.txt
# C:\GOG Games\Neverwinter Nights Diamond Edition\NWNHordes_Manual.pdf
# C:\GOG Games\Neverwinter Nights Diamond Edition\NWN_SoU_OnlineManual.pdf
 
POL_SetupWindow_Close
 
cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG="-all"
 
POL_LoadVar_PROGRAMFILES
cd "\$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/" || exit 1
TITLE="$TITLE"
 
POL_Wine nwconfig.exe
exit 0
_EOF_
 
exit 0

Réponses

darth_borehd Mercredi 17 Mai 2017 à 10:01
darth_borehd

Messages

I could not get it to install.  GOG seems to have changed the download for Neverwinter Nights Diamond from a 3 file download to a 2 file download.  I think that is part of the problem.  

 

Réponses

locus Samedi 3 Décembre 2016 à 9:11
locus Anonymous

Messages

Doesn't work for me. The installer fails with "Runtime error" right after selecting the *.bin file. That's GOG NWN 2.1.0.21.

Réponses

Anonymous
Mardi 6 Décembre 2016 à 16:29
I confirm the same with me
Anonymous
Vendredi 16 Décembre 2016 à 3:46
Confirm both on Mac and Linux
Debugger on mac says
err:module:import_dll Library binkw32.dll - not found
err:module:import_dll Library mss32.dll - not found
err:module:load_builtin_dll failed to load .so lib for builtin L"GLU32.dll" - not found
err:module:import_dll Loading library GLU32.dll - failed (error c000007a)
Daviot Lundi 4 Juillet 2016 à 1:43
Daviot Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Can't speak for Macs, but works from-script settings on Linux Mint 17.3 and 18.0.

A note for those playing the game: The screen resolution can't be changed from inside the game.  Instead, "nwconfig.exe" needs to be run from the same wine prefix.  This can be done either by choosing "Configure" then the "Miscellaneous" tab then "Run an .exe file in this virtual drive".  Alternatively, "Configure"->"Make a new shortcut from this virtual drive" and point it towards nwconfig.exe.

Differences

@@ -48,6 +48,7 @@
 
 POL_Shortcut "nwmain.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
 POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/NWN_OnlineManual.pdf"
+POL_Shortcut "nwconfig.exe" "NW Config" "" "" "Game;RolePlaying;" #Adds an additional shortcut for graphics configuration .exe program.
 # C:\GOG Games\Neverwinter Nights Diamond Edition\readme.txt
 # C:\GOG Games\Neverwinter Nights Diamond Edition\NWNHordes_Manual.pdf
 # C:\GOG Games\Neverwinter Nights Diamond Edition\NWN_SoU_OnlineManual.pdf

Nouveau code source

#!/bin/bash
# Date : (2012-03-17 10-47)
# Last revision : (2014-02-07 22-22)
# Wine version used : 1.3.27, 1.7.12
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

# Logo screen does not show up starting from Wine 1.3.28:
# http://bugs.winehq.org/show_bug.cgi?id=28869
# Tested up to Wine 1.5.0

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="neverwinter_nights_diamond_edition"
PREFIX="NeverwinterNights_gog"
WORKING_WINE_VERSION="1.7.12"

TITLE="GOG.com - Neverwinter Nights Diamond Edition"
SHORTCUT_NAME="Neverwinter Nights Diamond Edition"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1099
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Bioware / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "e7d063a2c892519dc431fc84c3611a65" "2b6bec0df8d2f1755876407069f6ae43" "db2c1e75b087e43fa5895bcc70fca8b9"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "16"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "nwmain.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/NWN_OnlineManual.pdf"
POL_Shortcut "nwconfig.exe" "NW Config" "" "" "Game;RolePlaying;" #Adds an additional shortcut for graphics configuration .exe program.
# C:\GOG Games\Neverwinter Nights Diamond Edition\readme.txt
# C:\GOG Games\Neverwinter Nights Diamond Edition\NWNHordes_Manual.pdf
# C:\GOG Games\Neverwinter Nights Diamond Edition\NWN_SoU_OnlineManual.pdf

POL_SetupWindow_Close

cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG="-all"

POL_LoadVar_PROGRAMFILES
cd "\$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights Diamond Edition/" || exit 1
TITLE="$TITLE"

POL_Wine nwconfig.exe
exit 0
_EOF_

exit 0

Réponses

MrJones Mardi 25 Aoüt 2015 à 12:10
MrJones

Messages

Hi guys, I want to share my experienc with this game through PlayOnMac. My problem is that even I can get the game running, I only get black screen instead of movies (that doesn't matter) and during gameplay (that does). Menu, character creation, inventory in game etc. is visible, but the environment itself is completely black. Audio is ok. 
 

I’m running latest OS X Yosemite (10.10.4) ona MBA Early-2014, 1,4GHz i5, 8GB RAM, Intel HD Graphics 5000 1536 MB.

 

What have i done and tried so far:

  1. download the game from GOG - https://www.gog.com/game/neverwinter_nights_diamond_edition
  2. install through PlayOnMac
  3. install Patch 1.69 - http://neverwintervault.org/patch/nwn1/english/nwn-sou-hotu
  4. configure game to match my resolution
  5. edit nwn.ini (Disable Intro Movies=1; SafeMovie=1)
  6. edit nwnplayer.ini (Client CPU Affinity=-2)
  7. set different wine versions 1.7.12; 1.7.11; 1.7.50
  8. all hacks from http://www.gog.com/forum/neverwinter_nights_series/black_screen_after_character_creation_can_hear_audio
  9. start the game using nwmain.exe directly
  10. install Community Patch 1.71 - http://neverwintervault.org/patch/nwn1/community-patch-171-final

I guess the problem is in the graphic card, when I try to run "Test" in game Options (nwconfig.exe), I get error message "Access violation at address 97A3ADC2. Read of address 00000000”. On the other hand the "Scan" feature works fine and sets the graphics to maximum settings. 

The nwconfig.ini contains following log:
 [Video Card]
Type=Error — [] 

which might be the problem, but I don’t know how to solve it. 

Any suggestions?

Réponses

Mardi 25 Aoüt 2015 à 12:25
And one last thing - I also tried to install xact_jun2010, vcrun2008, d3dx9_36, d3dx9_42 and d3dx9_43 via winetricks with no difference.
Anonymous
Samedi 12 Décembre 2015 à 18:08
I am experiencing the same problem, but when I run Test from nwconfig.exe, it complains that I don't have OpenGL.
Anonymous
Dimanche 24 Avril 2016 à 6:31
same issue here :/
Anonymous
Lundi 25 Avril 2016 à 2:39
i read that changing the driver at regedit to X11 should fix this but im not able to find the entry