Might and Magic VI: The Mandate of Heaven (Platinum Edition)

Informations

Créateur Messages
horsemanoffaith Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 10008
Wine: 2.22

Retours d'expérience

Description

Code source

#!/bin/bash
# Date : (2013-03-06 19-30)
# Last revision : (2013-03-06 19-30)
# Wine version used : 1.4.1
# Distribution used to test : Ubuntu 12.04.01 LTS 64-bit
# Author : horsemanoffaith

# CHANGELOG
# [horsemanoffaith] (2013-03-06 19-30)
#   Initial writting.
# [Dadu042] (2019-11-16)
#   Wine 1.4.1 -> 2.22 (this should help many cases).

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"

TITLE="Might and Magic VI: The Mandate of Heaven Platinum Edition"
PREFIX="MM6_MandateOfHeavenPE"
WORKING_WINE_VERSION="2.22"


POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "New World Computing / 3DO / Ubisoft" "http://www.ubi.com" "horsemanoffaith" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "_setup/data1.cab"

cd "$CDROM"
POL_Wine "_setup/Setup.exe"
POL_Wine_WaitExit "$TITLE"

POL_Shortcut "MM6.EXE" "$TITLE" "" "" "Game;"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Samedi 16 Novembre 2019 à 16:09
Dadu042

Information

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

Differences

@@ -5,12 +5,18 @@
 # Distribution used to test : Ubuntu 12.04.01 LTS 64-bit
 # Author : horsemanoffaith
 
+# CHANGELOG
+# [horsemanoffaith] (2013-03-06 19-30)
+#   Initial writting.
+# [Dadu042] (2019-11-16)
+#   Wine 1.4.1 -> 2.22 (this should help many cases).
+
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Might and Magic VI: The Mandate of Heaven Platinum Edition"
 PREFIX="MM6_MandateOfHeavenPE"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="2.22"
 
 
 POL_SetupWindow_Init
@@ -28,10 +34,8 @@
 POL_Wine "_setup/Setup.exe"
 POL_Wine_WaitExit "$TITLE"
 
-POL_Shortcut "MM6.EXE" "$TITLE"
+POL_Shortcut "MM6.EXE" "$TITLE" "" "" "Game;"
 
 POL_SetupWindow_Close
 
 exit 0
-
-

Nouveau code source

#!/bin/bash
# Date : (2013-03-06 19-30)
# Last revision : (2013-03-06 19-30)
# Wine version used : 1.4.1
# Distribution used to test : Ubuntu 12.04.01 LTS 64-bit
# Author : horsemanoffaith

# CHANGELOG
# [horsemanoffaith] (2013-03-06 19-30)
#   Initial writting.
# [Dadu042] (2019-11-16)
#   Wine 1.4.1 -> 2.22 (this should help many cases).

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"

TITLE="Might and Magic VI: The Mandate of Heaven Platinum Edition"
PREFIX="MM6_MandateOfHeavenPE"
WORKING_WINE_VERSION="2.22"


POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "New World Computing / 3DO / Ubisoft" "http://www.ubi.com" "horsemanoffaith" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "_setup/data1.cab"

cd "$CDROM"
POL_Wine "_setup/Setup.exe"
POL_Wine_WaitExit "$TITLE"

POL_Shortcut "MM6.EXE" "$TITLE" "" "" "Game;"

POL_SetupWindow_Close

exit 0

Réponses

Jeudi 30 Janvier 2020 à 23:45
I forgot to approve it.
alveola666 Dimanche 4 September 2016 à 18:55
alveola666 Anonymous

Messages

Steam copy does not run well. It launches, but only shows gray screen.

Réponses