GOG.com - Fallout

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 44188
Wine: 2.22

Feedbacks

Description

English: 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!
(updated for GOG installer v2)

GOG now has installers for Mac

Français : Dans une ère post-apocalyptique... Le générateur d'eau potable de votre bunker est tombé en panne, quelqu'un doit sortir chercher de quoi le réparer rapidement !
(mis à jour pour l'installeur GOG v2)

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:

Contribute
Member Message
CG123 Wednesday 11 August 2021 at 19:32
CG123 Anonymous

Message

I can't get this to work?

Replies

Dadu042 Saturday 25 January 2020 at 12:35
Dadu042

Information

This 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 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Wine 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

Anonymous
Saturday 30 April 2016 at 12:26
Tested installation of GOG Fallout Classic (setup_fallout_2.1.0.18.exe) with both - old and new scripts. Both give message "Runtime error (at 69:445)" at the end, but installation nevertheless finished. When running "new" (Wine 1.9.8), game is started, I played a bit without errors.
Anonymous
Saturday 30 April 2016 at 12:28
Then when I run "old" (Wine 1.6.2), got error message "Error initializing video mode 640x480", game crushed.
Saturday 25 January 2020 at 12:32
Script approved.
spritefun Tuesday 5 April 2016 at 6:04
spritefun Anonymous

Message

Xubuntu 14.04 Get the below error:

video failed to initialize 800x600 resolution

Replies