GOG.com - Neverwinter Nights 2: Complete
Informations
Créateur | Messages |
---|---|
petch
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience2 4 Code source#!/bin/bash # Date : (2013-04-07 16-50) # Last revision : see changelog # Wine version used : 3.0.3 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2013-04-07 16-50) # Initial script, for the GOG release. # [Pierre Etchemaite] (2013-07-10 13-36) # ? # [Dadu042] (2020-01-25 11:10) # Wine 1.5.27 -> 3.0.3 # Force Arch x86. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="neverwinter_nights_2_complete" PREFIX="NeverwinterNights2_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Neverwinter Nights 2: Complete" SHORTCUT_NAME="Neverwinter Nights 2 Complete" #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 1647 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Studio / Publisher" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "6f64b0b2401564c4cde3ffbfa1bf1022" "7f0c309d426605ef12d6b650c1583b41" "5741d78d70a275b61ae5c6b46e0e5030" "922ed380f399e7c4da4b00a29c154593" "83294db2aee174c05dc436b39e2c00d1" "eb66b074d1b14946511eed344abc4bec" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" POL_Call POL_Install_d3dx9 POL_Call POL_Install_dxdiag # GoG work! Set_OS winxp POL_SetupWindow_VMS "256" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "nwn2.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights 2 Complete/Documentation/Neverwinter Nights 2 - Manual.pdf" # C:\GOG Games\Neverwinter Nights 2 Complete\Documentation\Neverwinter Nights 2 Mask of the Betrayer - Manual.pdf # C:\GOG Games\Neverwinter Nights 2 Complete\Documentation\Neverwinter Nights 2 Mysteries of Westgate - Walkthrough.pdf # C:\GOG Games\Neverwinter Nights 2 Complete\Documentation\Neverwinter Nights 2 Storm of Zehir - Manual.pdf POL_SetupWindow_Close exit 0 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 2 Complete/" || exit 1 TITLE="$TITLE" POL_Wine SerialTool.exe exit 0 _EOF_ exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Kurose666 | Mardi 24 Aoüt 2021 à 15:25 |
Kurose666
|
MessagesError during download windowsxp-kb975337-x86-ENU.exe Réponses |
Dadu042 | Samedi 25 Janvier 2020 à 12:58 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,19 +1,28 @@ #!/bin/bash # Date : (2013-04-07 16-50) -# Last revision : (2013-07-10 13-36) -# Wine version used : 1.5.27 +# Last revision : see changelog +# Wine version used : 3.0.3 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [Pierre Etchemaite] (2013-04-07 16-50) +# Initial script, for the GOG release. +# [Pierre Etchemaite] (2013-07-10 13-36) +# ? +# [Dadu042] (2020-01-25 11:10) +# Wine 1.5.27 -> 3.0.3 +# Force Arch x86. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="neverwinter_nights_2_complete" PREFIX="NeverwinterNights2_gog" -WORKING_WINE_VERSION="1.5.27" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Neverwinter Nights 2: Complete" SHORTCUT_NAME="Neverwinter Nights 2 Complete" @@ -29,6 +38,7 @@ POL_Call POL_GoG_setup "$GOGID" "6f64b0b2401564c4cde3ffbfa1bf1022" "7f0c309d426605ef12d6b650c1583b41" "5741d78d70a275b61ae5c6b46e0e5030" "922ed380f399e7c4da4b00a29c154593" "83294db2aee174c05dc436b39e2c00d1" "eb66b074d1b14946511eed344abc4bec" POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" Nouveau code source#!/bin/bash # Date : (2013-04-07 16-50) # Last revision : see changelog # Wine version used : 3.0.3 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2013-04-07 16-50) # Initial script, for the GOG release. # [Pierre Etchemaite] (2013-07-10 13-36) # ? # [Dadu042] (2020-01-25 11:10) # Wine 1.5.27 -> 3.0.3 # Force Arch x86. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="neverwinter_nights_2_complete" PREFIX="NeverwinterNights2_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Neverwinter Nights 2: Complete" SHORTCUT_NAME="Neverwinter Nights 2 Complete" #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 1647 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Studio / Publisher" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "6f64b0b2401564c4cde3ffbfa1bf1022" "7f0c309d426605ef12d6b650c1583b41" "5741d78d70a275b61ae5c6b46e0e5030" "922ed380f399e7c4da4b00a29c154593" "83294db2aee174c05dc436b39e2c00d1" "eb66b074d1b14946511eed344abc4bec" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" POL_Call POL_Install_d3dx9 POL_Call POL_Install_dxdiag # GoG work! Set_OS winxp POL_SetupWindow_VMS "256" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "nwn2.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Neverwinter Nights 2 Complete/Documentation/Neverwinter Nights 2 - Manual.pdf" # C:\GOG Games\Neverwinter Nights 2 Complete\Documentation\Neverwinter Nights 2 Mask of the Betrayer - Manual.pdf # C:\GOG Games\Neverwinter Nights 2 Complete\Documentation\Neverwinter Nights 2 Mysteries of Westgate - Walkthrough.pdf # C:\GOG Games\Neverwinter Nights 2 Complete\Documentation\Neverwinter Nights 2 Storm of Zehir - Manual.pdf POL_SetupWindow_Close exit 0 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 2 Complete/" || exit 1 TITLE="$TITLE" POL_Wine SerialTool.exe exit 0 _EOF_ exit 0 RéponsesMercredi 25 Mars 2020 à 6:59
|
Nozlug | Lundi 5 Mars 2018 à 0:59 |
Nozlug
|
MessagesI can't connect to gog.com (msg: Gog.com login failed, try again ?) with functionnal login/passwd , OS: GNU/Linux Gentoo Playonlinux Installed versions: 4.2.12(22:22:38 04/03/2018)(-winbind PYTHON_TARGETS="python2_7") tell me if you need more logs ;) RéponsesLundi 5 Mars 2018 à 1:23
|
scuda | Vendredi 5 Janvier 2018 à 13:01 |
scuda
|
MessagesThe installer hangs up for Mac during the Wine 1.5.7 install. This installer should be updated ot the Wine 2.16 engine. Réponses |
Joergy73 | Vendredi 18 Décembre 2015 à 19:50 |
Joergy73
|
MessagesAfter a few seconds the installation aborts. I get the following error message (german, sorry): "... ShellExecuteEx schlug fehl; Code 2 After this another one: "...
Ubuntu Mate 15.10 64bit
And i must select manually the first BIN file. Hope this helps. Réponses |
WoodVTier | Mardi 1 Décembre 2015 à 22:50 |
WoodVTier
|
MessagesFor me, the installer worked well, but there is a confusing trick to get it to work. When the "Finish Installation" dialog pops up, the installation is NOT done. If you click "Finish" too early, it won't complete successfully. You need to wait until it finishes copying files or whatever it's doing. I just watch the light on my hard-disk until it stops flashing before I click "Finish". Réponses |
tydevers | Mercredi 24 September 2014 à 1:15 |
tydevers
|
MessagesI just installed NWN 2 comeplete via this script on PlayOnLinux. The only glitch that I came across was that the installer crashed after defining the amount of RAM on my video card (1024). However, the installation did complete just fine regardless of the crash. I reopened POL, the game was there, and it loaded, full screen, just fine. All controls seem to work thus far, though I havent made it through the tutorial section yet. I'll report back after I put in some good play time.
Linux mint 64 bit Nvidia gtx 550 ti card amd phenom 2 x4 4 g ram Réponses |
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