GOG.com - Fallout
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 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 Source code#!/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:
ContributeMember | Message |
CG123 | Wednesday 11 August 2021 at 19:32 |
CG123
|
MessageI can't get this to work? Replies |
Dadu042 | Saturday 25 January 2020 at 12:35 |
Dadu042
|
InformationThis update has been approved by the team. 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" New source code#!/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 Replies |
DrDoctor | Friday 29 April 2016 at 17:09 |
DrDoctor
|
WarningThis update has not been approved yet by the team. MessageWine 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" New source code#!/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 Replies |
spritefun | Tuesday 5 April 2016 at 6:04 |
spritefun
|
MessageXubuntu 14.04 Get the below error: video failed to initialize 800x600 resolution Replies |
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