GOG.com - Arcanum

Informations

Créateur Messages
petch

Information

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

Informations

Plate-formes :
Téléchargements : 19669
Wine: 3.0.3

Retours d'expérience

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)

Captures d'écran

MiniatureMiniatureMiniatureMiniatureMiniature

Code source

#!/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:

Contribuer
Membre Messages
Dadu042 Lundi 20 Janvier 2020 à 22:43
Dadu042

Information

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

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"

Nouveau code source

#!/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

Réponses

yzane Mardi 26 Mars 2019 à 14:46
yzane Anonymous

Messages

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

Réponses

Edité par yzane

MessedUpHare Mardi 6 Janvier 2015 à 18:35
MessedUpHare Anonymous

Messages

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.

Réponses

Anonymous
Lundi 12 Janvier 2015 à 16:54

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