GOG.com - Neverwinter Nights Diamond Edition
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 3 DescriptionEnglish: The famous Bioware cRPG, with its extensions Shadows of Undrentide and Hordes of the Underdark.
Source code#!/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:
ContributeMember | Message |
Dadu042 | Sunday 29 December 2019 at 13:50 |
Dadu042
|
InformationThis update has been approved by the team. 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 New source code#!/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 Replies |
darth_borehd | Wednesday 17 May 2017 at 10:01 |
darth_borehd
|
MessageI 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.
Replies |
locus | Saturday 3 December 2016 at 9:11 |
locus
|
MessageDoesn't work for me. The installer fails with "Runtime error" right after selecting the *.bin file. That's GOG NWN 2.1.0.21. RepliesTuesday 6 December 2016 at 16:29
Friday 16 December 2016 at 3:46
|
Daviot | Monday 4 July 2016 at 1:43 |
Daviot
|
WarningThis update has not been approved yet by the team. MessageCan'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 New source code#!/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 Replies |
MrJones | Tuesday 25 August 2015 at 12:10 |
MrJones
|
MessageHi 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:
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: Any suggestions?
Replies |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com