Vous êtes ici
Burnout Paradise
Informations
Créateur | Messages |
---|---|
zzh87527
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionCode source#!/bin/bash # Date : (2014-07-14) # Wine version used : Latest # Author : Anonymau5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Burnout Paradise" PREFIX="Burnout_Paradise" EDITOR="Valve" GAME_URL="http://store.steampowered.com/app/24740/" AUTHOR="Anonymau5" # Starting the script # POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_SetID 1742 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue')" "$TITLE" # Installing mandatory dependencies POL_Call POL_Install_steam # Begin game installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" steam://install/24740/ POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/24740" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
xge59310 | Mardi 22 Juillet 2014 à 5:34 |
xge59310
|
MessagesOS Ubuntu 14.04 GFX Nvidia 770GTX Working well. Réponses |
Quentin PÂRIS | Mardi 15 Juillet 2014 à 12:27 |
Quentin PÂRIS
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -14,7 +14,7 @@ AUTHOR="Anonymau5" # Starting the script -POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init Nouveau code source#!/bin/bash # Date : (2014-07-14) # Wine version used : Latest # Author : Anonymau5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Burnout Paradise" PREFIX="Burnout_Paradise" EDITOR="Valve" GAME_URL="http://store.steampowered.com/app/24740/" AUTHOR="Anonymau5" # Starting the script # POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_SetID 1742 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue')" "$TITLE" # Installing mandatory dependencies POL_Call POL_Install_steam # Begin game installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" steam://install/24740/ POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/24740" POL_SetupWindow_Close exit 0 RéponsesEdité par Tinou |
Quentin PÂRIS | Mardi 15 Juillet 2014 à 11:35 |
Quentin PÂRIS
|
MessagesYou've inserted the code in the wrong area ;-) 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