Pro Evolution Soccer 2013
Informations
Creator | Message |
---|---|
Massawi33
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks1 1 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:
ContributeMember | Message |
Dadu042 | Tuesday 24 December 2019 at 16:34 |
Dadu042
|
InformationThis 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
|
MessageHello RepliesSaturday 25 May 2019 at 18:25
|
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