GOG.com - Arcanum

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 19612
Wine: 3.0.3

Feedbacks

Description

English: Unique cRPG with both magical and technological skills.
(updated for GOG installer v2)

Français : Un cRPG original où se côtoient la magie et la technologie.
(mis à jour pour l'installeur GOG v2)

Screenshots

MiniatureMiniatureMiniatureMiniatureMiniature

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

Contributions

Filters:

Contribute
Member Message
Dadu042 Monday 20 January 2020 at 22:43
Dadu042

Information

This 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

Replies

yzane Tuesday 26 March 2019 at 14:46
yzane Anonymous

Message

runs well on Wine 4.4 with GLSL Support enabled on macOS Mojave 10.14.3. Maintain -No3d -doublebuffer arguments.

Replies

Edited by yzane

MessedUpHare Tuesday 6 January 2015 at 18:35
MessedUpHare Anonymous

Message

I 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.

Replies

Anonymous
Monday 12 January 2015 at 16:54

how could you exchange it? uff with few requirements I do not think I can do it.