A famous post-apocalyptic role-player game by Interplay.
Application Details:
Version: | 1.x |
License: | Retail |
URL: | http://fallout.bethsoft.com/ |
Votes: | 8 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 2.13 |
Maintainers: About Maintainership
What works
It's runs with 1.1 patch, unofficial 1.2 patch, TeamX 1.3.3 patch, TeamX 1.3.4 patch, 1.2 High Resolution patch and NPCMOD.
Thought wine must be configured for it.
You must add falloutw.exe in w98 mode and change sound driver to OSS in winecfg then run "regedit" and add this configuration:
[HKEY_CURRENT_USER]//Software//Wine//AppDefaults//falloutw.exe
Direct3D// DirectDrawRenderer=gdi
RenderTargetLockMode=readtex
VideoMemorySize=32
X11 Driver// DXGrab=N
Managed=Y
Also, when patched to HighRes you must edit "f1_res.ini", change AUTO_SCRN_SIZE to "0" and set resolution to desired.
You need also change graphics settings in winecfg for falloutw.exe to "Emulated Virtual Desktop" and desired resolution (this same as in "f1_res.ini")
Then after that one can run Fallount with the script:
#!/bin/bash
sudo xinit -- :1 -depth 16 -ac -nolisten tcp &
sleep 2
cd ~/.wine/drive_c/Program\ Files/Interplay/Fallout
DISPLAY=:1 wine "C:\Program Files\Interplay\Fallout\falloutw.exe"
What does not
Didn't encounter.
Workarounds
What was not tested
Unpatched 1.02 version
Hardware tested
Graphics:
Additional Comments
Still, after openning at extra X11 display in 16bit depth mouse is slacking (but a bit less). And remember, when adding patches and mods - games works with all files in lowercase. For Windows it's irrelevant but for Linux/Wine it's not.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Linux Mint 18.2 "Sonya" x86_64 | Jul 30 2017 | 2.13 | Yes | Yes | Platinum | Fatih Isik | ||
Show | Ubuntu 14.04 "Trusty" i386 (+ variants like Kubuntu) | Jun 16 2015 | 1.7.44 | Yes | No | Garbage | Robert Osowiecki | ||
Show | Mac OS X 10.8 "Mountain Lion" | Feb 06 2014 | 1.7.11 | Yes | No | Garbage | Joe | ||
Show | Ubuntu 14.04 "Trusty" i386 (+ variants like Kubuntu) | Jun 16 2015 | 1.6.2 | Yes | Yes | Platinum | Robert Osowiecki | ||
Show | Debian GNU/Linux 7.x "Wheezy" | Sep 25 2013 | 1.7.2 | Yes | Yes | Platinum | Jasper Follas |
Bug # | Description | Status | Resolution | Other apps affected |
6033 | Fallout 2 : In game mouse pointer is unusable | CLOSED | FIXED | View |
8939 | The fade-in/fade-out takes ages! | CLOSED | FIXED | View |
8988 | Sacred: choppy video and sound; sprites cannot be seen. | CLOSED | FIXED | View |
12112 | Fallout: crashes when player gets hurt | CLOSED | INVALID | View |
19280 | StarCraft, Fallout crashes at launch | CLOSED | ABANDONED | View |
xinit `which wine` /home/path/to/fallout2.exe -- :1 -depth 16
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Lauren Ouellette on Sunday July 12th 2020, 11:58
by Lauren Ouellette on Sunday July 12th 2020, 12:27