Application Details:
Version: | Retail CD - F14.6 |
License: | Retail |
URL: | |
Votes: | 1 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 7.0-rc2-staging |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Movies, audio, music, speech, menus, flying & shooting. Almost done ACT 1.
What does not
Current workaround which disables gstreamer & adds native quartz makes game almost unplayable.
It feels like alternating slower or faster gametime, not frame freezes.
Clean wine with PCM-converted speech does way better, but the alternating gametime speed sometimes still occurs. Depends on the load I guess.
Have no windows machine to compare.
Workarounds
Create CDROM device from winecfg pointing to the game directory.
Install gstreamer plugins good.
Instead of adding quartz just convert speech wavs from proprietary format to plainest possible PCM using sox:
<br></p><p>cd streams/audio</p><p>for i in *.wav; do sox $i -e signed-integer converted/$i; done</p><p>mv converted/* .</p><p>
This will sometime lead to cut off speech at the end, maybe that is solvable by experimenting with PCM formats.
It is hard to compile gstreamer plugins bad in Arch, dunno about other distros. Original speech requires this codec https://gstreamer.freedesktop....
What was not tested
Whole singleplayer, multiplayer
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux | Dec 19 2021 | 7.0-rc2-staging | Yes | Yes | Yes | Silver | Non | |
Show | Slackware64 -current | Jan 11 2016 | 1.9.1 | Yes | Yes | No | Gold | Danny Schmarsel | |
Show | Slackware64 -current | May 13 2015 | 1.7.42 | Yes | Yes | No | Gold | Danny Schmarsel | |
Show | Ubuntu 11.04 "Natty" amd64 (+ variants like Kubuntu) | Apr 20 2011 | 1.3.18 | Yes | Yes | No | Bronze | an anonymous user | |
Show | Ubuntu 10.10 "Maverick" amd64 (+ variants like Kubuntu) | Sep 02 2010 | 1.3.1 | N/A | Yes | No | Bronze | Jerome Leclanche |
winetricks mwo=disabled
winetricks quartz
winetricks devenum
winetricks directplay
LC_ALL="c" wine ./bin/release/loader.exe
Comments for this application have been disabled because there are no maintainers.