Vous êtes ici
Stronghold HD (Steam)
Informations
Créateur | Messages |
---|---|
Marius_Linux
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionFirefly Studios' medieval RTS game in the HD version on Steam. Code source#!/usr/bin/env playonlinux-bash # Date : (2015-06-27 15-45) # Last revision : (2015-06-27 15-45) # Wine Version used: 1.7.45-staging # Distribution used to test: Fedora 22 # Author: Marius_Linux [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Stronghold HD" PREFIX="StrongholdHD" STEAM_APP_ID=40950 SHORTCUT_NAME="Stronghold HD" #Load setup image POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Firefly Studios" "http://german-gamer-guy.blogspot.de" "Marius_Linux" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate Set_OS "winxp" POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" "steam://install/$STEAM_APP_ID" POL_Wine_WaitExit "$TITLE" POL_SetupWindow_VMS "64" POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APP_ID -no-dwrite" "Game;StrategyGame" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Marius_Linux | Lundi 29 Juin 2015 à 15:27 |
Marius_Linux
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,32 @@ +#!/usr/bin/env playonlinux-bash +# Date : (2015-06-27 15-45) +# Last revision : (2015-06-27 15-45) +# Wine Version used: 1.7.45-staging +# Distribution used to test: Fedora 22 +# Author: Marius_Linux +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Stronghold HD" +PREFIX="StrongholdHD" +STEAM_APP_ID=40950 +SHORTCUT_NAME="Stronghold HD" +#Load setup image + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Firefly Studios" "http://german-gamer-guy.blogspot.de" "Marius_Linux" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate + +Set_OS "winxp" +POL_Call POL_Install_steam +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +POL_Wine "steam.exe" "steam://install/$STEAM_APP_ID" +POL_Wine_WaitExit "$TITLE" + +POL_SetupWindow_VMS "64" +POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APP_ID -no-dwrite" "Game;StrategyGame" +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2015-06-27 15-45) # Last revision : (2015-06-27 15-45) # Wine Version used: 1.7.45-staging # Distribution used to test: Fedora 22 # Author: Marius_Linux [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Stronghold HD" PREFIX="StrongholdHD" STEAM_APP_ID=40950 SHORTCUT_NAME="Stronghold HD" #Load setup image POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Firefly Studios" "http://german-gamer-guy.blogspot.de" "Marius_Linux" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate Set_OS "winxp" POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" "steam://install/$STEAM_APP_ID" POL_Wine_WaitExit "$TITLE" POL_SetupWindow_VMS "64" POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APP_ID -no-dwrite" "Game;StrategyGame" POL_SetupWindow_Close exit 0 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