Pro Evolution Soccer 2014
Informations
| Créateur | Messages |
|---|---|
Massawi33
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 1 DescriptionCode source#!/bin/bash
# Date : (2013-09-22 ??-??)
# Last revision : (2013-10-01 23-24)
# Wine version used : 1.4.1
# Distribution used to test : Ubuntu-GNOME 13.04
# Author : Massawi33
#
# CHANGELOG:
# [Massawi33] (2013-09-22)
# First script.
# [Dadu042] (2019-12-24)
# Wine 1.4.1 -> system version.
# Add shortcuts category.
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Pro Evolution Soccer 2014"
PREFIX="ProEvolutionSoccer2014"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Konami" "http://pes.konami.com/" "Massawi33" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate ""
POL_SetupWindow_InstallMethod "LOCAL,DVD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "DVD" ]
then
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Pro Evolution Soccer 2014.msi"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$CDROM/Pro Evolution Soccer 2014.msi"
POL_Wine_WaitExit "$TITLE"
fi
POL_Call POL_Install_dotnet40
POL_Wine_SetVideoDriver
POL_SetupWindow_VMS "512"
POL_Shortcut "pes2014.exe" "$TITLE" "" "" "Game;"
POL_Shortcut "settings.exe" "$TITLE - Settings" "" "" "Game;"
POL_SetupWindow_Close
exit |
Contributions
Filters:
Contribuer| Membre | Messages |
| Dadu042 | Mardi 24 Décembre 2019 à 16:32 |
|
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -4,6 +4,13 @@ # Wine version used : 1.4.1 # Distribution used to test : Ubuntu-GNOME 13.04 # Author : Massawi33 +# +# CHANGELOG: +# [Massawi33] (2013-09-22) +# First script. +# [Dadu042] (2019-12-24) +# Wine 1.4.1 -> system version. +# Add shortcuts category. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -17,7 +24,7 @@ POL_SetupWindow_presentation "$TITLE" "Konami" "http://pes.konami.com/" "Massawi33" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "1.4.1" +POL_Wine_PrefixCreate "" POL_SetupWindow_InstallMethod "LOCAL,DVD" @@ -42,8 +49,8 @@ POL_Wine_SetVideoDriver POL_SetupWindow_VMS "512" -POL_Shortcut "pes2014.exe" "$TITLE" -POL_Shortcut "settings.exe" "$TITLE - Settings" +POL_Shortcut "pes2014.exe" "$TITLE" "" "" "Game;" +POL_Shortcut "settings.exe" "$TITLE - Settings" "" "" "Game;" POL_SetupWindow_Close exit \ No newline at end of file Nouveau code source#!/bin/bash
# Date : (2013-09-22 ??-??)
# Last revision : (2013-10-01 23-24)
# Wine version used : 1.4.1
# Distribution used to test : Ubuntu-GNOME 13.04
# Author : Massawi33
#
# CHANGELOG:
# [Massawi33] (2013-09-22)
# First script.
# [Dadu042] (2019-12-24)
# Wine 1.4.1 -> system version.
# Add shortcuts category.
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Pro Evolution Soccer 2014"
PREFIX="ProEvolutionSoccer2014"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Konami" "http://pes.konami.com/" "Massawi33" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate ""
POL_SetupWindow_InstallMethod "LOCAL,DVD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "DVD" ]
then
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Pro Evolution Soccer 2014.msi"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$CDROM/Pro Evolution Soccer 2014.msi"
POL_Wine_WaitExit "$TITLE"
fi
POL_Call POL_Install_dotnet40
POL_Wine_SetVideoDriver
POL_SetupWindow_VMS "512"
POL_Shortcut "pes2014.exe" "$TITLE" "" "" "Game;"
POL_Shortcut "settings.exe" "$TITLE - Settings" "" "" "Game;"
POL_SetupWindow_Close
exit Réponses |
| freestyle_gus | Mercredi 1 Mars 2017 à 16:34 |
freestyle_gus
|
MessagesInstalls fine. Will not run, asks for DVD and says it doesn't exist. Crashes PlayonMac with an error. Settings don't recognise graphic, only offer low resolutions. Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com
Installer ce programme