Pro Evolution Soccer 2013
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érience1 1 Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Mardi 24 Décembre 2019 à 16:34 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 Réponses |
alireza76 | Jeudi 30 Aoüt 2018 à 18:02 |
alireza76
|
MessagesHello RéponsesSamedi 25 Mai 2019 à 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