Fallout 3
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience6 6 DescriptionPost-apocalyptic action role-playing open world video game, 2008. Code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : see changelog # Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com # # CHANGELOG # [NSLW & Tinou] (2009-05-06 13-00) # # [?] (2015-11-12 15:07) # Initial script. # [Dadu042] (2020-01-27 23:00) # Wine Linux 1.7.53-steam_crossoverhack (addresses Wine HQ bug 39403) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="3.0.3" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 402 # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then Set_OS "win7" # fix for DVD # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" "Game;" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_Call POL_Function_NoCDWarning fi POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Mercredi 29 Janvier 2020 à 23:28 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,11 +1,19 @@ #!/bin/bash # Date : (2009-05-06 13-00) -# Last revision : (2015-11-12 15:07) +# Last revision : see changelog # Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com +# +# CHANGELOG +# [NSLW & Tinou] (2009-05-06 13-00) +# +# [?] (2015-11-12 15:07) +# Initial script. +# [Dadu042] (2020-01-27 23:00) +# Wine Linux 1.7.53-steam_crossoverhack (addresses Wine HQ bug 39403) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -13,7 +21,7 @@ TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" -WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # 1.7.53 addresses Wine HQ bug 39403 +WORKING_WINE_VERSION="3.0.3" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" @@ -102,12 +110,12 @@ fi # Making shortcut -POL_Shortcut "Fallout3.exe" "$TITLE" "" "" +POL_Shortcut "Fallout3.exe" "$TITLE" "" "" "Game;" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning - POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE" + POL_Call POL_Function_NoCDWarning fi POL_SetupWindow_Close Nouveau code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : see changelog # Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com # # CHANGELOG # [NSLW & Tinou] (2009-05-06 13-00) # # [?] (2015-11-12 15:07) # Initial script. # [Dadu042] (2020-01-27 23:00) # Wine Linux 1.7.53-steam_crossoverhack (addresses Wine HQ bug 39403) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="3.0.3" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 402 # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then Set_OS "win7" # fix for DVD # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" "Game;" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_Call POL_Function_NoCDWarning fi POL_SetupWindow_Close exit Réponses |
comptededechets | Samedi 27 Juillet 2019 à 2:56 |
comptededechets
|
MessagesI purchased Fallout 3 GOTY edition on Steam and it installed fine. When I clicked play, it said "performing first time set up" and went through a couple steps, but then got stuck on "installing Microsoft .NET framework". I left it overnight just in case it was a really slow download but it still hadn't done anything by morning. I've tried going through the playonmac interface and just installing the dotnet component to the game/steam that way with similar results. I've searched forums online for an answer to no avail and at this point I have no idea what to do. I've downloaded and played Morrowind and Oblivion just fine with playonmac in the past so I'm a bit confused. Here are my system specs: MacBook Pro Late 2013 Processor: 2.4 GHz Intel Core i5 RAM: 8GB 1600 MHz DDR3 Graphics: Intel Iris 1536 MB Thank you in advance for any help. Réponses |
food4lyfe | Vendredi 29 Janvier 2016 à 1:46 |
food4lyfe
|
MessagesHello, I had tried everything. I tried to use Steam to downlaod Fallout 3 but when I click play nothing happens. I tried doing all the updates in the forum, but there is always an unhappy face after i log into steam. Is there any way to get this working? I have a late 2013 Macbook pro running El Capitan Réponses |
LinuxScripter | Mardi 19 Janvier 2016 à 16:42 |
LinuxScripter
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesI based this patch on the guide(s) found here: https://appdb.winehq.org/objectManager.php?sClass=version&iId=14322&iTestingId=90172 So basically this game will crash with xlive.dll error without this patch. If the game still crashes with the same error you have to manually run this instalation file: http://download.gfwl.xboxlive.com/content/gfwl-public/redists/production/xliveredist.msi Differences@@ -1,9 +1,9 @@ #!/bin/bash # Date : (2009-05-06 13-00) -# Last revision : (2015-11-12 15:07) -# Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack -# Distribution used to test : Fedora 12 -# Author : NSLW & Tinou +# Last revision : (2016-01-19 16:41) +# Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack, 1.9.1 +# Distribution used to test : Fedora 12, Ubuntu 15.10 +# Author : NSLW, Tinou and LinuxScripter # Licence : Retail # Only For : http://www.playonlinux.com @@ -13,7 +13,7 @@ TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" -WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # 1.7.53 addresses Wine HQ bug 39403 +WORKING_WINE_VERSION="1.9.1" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" @@ -42,7 +42,8 @@ Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi - +POL_Call POL_Install_d3dx9_38 +POL_Call POL_Install_xlive # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then Set_OS "win7" # fix for DVD Nouveau code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : (2016-01-19 16:41) # Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack, 1.9.1 # Distribution used to test : Fedora 12, Ubuntu 15.10 # Author : NSLW, Tinou and LinuxScripter # Licence : Retail # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="1.9.1" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 402 # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi POL_Call POL_Install_d3dx9_38 POL_Call POL_Install_xlive # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then Set_OS "win7" # fix for DVD # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE" fi POL_SetupWindow_Close exit RéponsesMardi 19 Janvier 2016 à 16:47
|
petch | Vendredi 4 Décembre 2015 à 23:15 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdd POL_SetupWindow_SetID Differences@@ -20,6 +20,7 @@ # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init +POL_SetupWindow_SetID 402 # Starting debugging API POL_Debug_Init Nouveau code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : (2015-11-12 15:07) # Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # 1.7.53 addresses Wine HQ bug 39403 [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 402 # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then Set_OS "win7" # fix for DVD # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE" fi POL_SetupWindow_Close exit Réponses |
HargenVader | Dimanche 15 Novembre 2015 à 5:56 |
HargenVader
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -14,7 +14,7 @@ TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # 1.7.53 addresses Wine HQ bug 39403 -[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem +[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # Fix mouse problem & address Wine HQ bug 39403 GAME_VMS="256" # Starting the script Nouveau code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : (2015-11-12 15:07) # Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # 1.7.53 addresses Wine HQ bug 39403 [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # Fix mouse problem & address Wine HQ bug 39403 GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then Set_OS "win7" # fix for DVD # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE" fi POL_SetupWindow_Close exit RéponsesDimanche 15 Novembre 2015 à 5:57
Jeudi 19 Novembre 2015 à 8:32
Jeudi 19 Novembre 2015 à 8:34
Samedi 21 Novembre 2015 à 0:27
Lundi 23 Novembre 2015 à 20:31
Lundi 23 Novembre 2015 à 20:36
Lundi 23 Novembre 2015 à 23:51
Mardi 24 Novembre 2015 à 2:40
Vendredi 27 Novembre 2015 à 20:20
Vendredi 27 Novembre 2015 à 20:21
Vendredi 27 Novembre 2015 à 20:22
|
Spy | Vendredi 13 Novembre 2015 à 13:34 |
Spy
|
MessagesI have Fallout 3 on Steam. When I install it on my mac, it installs 1.3.16-xliveless2 and then steam doesn't get installed at all. I had to install steam manually with this guide (http://www.gamersonlinux.com/forum/threads/fallout-3-guide.154/) installing these things.
Another thing is that I'm playing on a intel hd graphics card on my macbook pro. Now normally when you play on Windows with Intel video card, you install this http://www.nexusmods.com/fallout3/mods/17209/ (Intel HD graphics Bypass package) In this program you put this customised directx9 file to your local Fallout 3 map and you open up Options before you play the game the video card says that you're playing on a GS 7000 Nvidia or something instead of Intel HD x. But that didn't work. It still said Intel HD x. I would like it too show anything else then intel. How should I proceed? RéponsesVendredi 13 Novembre 2015 à 13:42
Dimanche 15 Novembre 2015 à 5:54
Dimanche 15 Novembre 2015 à 5:55
Lundi 16 Novembre 2015 à 5:53
|
HargenVader | Jeudi 12 Novembre 2015 à 7:08 |
HargenVader
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2009-05-06 13-00) -# Last revision : (2011-08-20 16:11) -# Wine version used : 1.1.37, 1.3.15, 1.3.26 +# Last revision : (2015-11-12 15:07) +# Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail @@ -13,7 +13,7 @@ TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" -WORKING_WINE_VERSION="1.3.26-xliveless2" +WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # 1.7.53 addresses Wine HQ bug 39403 [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" Nouveau code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : (2015-11-12 15:07) # Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" # 1.7.53 addresses Wine HQ bug 39403 [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then Set_OS "win7" # fix for DVD # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE" fi POL_SetupWindow_Close exit RéponsesJeudi 12 Novembre 2015 à 7:08
|
HargenVader | Mardi 10 Novembre 2015 à 5:53 |
HargenVader
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -33,19 +33,18 @@ POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" -# Fix for dvd -Set_OS "win7" - # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then + Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then + Set_OS "win7" # fix for DVD # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom Nouveau code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : (2011-08-20 16:11) # Wine version used : 1.1.37, 1.3.15, 1.3.26 # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="1.3.26-xliveless2" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then Set_OS "winxp" # fix to prevent steamwebhelper.exe crash after update POL_Call POL_Install_steam fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then Set_OS "win7" # fix for DVD # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE" fi POL_SetupWindow_Close exit RéponsesMardi 10 Novembre 2015 à 5:55
|
HargenVader | Jeudi 5 Novembre 2015 à 11:55 |
HargenVader
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -1,8 +1,8 @@ #!/bin/bash # Date : (2009-05-06 13-00) -# Last revision : (2011-08-20 16:11) -# Wine version used : 1.1.37, 1.3.15, 1.3.26 -# Distribution used to test : Fedora 12 +# Last revision : (2015-11-05 21:38) +# Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack +# Distribution used to test : Fedora 12, Lubuntu 15.04 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com @@ -13,7 +13,7 @@ TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" -WORKING_WINE_VERSION="1.3.26-xliveless2" +WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" @@ -29,24 +29,39 @@ # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" +# Setting default path for installers +POL_LoadVar_PROGRAMFILES + # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" -# Fix for dvd -Set_OS "win7" - # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" -#Installing mandatory components +# Determine if Steam needs to be installed if [ "$INSTALL_METHOD" == "STEAM" ]; then - POL_Call POL_Install_steam + Set_OS "winxp" + # Installing mandatory components for Steam + POL_Wine_InstallFonts + POL_Call POL_Install_corefonts + POL_Call POL_Function_FontsSmoothRGB + POL_Wine_OverrideDLL "" "gameoverlayrenderer" + POL_Wine_OverrideDLL "" "dwrite" + # Downloading latest Steam + cd "$POL_USER_ROOT/ressources/" + POL_Download "http://media.steampowered.com/client/installer/SteamSetup.exe" + # Installing Steam + POL_SetupWindow_wait "Please complete the Steam setup wizard." "$TITLE - Steam Installation" + POL_Wine "SteamSetup.exe" + POL_SetupWindow_message "$(eval_gettext 'Log into your Steam account once the update is complete.\n\nClick Next to continue.')" "$TITLE - Steam Update and Login" fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then - # Asking for CDROM and checking if it's correct one + # Fix for DVD + Set_OS "win7" + # Asking for DVD and checking if its correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" @@ -54,8 +69,8 @@ POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" - POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" - if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then + POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Original')~$(eval_gettext 'Game of the Year version')" "~" + if [ "$APP_ANSWER" == "$(eval_gettext 'Original')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 @@ -64,7 +79,7 @@ POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi - POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" + POL_SetupWindow_message "$(eval_gettext 'Complete the Steam wizard to install $TITLE.\n\nClick Next AFTER the $TITLE installation is complete.\n\nFailure to wait will require a restart of the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" Nouveau code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : (2015-11-05 21:38) # Wine version used : 1.1.37, 1.3.15, 1.3.26, 1.7.53-steam_crossoverhack # Distribution used to test : Fedora 12, Lubuntu 15.04 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Setting default path for installers POL_LoadVar_PROGRAMFILES # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" # Determine if Steam needs to be installed if [ "$INSTALL_METHOD" == "STEAM" ]; then Set_OS "winxp" # Installing mandatory components for Steam POL_Wine_InstallFonts POL_Call POL_Install_corefonts POL_Call POL_Function_FontsSmoothRGB POL_Wine_OverrideDLL "" "gameoverlayrenderer" POL_Wine_OverrideDLL "" "dwrite" # Downloading latest Steam cd "$POL_USER_ROOT/ressources/" POL_Download "http://media.steampowered.com/client/installer/SteamSetup.exe" # Installing Steam POL_SetupWindow_wait "Please complete the Steam setup wizard." "$TITLE - Steam Installation" POL_Wine "SteamSetup.exe" POL_SetupWindow_message "$(eval_gettext 'Log into your Steam account once the update is complete.\n\nClick Next to continue.')" "$TITLE - Steam Update and Login" fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then # Fix for DVD Set_OS "win7" # Asking for DVD and checking if its correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Original')~$(eval_gettext 'Game of the Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Original')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Complete the Steam wizard to install $TITLE.\n\nClick Next AFTER the $TITLE installation is complete.\n\nFailure to wait will require a restart of the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE" fi POL_SetupWindow_Close exit RéponsesJeudi 5 Novembre 2015 à 11:56
Jeudi 5 Novembre 2015 à 12:06
Jeudi 5 Novembre 2015 à 13:47
Samedi 7 Novembre 2015 à 0:29
Samedi 7 Novembre 2015 à 1:05
|
danpalmer | Samedi 18 Juillet 2015 à 20:39 |
danpalmer
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2009-05-06 13-00) -# Last revision : (2011-08-20 16:11) -# Wine version used : 1.1.37, 1.3.15, 1.3.26 +# Last revision : (2014-07-18 19:00) +# Wine version used : 1.7.47 # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail @@ -13,8 +13,7 @@ TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" -WORKING_WINE_VERSION="1.3.26-xliveless2" -[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.16-xliveless2" # Fix mouse problem +WORKING_WINE_VERSION="1.7.47" GAME_VMS="256" # Starting the script Nouveau code source#!/bin/bash # Date : (2009-05-06 13-00) # Last revision : (2014-07-18 19:00) # Wine version used : 1.7.47 # Distribution used to test : Fedora 12 # Author : NSLW & Tinou # Licence : Retail # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Fallout 3" TITLE_CONFIG="Fallout 3 - Configurator" PREFIX="Fallout3" WORKING_WINE_VERSION="1.7.47" GAME_VMS="256" # Starting the script POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/fallout3/left.jpeg" "$TITLE" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bethesda Softworks" "http://fallout.bethsoft.com" "NSWL & Tinou" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" # Needed for DVD setup POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Fix for dvd Set_OS "win7" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" #Installing mandatory components if [ "$INSTALL_METHOD" == "STEAM" ]; then POL_Call POL_Install_steam fi # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_SetupWindow_menu "$(eval_gettext 'Which version do you have?')" "$TITLE" "$(eval_gettext 'Normal version')~$(eval_gettext 'Game Of The Year version')" "~" if [ "$APP_ANSWER" == "$(eval_gettext 'Normal version')" ]; then # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22300" POL_Wine start /unix "Steam.exe" -applaunch 22300 else # Mandatory pre-install fix for steam POL_Call POL_Install_steam_flags "22370" POL_Wine start /unix "Steam.exe" -applaunch 22370 fi POL_SetupWindow_message "$(eval_gettext 'Click on "Forward" ONLY when Steam game installation\nwill be finished or you will have to redo the installation.')" "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit fi # Remove GFLW POL_Call POL_Remove_gfwl # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section # Cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$POL_USER_ROOT/tmp/" rm -rf "$POL_USER_ROOT/tmp/*" fi # Making shortcut POL_Shortcut "Fallout3.exe" "$TITLE" "" "" POL_Shortcut "FalloutLauncher.exe" "$TITLE_CONFIG" "" "" if [ "$INSTALL_METHOD" == "DVD" ]; then # Game protection warning POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE" fi POL_SetupWindow_Close exit RéponsesVendredi 30 Octobre 2015 à 4:58
|
danpalmer | Samedi 18 Juillet 2015 à 20:24 |
danpalmer
|
MessagesThe Steam installation step doesn't work for me. For some reason it just isn't installed. Not sure of the best way to help debug this. Here's the log for the section where it tried to install Steam: https://gist.github.com/danpalmer/18ae4d094532493b95b1 I'm running on Mac OS 10.11 El Capitan, so that may well have something to do with it, but the normal Steam installer worked fine in a separate Wine instance for me. RéponsesSamedi 18 Juillet 2015 à 20:35
Jeudi 5 Novembre 2015 à 12:11
|
Feidias | Samedi 27 Juin 2015 à 9:40 |
Feidias
|
MessagesHi People, I just bought steam version of Fallout 3 GOTY and wanted to install it with PlayOnLinux, but when the installation get to a point where it should run and start downloading the game. Steam never goes on. Altough I am an an Ubuntu user for about 3 years (half a year ago upgraded to 14.04) I am not on the level to be able to check what is wrong. However I have a suspicion that it is about the Wine version as when I tried to install it trough PlayOnLinux for New Vegas, steam runs only the game after downloading doesn´t work. I also tried to delete all PlayOnLinux files re-install if something isn´t corrupted after those 3 years, but that did not help as well. Might there be a good soul who could help?:) Thanks Marek RéponsesMardi 7 Juillet 2015 à 16:56
Jeudi 5 Novembre 2015 à 12:05
|
lavadrop | Lundi 22 Juin 2015 à 5:05 |
lavadrop
|
MessagesThe Steam part of the script only installs Steam, it never goes past it and fails after pressing "Next". RéponsesMardi 21 Juillet 2015 à 18:15
Vendredi 30 Octobre 2015 à 4:40
Jeudi 5 Novembre 2015 à 12:02
|
eikenb | Dimanche 18 Janvier 2015 à 5:48 |
eikenb
|
MessagesUbuntu 14.04, Nvidia 750 GTX Fallout 3 GOTY edition off Steam. Installer went fairly smoothly. It popped up a few errors about bad return values or some such. Just clicked through them and they didn't seem to matter. Game would run right away. It was missing msasn1.dll, I downloaded it and copied it to drive_c/windows/system32 and that got things going. The game wouldn't run until I ran the configuration program first. Then it startup up and ran fine.
After playing a bit, I did run into the issue with the HUD and gun disappearing. According to the posts [1] at winehq it is a memory issue and it suggests using a large address fix. I just set my graphics options down a bit and it went away for now. I'll worry about that large address tweak if it comes up again and will update then. [1] https://appdb.winehq.org/objectManager.php?sClass=version&iId=14322 RéponsesJeudi 22 Janvier 2015 à 0:07
Lundi 22 Juin 2015 à 4:44
Samedi 31 Octobre 2015 à 7:15
|
Tobias | Vendredi 2 Janvier 2015 à 0:29 |
Tobias
|
Messageshello, at first i would like to thank the playonlinux team for their great efforts. i have tried to install and run "Fallout 3 GOTY Edition German" with success but i would like to know how to play the game with my xbox 360 wireless controller (usb dongle). my system is ubuntu 14.10 x64. ubuntu recognizes the gamepad and it is configured as well but if i run "Fallout 3" the option to play via pad is NOT avaible. after doing some research ive found out that wine is supporting gamepads at first with version 1.6+ but unfortunately your installer uses the outdated wine version 1.3.16. i have tried to change wine version (1.7.33) to be used in ending with an error that the game starts with a black screen or the launcher doesnt find the installed game anymore. can you help me to get the game working via xbox 360 controller? thank you very much! best regards, Tobias Waldmann Réponses |
Aldekein | Jeudi 23 Octobre 2014 à 16:31 |
Aldekein
|
MessagesI've installed Fallout 3 using the PoM installator, 1.3.16-xliveless2 wine was installed with it. After trying to run this Wine gave me an error "Failed to initialize renderer. Unknown error creating the Gamebryo Renderer ". I've googled and installed d3dx9 component, it didn't help. Then I've changed Wine to 1.3.26-xliveless2 in parameters, now the game runs, I hear the first half of second of sound, but then I see only black screen. When I run the game by using Debug button in PoM i see LOTS of errors in log: fixme:quartz:Parser_OutputPin_QueryInterface No interface for {56a868a5-0ad4-11ce-b03a-0020af0ba770}! How could it be fixed? RéponsesJeudi 23 Octobre 2014 à 17:51
Jeudi 23 Octobre 2014 à 19:34
Jeudi 23 Octobre 2014 à 22:48
Vendredi 24 Octobre 2014 à 18:52
|
xge59310 | Mardi 22 Juillet 2014 à 6:07 |
xge59310
|
MessagesOS Ubuntu 14.04 GFX Nvidia 770GTX Runs well. RéponsesVendredi 1 Aoüt 2014 à 7:45
Vendredi 1 Aoüt 2014 à 7:47
Samedi 9 Aoüt 2014 à 4:15
Lundi 11 Aoüt 2014 à 3:44
Dimanche 17 Aoüt 2014 à 1:24
|
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