GOG.com - Banished
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionA strategy game produced by Shining Rock Software Code source#!/bin/bash # Date : (2015-20-03 18-14) # Revised : (2016-29-12 23:25) # Wine version used : 1.8.6 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-20-03 18-14) # Initial script, for the GOG release. # [Benjamin Hardy] (2016-29-12 23:25) # This game has been updated since the script was written. The .exe has been changed to Application-x32.exe. This revised script uses the latest stable WINE release, and has an updated md5sum. dxfullsetup is still required for the audio to work. # [Dadu042] (2020-01-25 11:10) # Wine 1.8.6 -> 2.22. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Banished" PREFIX="Banished" WINE_VERSION="2.22" SHORTCUT_NAME="Banished" GOGID="banished" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Shining Rock Software" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c1dcc1a2d1c8279bb8881b83ea811a71" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" POL_Call POL_GoG_install #directX is required for audio POL_Call POL_Install_dxfullsetup POL_Wine_reboot POL_Shortcut "Application-x32.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Samedi 25 Janvier 2020 à 11:44 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -4,13 +4,21 @@ # Wine version used : 1.8.6 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy +# +# CHANGELOG +# [Benjamin Hardy] (2015-20-03 18-14) +# Initial script, for the GOG release. +# [Benjamin Hardy] (2016-29-12 23:25) +# This game has been updated since the script was written. The .exe has been changed to Application-x32.exe. This revised script uses the latest stable WINE release, and has an updated md5sum. dxfullsetup is still required for the audio to work. +# [Dadu042] (2020-01-25 11:10) +# Wine 1.8.6 -> 2.22. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Banished" PREFIX="Banished" -WINE_VERSION="1.8.6" +WINE_VERSION="2.22" SHORTCUT_NAME="Banished" GOGID="banished" Nouveau code source#!/bin/bash # Date : (2015-20-03 18-14) # Revised : (2016-29-12 23:25) # Wine version used : 1.8.6 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-20-03 18-14) # Initial script, for the GOG release. # [Benjamin Hardy] (2016-29-12 23:25) # This game has been updated since the script was written. The .exe has been changed to Application-x32.exe. This revised script uses the latest stable WINE release, and has an updated md5sum. dxfullsetup is still required for the audio to work. # [Dadu042] (2020-01-25 11:10) # Wine 1.8.6 -> 2.22. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Banished" PREFIX="Banished" WINE_VERSION="2.22" SHORTCUT_NAME="Banished" GOGID="banished" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Shining Rock Software" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c1dcc1a2d1c8279bb8881b83ea811a71" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" POL_Call POL_GoG_install #directX is required for audio POL_Call POL_Install_dxfullsetup POL_Wine_reboot POL_Shortcut "Application-x32.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" POL_SetupWindow_Close exit 0 Réponses |
Okto | Vendredi 30 Décembre 2016 à 0:57 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesThis game has been updated since the script was written. The .exe has been changed to Application-x32.exe. This revised script uses the latest stable WINE release, and has an updated md5sum. dxfullsetup is still required for the audio to work. Differences@@ -1,16 +1,16 @@ #!/bin/bash # Date : (2015-20-03 18-14) -# Wine version used : 1.7.28 +# Revised : (2016-29-12 23:25) +# Wine version used : 1.8.6 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="GOG.com - Banished" PREFIX="Banished" -#1.7.28 resolved dxgi.dll related launch crashes experieinced with 1.6.2 -WINE_VERSION="1.7.28" +WINE_VERSION="1.8.6" SHORTCUT_NAME="Banished" GOGID="banished" @@ -19,7 +19,7 @@ POL_SetupWindow_presentation "$TITLE" "Shining Rock Software" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" -POL_Call POL_GoG_setup "$GOGID" "fa64cd720db5e11a54cd31769ef3e1e5" +POL_Call POL_GoG_setup "$GOGID" "c1dcc1a2d1c8279bb8881b83ea811a71" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" @@ -32,7 +32,7 @@ POL_Wine_reboot -POL_Shortcut "Application.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" +POL_Shortcut "Application-x32.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" POL_SetupWindow_Close Nouveau code source#!/bin/bash # Date : (2015-20-03 18-14) # Revised : (2016-29-12 23:25) # Wine version used : 1.8.6 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Banished" PREFIX="Banished" WINE_VERSION="1.8.6" SHORTCUT_NAME="Banished" GOGID="banished" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Shining Rock Software" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c1dcc1a2d1c8279bb8881b83ea811a71" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" POL_Call POL_GoG_install #directX is required for audio POL_Call POL_Install_dxfullsetup POL_Wine_reboot POL_Shortcut "Application-x32.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" POL_SetupWindow_Close exit 0 RéponsesSamedi 25 Janvier 2020 à 11:40
|
Okto | Samedi 21 Mars 2015 à 2:01 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,39 @@ +#!/bin/bash +# Date : (2015-20-03 18-14) +# Wine version used : 1.7.28 +# Distribution used to test : OpenSuse 13.2 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - Banished" +PREFIX="Banished" +#1.7.28 resolved dxgi.dll related launch crashes experieinced with 1.6.2 +WINE_VERSION="1.7.28" +SHORTCUT_NAME="Banished" +GOGID="banished" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Shining Rock Software" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "fa64cd720db5e11a54cd31769ef3e1e5" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINE_VERSION" + +POL_Call POL_GoG_install + +#directX is required for audio +POL_Call POL_Install_dxfullsetup + + +POL_Wine_reboot + +POL_Shortcut "Application.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" + +POL_SetupWindow_Close + +exit 0 Nouveau code source#!/bin/bash # Date : (2015-20-03 18-14) # Wine version used : 1.7.28 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Banished" PREFIX="Banished" #1.7.28 resolved dxgi.dll related launch crashes experieinced with 1.6.2 WINE_VERSION="1.7.28" SHORTCUT_NAME="Banished" GOGID="banished" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Shining Rock Software" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "fa64cd720db5e11a54cd31769ef3e1e5" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" POL_Call POL_GoG_install #directX is required for audio POL_Call POL_Install_dxfullsetup POL_Wine_reboot POL_Shortcut "Application.exe" "$SHORTCUT_NAME" "" "" "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