Application Details:
Version: | 1.x |
License: | |
URL: | http://www.activision.com/game... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 8.11 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Installs and runs.
What does not
Needs environment variable set and minor adjustment to configuration file. Issues are presumably there on Windows too.
Workarounds
Needs the MESA_EXTENSION_MAX_YEAR=2000 env variable set, as do most
old Quake-based titles. (Buffer overflow when gl extensions list is too
long).
Needs gl_gentextures_broken "1" in config.cfg otherwise many textures are not rendered at all.
What was not tested
Multiplayer.
Full play through.
Hardware tested
Graphics:
Additional Comments
Platinum edition installed in a a clean prefix with WINEARCH=win32
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | Jun 30 2023 | 8.11 | Yes | Yes | Yes | Gold | alrito | |
Show | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | Dec 30 2022 | 7.22 | Yes | Yes | Yes | Gold | Matt Lanahan | |
Current | Debian GNU/Linux Unstable "Sid" x86_64 | Feb 22 2018 | 3.1 | Yes | Yes | Yes | Gold | Sven Arvidsson | |
Show | Ubuntu 17.10 "Artful" amd64 (+variants like Kubuntu) | Aug 30 2017 | 2.15-staging | Yes | No | No | Garbage | Mehmet | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Apr 02 2017 | 2.4 | Yes | No | No | Garbage | Mehmet |
Bug # | Description | Status | Resolution | Other apps affected |
2272 | Soldier of Fortune and Soldier of Fortune II have no sound | CLOSED | FIXED | View |
3098 | Mouse broken in "Soldier of Fortune" | CLOSED | FIXED | View |
16086 | Problems with sound in Soldier of Fortune | CLOSED | FIXED | View |
17224 | Soldier of Fortune 1.06 Gold Crashes on Game Start | CLOSED | FIXED | View |
19574 | Soldier of Fortune not run | CLOSED | INVALID | View |
2015-06-02 Admin note: the following was extracted from user comments made in 2014 and may not apply to current Wine.
It has been reported that the following changes to the config.cfg may fix the texture-related problems:
set gl_fogverts "0"
set gl_fogmode "0"
set gl_rj "0"
set cpu_memory_using "3"
set gl_gentextures_broken "1"
set gl_scissor_broken "0"
set gl_swapinterval "1"
set gl_s3_s3tc "0"
set gl_ext_anisotropic "0"
set gl_ext_multitexture "1"
set gl_ext_swapinterval "1"
set gl_displayrefresh "0"
Other solutions:
* Use the fglx driver instead of the radeon driver
* Select 'QeffectsGL' instead of 'Default OpenGL' in de SoF video
settings menu (QeffectsGL.dll is an opengl32.dll wrapper DLL that's
distributed with the SoFplus 20140531 client mod)
The default OpenGL renderer (ref_gl.dll) may reject any driver that has the string "generic" in GL_RENDERER. This can make the game fail to launch e.g. on Ubuntu, since the kernel version is exposed in GL_RENDERER and contains the "-generic" suffix:
$ glxinfo | grep 'renderer string'
OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.27.0, 5.0.0-20-generic, LLVM 8.0.0)
Since ref_gl.dll contains only one occurrence of "generic", it is easy to patch the file for example by using sed to replace the word with another equal-length word that does not conflict with your GL_RENDERER:
sed -i s/generic/SoFsuxx/ ref_gl.dll
Comments for this application have been disabled because there are no maintainers.