Pro Evolution Soccer 2014
Informations
| Creator | Wiadmości | 
|---|---|
| Massawi33   
 | WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms:   Feedbacks0 1 DescriptionSource code#!/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:
Contribute| Member | Wiadmości | 
| Dadu042 | Tuesday 24 December 2019 at 16:32 | 
| Dadu042   
 | InformationThis update has been approved by the team. 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 New source code#!/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
exitOdpowiedzi | 
| freestyle_gus | Wednesday 1 March 2017 at 16:34 | 
| freestyle_gus   
 | WiadmościInstalls 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. Odpowiedzi | 
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
 Install this program
 Install this program