box86rc: additional compatibility flags for UE3 based games#921
Merged
ptitSeb merged 1 commit intoptitSeb:masterfrom Jan 14, 2024
Merged
box86rc: additional compatibility flags for UE3 based games#921ptitSeb merged 1 commit intoptitSeb:masterfrom
ptitSeb merged 1 commit intoptitSeb:masterfrom
Conversation
Since these games are very very finnicky when it comes to running on box86, they need quite a few additional env variables to fix, but with them, these games perform and run just fine. - STRONGMEM is crucial since otherwise the game will crash right after it launches, unless you force only one thread for it. - FASTNAN fixes broken audio, otherwise the game has half broken audio. - X87DOUBLE is only specific to Mass Effect, because otherwise the game crashes when it starts loading up data. - FORWARD wouldn't be needed if you had box86 compiled before december. I guess it's some sorta regression that gotten introduced with dynarec optimizations. (I bisected the exact commit which break these games. Posted on Termux Discord) Otherwise, with these exact flags the games are completely playable, albeit a bit stuttery.
Owner
|
Thanks! And yes, more people should contributes to the rc files! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since these games are very very finnicky when it comes to running on box86, they need quite a few additional env variables to fix, but with them, these games perform and run just fine.
Otherwise, with these exact flags the games are completely playable, albeit a bit stuttery.
There is also Mass Effect 3, but I'll need to test it again to double check which env variables are required for it to run properly.
I also keep forgetting to add them whenever I setup wine environment over and over again.
And more people needs to contribute to this file. It'll help deal with a lot of headaches of getting games to run, especially to those with little to no experience.