GOG.com - Arcanum
Informatie
Creator | Bericht |
---|---|
petch
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks2 0 OmschrijvingEnglish: Unique cRPG with both magical and technological skills.
SchermafdrukkenBroncode#!/bin/bash # Date : (2012-07-02 19-30) # 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] 2012-07-02 19-30) # Initial script. # [Pierre Etchemaite] (2014-01-31 22-12) # Wine 1.4.1 -> 1.6.2 ? # [Dadu042] (2020-01-19 13:50) # Wine 1.6.2 -> 3.0.3 (should fix the GLSL issue). [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="arcanum_of_steamworks_and_magick_obscura" PREFIX="Arcanum_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Arcanum" SHORTCUT_NAME="Arcanum" 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 1298 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Troika Games / Activision" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c09523c61edd18abb97da97463e07a88" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "8" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Arcanum.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "-No3d -doublebuffer" "Game;RolePlaying;" # "-fullscreen" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Arcanum/Manual.pdf" # C:\GOG Games\Arcanum\readme.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Bericht |
Dadu042 | Maandag 20 Januari 2020 om 22:43 |
Dadu042
![]()
|
InformationThis update has been approved by the team. Differences@@ -1,19 +1,27 @@ #!/bin/bash # Date : (2012-07-02 19-30) -# Last revision : (2014-01-31 22-12) -# Wine version used : 1.4.1, 1.6.2 +# 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] 2012-07-02 19-30) +# Initial script. +# [Pierre Etchemaite] (2014-01-31 22-12) +# Wine 1.4.1 -> 1.6.2 ? +# [Dadu042] (2020-01-19 13:50) +# Wine 1.6.2 -> 3.0.3 (should fix the GLSL issue). + [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="arcanum_of_steamworks_and_magick_obscura" PREFIX="Arcanum_gog" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Arcanum" SHORTCUT_NAME="Arcanum" New source code#!/bin/bash # Date : (2012-07-02 19-30) # 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] 2012-07-02 19-30) # Initial script. # [Pierre Etchemaite] (2014-01-31 22-12) # Wine 1.4.1 -> 1.6.2 ? # [Dadu042] (2020-01-19 13:50) # Wine 1.6.2 -> 3.0.3 (should fix the GLSL issue). [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="arcanum_of_steamworks_and_magick_obscura" PREFIX="Arcanum_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Arcanum" SHORTCUT_NAME="Arcanum" 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 1298 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Troika Games / Activision" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c09523c61edd18abb97da97463e07a88" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "8" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Arcanum.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "-No3d -doublebuffer" "Game;RolePlaying;" # "-fullscreen" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Arcanum/Manual.pdf" # C:\GOG Games\Arcanum\readme.txt POL_SetupWindow_Close exit 0 Antwoorden |
yzane | Dinsdag 26 Maart 2019 om 14:46 |
yzane
![]()
|
Berichtruns well on Wine 4.4 with GLSL Support enabled on macOS Mojave 10.14.3. Maintain -No3d -doublebuffer arguments. AntwoordenAangepast door yzane |
MessedUpHare | Dinsdag 6 Januari 2015 om 18:35 |
MessedUpHare
![]()
|
BerichtI had to change the version of wine to install from 1.6.2 to 1.7.33 on Arch Linux to get the gog installer to run without crashing half way through. AntwoordenMaandag 12 Januari 2015 om 16:54
|
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