Changes for GOG.com - Realms of Arkania 3
Revision by petch (06 May 2013 22:13:50)
@@ -1,7 +1,7 @@
#!/bin/bash
# Date : (2012-05-17 13-41)
-# Last revision : (2012-10-29 02-39)
-# Wine version used : 1.4-dos_support_0.5
+# Last revision : (2013-05-06 21-50)
+# Wine version used : 1.4-dos_support_0.6
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
@@ -13,7 +13,7 @@
GOGID="realms_of_arkania_3"
PREFIX="RealmsOfArkania3_gog"
-WORKING_WINE_VERSION="1.4-dos_support_0.5"
+WORKING_WINE_VERSION="1.4-dos_support_0.6"
TITLE="GOG.com - Realms of Arkania 3"
SHORTCUT_NAME="Realms of Arkania 3: Shadows Over Riva"
@@ -24,26 +24,24 @@
POL_SetupWindow_SetID 1206
POL_Debug_Init
-POL_SetupWindow_presentation "$TITLE" "Attic Entertainment / Fantasy Productions" "http://www.gog.com/en/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Attic Entertainment / Fantasy Productions" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
POL_Call POL_GoG_setup "$GOGID" "61c1ca2dc633ac36d55837ee9c7ab813"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
-# Prevent GoG installer from installing Acrobat Reader or Foxit in each prefix
-POL_Call POL_Function_SetNativeExtension "pdf"
+POL_Call POL_GoG_install
-POL_Wine_WaitBefore "$TITLE"
-
-POL_Wine "$POL_GoG_location" || POL_Debug_Fatal "$(eval_gettext 'Error while installing archive')"
# "VGA"?
POL_SetupWindow_VMS "1"
cat <<_EOFCFG_ >> "$WINEPREFIX/playonlinux_dos.cfg"
+manual_mount=true
cpu_core=auto
cpu_cycles=max
+render_frameskip=1
sblaster_sbtype=sb16
sblaster_sbbase=220
sblaster_irq=5
@@ -59,10 +57,10 @@
imgmount D "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Realms of Arkania 3/realms3.inst" -t iso -fs iso
_EOFAE_
-POL_Shortcut "RIVA.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" ""
+POL_Shortcut "RIVA.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Realms of Arkania 3/Manual.pdf"
# C:\Program Files\GOG.com\Realms of Arkania 3\README.TXT
POL_SetupWindow_Close
-exit
+exit 0
Revision by petch (28 October 2012 13:44:00)
@@ -1,6 +1,6 @@
#!/bin/bash
# Date : (2012-05-17 13-41)
-# Last revision : (2012-06-06 21-04)
+# Last revision : (2012-10-29 02-39)
# Wine version used : 1.4-dos_support_0.5
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
@@ -15,12 +15,13 @@
PREFIX="RealmsOfArkania3_gog"
WORKING_WINE_VERSION="1.4-dos_support_0.5"
-TITLE="Realms Of Arkania 3 - Shadows Over Riva (GoG release)"
+TITLE="GOG.com - Realms of Arkania 3"
SHORTCUT_NAME="Realms of Arkania 3: Shadows Over Riva"
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 1206
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Attic Entertainment / Fantasy Productions" "http://www.gog.com/en/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
Revision by petch (06 June 2012 21:33:36)
@@ -1,7 +1,7 @@
#!/bin/bash
# Date : (2012-05-17 13-41)
-# Last revision : (2012-05-17 14-43)
-# Wine version used : 1.4-dos_support_0.4
+# Last revision : (2012-06-06 21-04)
+# Wine version used : 1.4-dos_support_0.5
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
@@ -13,7 +13,7 @@
GOGID="realms_of_arkania_3"
PREFIX="RealmsOfArkania3_gog"
-WORKING_WINE_VERSION="1.4-dos_support_0.4"
+WORKING_WINE_VERSION="1.4-dos_support_0.5"
TITLE="Realms Of Arkania 3 - Shadows Over Riva (GoG release)"
SHORTCUT_NAME="Realms of Arkania 3: Shadows Over Riva"
@@ -30,14 +30,12 @@
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
-POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
-
# Prevent GoG installer from installing Acrobat Reader or Foxit in each prefix
POL_Call POL_Function_SetNativeExtension "pdf"
-POL_Wine "$POL_GoG_location" || POL_Debug_Fatal "$(eval_gettext 'Error while installing archive')"
+POL_Wine_WaitBefore "$TITLE"
-POL_Wine_WaitExit "$TITLE"
+POL_Wine "$POL_GoG_location" || POL_Debug_Fatal "$(eval_gettext 'Error while installing archive')"
# "VGA"?
POL_SetupWindow_VMS "1"
Revision by petch (17 May 2012 14:47:53)
@@ -0,0 +1,69 @@
+#!/bin/bash
+# Date : (2012-05-17 13-41)
+# Last revision : (2012-05-17 14-43)
+# Wine version used : 1.4-dos_support_0.4
+# Distribution used to test : Debian Sid (Unstable)
+# Author : Pierre Etchemaite pe-pol@concept-micro.com
+# Script licence : GPL v.2
+# Program licence : Retail
+# Depend :
+
+[ -z "$PLAYONLINUX" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+GOGID="realms_of_arkania_3"
+PREFIX="RealmsOfArkania3_gog"
+WORKING_WINE_VERSION="1.4-dos_support_0.4"
+
+TITLE="Realms Of Arkania 3 - Shadows Over Riva (GoG release)"
+SHORTCUT_NAME="Realms of Arkania 3: Shadows Over Riva"
+
+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_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Attic Entertainment / Fantasy Productions" "http://www.gog.com/en/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
+
+POL_Call POL_GoG_setup "$GOGID" "61c1ca2dc633ac36d55837ee9c7ab813"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
+
+# Prevent GoG installer from installing Acrobat Reader or Foxit in each prefix
+POL_Call POL_Function_SetNativeExtension "pdf"
+
+POL_Wine "$POL_GoG_location" || POL_Debug_Fatal "$(eval_gettext 'Error while installing archive')"
+
+POL_Wine_WaitExit "$TITLE"
+
+# "VGA"?
+POL_SetupWindow_VMS "1"
+
+cat <<_EOFCFG_ >> "$WINEPREFIX/playonlinux_dos.cfg"
+cpu_core=auto
+cpu_cycles=max
+sblaster_sbtype=sb16
+sblaster_sbbase=220
+sblaster_irq=5
+sblaster_dma=1
+sblaster_hdma=5
+sblaster_mixer=true
+sblaster_oplmode=auto
+sblaster_oplrate=22050
+_EOFCFG_
+[ "$POL_OS" = "Linux" ] && echo "render_scaler=hq2x" >> "$WINEPREFIX/playonlinux_dos.cfg"
+
+cat <<_EOFAE_ > "$WINEPREFIX/drive_c/autoexec.bat"
+imgmount D "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Realms of Arkania 3/realms3.inst" -t iso -fs iso
+_EOFAE_
+
+POL_Shortcut "RIVA.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" ""
+POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Realms of Arkania 3/Manual.pdf"
+# C:\Program Files\GOG.com\Realms of Arkania 3\README.TXT
+
+POL_SetupWindow_Close
+
+exit