Pro Evolution Soccer 2013

Informations

Creator Message
Massawi33

Warning

This installer is a beta script. It means that it might not work as expected

Informations

Platforms:
Downloads: 35708
Wine: " POL_SetupWindow_InstallMethod

Feedbacks

Source code

#!/bin/bash
# Date : 18/08/2013
# Last revision : see changelog
# Wine version used : system
# Distribution used to test : Ubuntu-GNOME 13.04
# Author : Massawi33
#
# CHANGELOG:
# [Massawi33] (2013-09-18)
#   First script.
# [Dadu042] (2019-12-24)
#   Wine 1.5.20 -> system version.
#   Add shortcut category.

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

TITLE="Pro Evolution Soccer 2013"
PREFIX="PES2013"

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 file named Pro Evolution Soccer 2013.msi')" "$TITLE"
    POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed')" "$TITLE"
    POL_Wine start /unix "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DVD" ]
then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "Pro Evolution Soccer 2013.msi"
    POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed')" "$TITLE"
    POL_Wine start /unix "$CDROM/Pro Evolution Soccer 2013.msi"
fi
POL_Wine_WaitExit "$TITLE"
POL_Shortcut "pes2013.exe" "Pro Evolution Soccer 2013" "" "" "Game;"
POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed')" "$TITLE"
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message
Dadu042 Tuesday 24 December 2019 at 16:34
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,21 +1,30 @@
 #!/bin/bash
 # Date : 18/08/2013
-# Last revision : 18/08/2013
-# Wine version used : 1.5.20
+# Last revision : see changelog
+# Wine version used : system
 # Distribution used to test : Ubuntu-GNOME 13.04
 # Author : Massawi33
+#
+# CHANGELOG:
+# [Massawi33] (2013-09-18)
+#   First script.
+# [Dadu042] (2019-12-24)
+#   Wine 1.5.20 -> system version.
+#   Add shortcut category.
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
+
 TITLE="Pro Evolution Soccer 2013"
 PREFIX="PES2013"
+
 POL_SetupWindow_Init
 POL_Debug_Init
 
-
 POL_SetupWindow_presentation "$TITLE" "Konami" "http://pes.konami.com/" "Massawi33" "$PREFIX"
 
 POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "1.5.20"
+POL_Wine_PrefixCreate ""
 
 POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
@@ -33,7 +42,7 @@
     POL_Wine start /unix "$CDROM/Pro Evolution Soccer 2013.msi"
 fi
 POL_Wine_WaitExit "$TITLE"
-POL_Shortcut "pes2013.exe" "Pro Evolution Soccer 2013"
+POL_Shortcut "pes2013.exe" "Pro Evolution Soccer 2013" "" "" "Game;"
 POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed')" "$TITLE"
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/bin/bash
# Date : 18/08/2013
# Last revision : see changelog
# Wine version used : system
# Distribution used to test : Ubuntu-GNOME 13.04
# Author : Massawi33
#
# CHANGELOG:
# [Massawi33] (2013-09-18)
#   First script.
# [Dadu042] (2019-12-24)
#   Wine 1.5.20 -> system version.
#   Add shortcut category.

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

TITLE="Pro Evolution Soccer 2013"
PREFIX="PES2013"

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 file named Pro Evolution Soccer 2013.msi')" "$TITLE"
    POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed')" "$TITLE"
    POL_Wine start /unix "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DVD" ]
then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "Pro Evolution Soccer 2013.msi"
    POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed')" "$TITLE"
    POL_Wine start /unix "$CDROM/Pro Evolution Soccer 2013.msi"
fi
POL_Wine_WaitExit "$TITLE"
POL_Shortcut "pes2013.exe" "Pro Evolution Soccer 2013" "" "" "Game;"
POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed')" "$TITLE"
POL_SetupWindow_Close
exit

Replies

alireza76 Thursday 30 August 2018 at 18:02
alireza76 Anonymous

Message

Hello
I'm having trouble running the pes 2013 game. And vibration of the screen, but I have no problem with Windows. Help me please . Thankful

Replies

Saturday 25 May 2019 at 18:25
http://wiki.playonlinux.com