Вы находитесь здесь

Форум

[SCRIPT] Burnout Paradise Steam Only

Автор Replies
zzh87527 Tuesday 15 July 2014 at 6:58
zzh87527Anonymous

[code language=playonlinux]
#!/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
[/code]

Вы находитесь здесь: Index > Your creations. > [SCRIPT] Burnout Paradise Steam Only

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 dmcayonlinux.com