GOG.com - Might and Magic 8

Informations

Créateur Messages
petch

Information

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

Informations

Plate-formes :
Téléchargements : 10196
Wine: 1.7.11

Retours d'expérience

Description

English: Save the world from the Ancients' destruction!
(updated for GOG installer v2)

Français : Sauvez le monde de la destruction des Anciens !
(mis à jour pour l'installeur GOG v2)

Captures d'écran

MiniatureMiniatureMiniatureMiniature

Code source

#!/bin/bash
# Date : (2012-11-17 14-13)
# Last revision : (2014-07-20 18-59)
# Wine version used : 1.5.8, 1.7.11
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

# Before 1.5.8: unimplemented function msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z 
# 1.5.14-1.7.10: weird resize in windowed mode

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="might_and_magic_8_day_of_the_destroyer"
PREFIX="MightAndMagic8_gog"
WORKING_WINE_VERSION="1.7.11"

TITLE="GOG.com - Might and Magic 8"
SHORTCUT_NAME="Might and Magic 8 - Day of the Destroyer"

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 1463
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "New World Computing / Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "3ae5a50c779b0932049b77aad2b86370"

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 "MM8.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Might and Magic VIII - Day of the Destroyer/MANUAL.PDF"
# C:\GOG Games\Might and Magic VIII - Day of the Destroyer\Reference_card.PDF
# C:\GOG Games\Might and Magic VIII - Day of the Destroyer\Readme.txt

POL_SetupWindow_Close

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/Might and Magic VIII - Day of the Destroyer/" || exit 1

TITLE="$TITLE"
POL_Wine MM8Setup.Exe
exit 0
_EOF_

exit 0

Contributions

Filters:

Contribuer
Membre Messages
petch Dimanche 20 Juillet 2014 à 21:14
petch

Information

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

Messages

Download hash update

Upgrade Wine to version 1.7.11 (#3735)

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2012-11-17 14-13)
-# Last revision : (2013-07-10 13-35)
-# Wine version used : 1.5.8
+# Last revision : (2014-07-20 18-59)
+# Wine version used : 1.5.8, 1.7.11
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
@@ -9,13 +9,14 @@
 # Depend :
 
 # Before 1.5.8: unimplemented function msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z 
+# 1.5.14-1.7.10: weird resize in windowed mode
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="might_and_magic_8_day_of_the_destroyer"
 PREFIX="MightAndMagic8_gog"
-WORKING_WINE_VERSION="1.5.8"
+WORKING_WINE_VERSION="1.7.11"
 
 TITLE="GOG.com - Might and Magic 8"
 SHORTCUT_NAME="Might and Magic 8 - Day of the Destroyer"
@@ -28,7 +29,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "New World Computing / Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" "5ebc4cf007ee54327e877e6a297a4e6a"
+POL_Call POL_GoG_setup "$GOGID" "3ae5a50c779b0932049b77aad2b86370"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

Nouveau code source

#!/bin/bash
# Date : (2012-11-17 14-13)
# Last revision : (2014-07-20 18-59)
# Wine version used : 1.5.8, 1.7.11
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

# Before 1.5.8: unimplemented function msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z 
# 1.5.14-1.7.10: weird resize in windowed mode

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="might_and_magic_8_day_of_the_destroyer"
PREFIX="MightAndMagic8_gog"
WORKING_WINE_VERSION="1.7.11"

TITLE="GOG.com - Might and Magic 8"
SHORTCUT_NAME="Might and Magic 8 - Day of the Destroyer"

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 1463
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "New World Computing / Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "3ae5a50c779b0932049b77aad2b86370"

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 "MM8.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Might and Magic VIII - Day of the Destroyer/MANUAL.PDF"
# C:\GOG Games\Might and Magic VIII - Day of the Destroyer\Reference_card.PDF
# C:\GOG Games\Might and Magic VIII - Day of the Destroyer\Readme.txt

POL_SetupWindow_Close

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/Might and Magic VIII - Day of the Destroyer/" || exit 1

TITLE="$TITLE"
POL_Wine MM8Setup.Exe
exit 0
_EOF_

exit 0

Réponses