An improved version of the Userpatch compared to 1.4, with some more added features, such as animated water.
Download from http://userpatch.aiscripters.net/guide-beta.html
Application Details:
Version: | Userpatch 1.5 |
License: | Free to use |
URL: | http://www.microsoft.com/games... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 8.3-staging |
Maintainers: About Maintainership
What works
Everything in the game except multiplayer, all UserPatch features except windowed mode.
What does not
1. The game pauses for some time (depending on computer speed) when switching between screens:
2. Multiplayer not working.
3. Textboxes flickering.
4. Intro videos not working, they get skipped.
5. Windowed mode
Workarounds
For 1:
launch wine with the environment variable WINEDEBUG=+relay .
This does not completely fix the issue but makes it less apparent. (on my PC 5 instead of 30 seconds) note that this hack does not work if you pass the output to /dev/null. "2>&1 | true" does work (a little bit worse than terminal output) and not use (as much) resources as the terminal showing the log.
For 2:
winetricks directplay
This does not make all multiplayer modes available (they are afaik obsolete anyway) but allows "Local (LAN) Tcp/IP Connection" to work, which is enough to play the game on LAN and over something like an VPN over internet.
For 3:
The chat box flickering can be fixed via an option in the UserPatch installer that gets available after pressing F5. All other text boxes stay bugged.
For 4:
winetricks icodecs
For 5:
simply enable virtual desktop for the same effect.
What was not tested
Never tested "Internet Tcp/IP Connection For DirectPlay"
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | Mar 08 2023 | 8.3-staging | Yes | Yes | Yes | Gold | Lucas | |
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Jan 08 2021 | 5.0.3 | Yes | Yes | Yes | Gold | Riley P. | |
Current | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Jul 31 2018 | 3.13 | Yes | Yes | Yes | Silver | Johannes Merl | |
Show | Manjaro Linux | Jan 11 2018 | 3.0-rc5 | Yes | Yes | Yes | Gold | Isira Seneviratne |
Bug # | Description | Status | Resolution | Other apps affected |
If you get only a black screen upon starting a game
winetricks ddr=gdi
(see https://bugs.winehq.org/show_bug.cgi?id=43627)winetricks csmt=off
(see https://bugs.winehq.org/show_bug.cgi?id=44796)