GOG.com - Fallout

Informations

Créateur Messages
petch

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 44511
Wine: 2.22

Retours d'expérience

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

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:

Contribuer
Membre Messages
CG123 Mercredi 11 Aoüt 2021 à 19:32
CG123 Anonymous

Messages

I can't get this to work?

Réponses

Dadu042 Samedi 25 Janvier 2020 à 12:35
Dadu042

Information

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

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

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"

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

Anonymous
Samedi 30 Avril 2016 à 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
Samedi 30 Avril 2016 à 12:28
Then when I run "old" (Wine 1.6.2), got error message "Error initializing video mode 640x480", game crushed.
Samedi 25 Janvier 2020 à 12:32
Script approved.
spritefun Mardi 5 Avril 2016 à 6:04
spritefun Anonymous

Messages

Xubuntu 14.04 Get the below error:

video failed to initialize 800x600 resolution

Réponses