GOG.com - Fallout
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 3 DescriptionEnglish: Post-apocalyptic era... The drinkable water generator of your nuclear bunker is broken, someone has to go outside to get what's necessary to fix it quickly! GOG now has installers for Mac GOG propose maintenant des installeurs pour Mac Code source#!/bin/bash # Date : (2012-01-02 23-22) # Last revision : see changelog # Wine version used : 1.3.36, 1.4.1, 1.6.2 1.9.3 # Distribution used to test : Arch Linux # Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2013-03-31) # Initial script, for the GOG release. # [Buck Shockley] (2015-04-29 11-08) # Wine 1.6.2 -> 1.9.8 # [Dadu042] (2020-01-25 11:10) # Wine 1.9.8 (outdated) -> 2.22 # [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="fallout" PREFIX="Fallout_gog" WORKING_WINE_VERSION="2.22" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Fallout" SHORTCUT_NAME="Fallout" 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_SetupWindow_SetID 1032 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Black Isle Studios / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "0fc0cd177c2084fc4b09bb82ed481478" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install /nogui # GoG work! Set_OS winxp POL_SetupWindow_VMS "2" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "falloutw.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" # sometimes exits with an exitcode of 1 for what it seems no good reason POL_Shortcut_QuietDebug "$SHORTCUT_NAME" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Fallout/MANUAL.PDF" # C:\GOG Games\Fallout\ReadMe.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
CG123 | Mercredi 11 Aoüt 2021 à 19:32 |
CG123
|
MessagesI can't get this to work? Réponses |
Dadu042 | Samedi 25 Janvier 2020 à 12:35 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,20 +1,29 @@ #!/bin/bash # Date : (2012-01-02 23-22) -# Last revision : (2015-04-29 11-08) +# Last revision : see changelog # Wine version used : 1.3.36, 1.4.1, 1.6.2 1.9.3 # Distribution used to test : Arch Linux # Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [Pierre Etchemaite] (2013-03-31) +# Initial script, for the GOG release. +# [Buck Shockley] (2015-04-29 11-08) +# Wine 1.6.2 -> 1.9.8 +# [Dadu042] (2020-01-25 11:10) +# Wine 1.9.8 (outdated) -> 2.22 +# [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="fallout" PREFIX="Fallout_gog" -WORKING_WINE_VERSION="1.9.8" -[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.7" +WORKING_WINE_VERSION="2.22" +[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Fallout" SHORTCUT_NAME="Fallout" Nouveau code source#!/bin/bash # Date : (2012-01-02 23-22) # Last revision : see changelog # Wine version used : 1.3.36, 1.4.1, 1.6.2 1.9.3 # Distribution used to test : Arch Linux # Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2013-03-31) # Initial script, for the GOG release. # [Buck Shockley] (2015-04-29 11-08) # Wine 1.6.2 -> 1.9.8 # [Dadu042] (2020-01-25 11:10) # Wine 1.9.8 (outdated) -> 2.22 # [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="fallout" PREFIX="Fallout_gog" WORKING_WINE_VERSION="2.22" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Fallout" SHORTCUT_NAME="Fallout" 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_SetupWindow_SetID 1032 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Black Isle Studios / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "0fc0cd177c2084fc4b09bb82ed481478" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install /nogui # GoG work! Set_OS winxp POL_SetupWindow_VMS "2" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "falloutw.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" # sometimes exits with an exitcode of 1 for what it seems no good reason POL_Shortcut_QuietDebug "$SHORTCUT_NAME" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Fallout/MANUAL.PDF" # C:\GOG Games\Fallout\ReadMe.txt POL_SetupWindow_Close exit 0 Réponses |
DrDoctor | Vendredi 29 Avril 2016 à 17:09 |
DrDoctor
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesWine 1.6.2 will cause driver errors. Upgrading to 1.9.8. See my contribution to Roller Coaster Tycoon 2. Differences@@ -1,9 +1,9 @@ #!/bin/bash # Date : (2012-01-02 23-22) -# Last revision : (2014-02-16 09-37) -# Wine version used : 1.3.36, 1.4.1, 1.6.2 -# Distribution used to test : Debian Sid (Unstable) -# Author : Pierre Etchemaite pe-pol@concept-micro.com +# Last revision : (2015-04-29 11-08) +# Wine version used : 1.3.36, 1.4.1, 1.6.2 1.9.3 +# Distribution used to test : Arch Linux +# Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : @@ -13,7 +13,7 @@ GOGID="fallout" PREFIX="Fallout_gog" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="1.9.8" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.7" TITLE="GOG.com - Fallout" Nouveau code source#!/bin/bash # Date : (2012-01-02 23-22) # Last revision : (2015-04-29 11-08) # Wine version used : 1.3.36, 1.4.1, 1.6.2 1.9.3 # Distribution used to test : Arch Linux # Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="fallout" PREFIX="Fallout_gog" WORKING_WINE_VERSION="1.9.8" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.7" TITLE="GOG.com - Fallout" SHORTCUT_NAME="Fallout" 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_SetupWindow_SetID 1032 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Black Isle Studios / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "0fc0cd177c2084fc4b09bb82ed481478" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install /nogui # GoG work! Set_OS winxp POL_SetupWindow_VMS "2" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "falloutw.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" # sometimes exits with an exitcode of 1 for what it seems no good reason POL_Shortcut_QuietDebug "$SHORTCUT_NAME" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Fallout/MANUAL.PDF" # C:\GOG Games\Fallout\ReadMe.txt POL_SetupWindow_Close exit 0 Réponses |
spritefun | Mardi 5 Avril 2016 à 6:04 |
spritefun
|
MessagesXubuntu 14.04 Get the below error: video failed to initialize 800x600 resolution 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