-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fix for dirt 3 outside of steam #159
Add fix for dirt 3 outside of steam #159
Conversation
gamefixes-umu/umu-321040.py
Outdated
|
||
def main() -> None: | ||
"""Installs OpenAL library, without it the game simply wont launch on proton 8 or above""" | ||
util.protontricks('Openal') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of a file, this should be a symbolic link to the corresponding Steam fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be deleted. Remove the file locally then commit and force push your changes.
I won't ask how you acquired this game. But this game is broken under Proton and we already had a fix for it, so I'm fine with creating this fix. |
Do you want the symbolic link still? Question also, if its a symbolic link the file is 321040.py, will it still be detected if its like that on a copy of dirt 3 outside of steam from no store? Added symbolic link :) |
gamefixes-umu/umu-321040.py
Outdated
|
||
def main() -> None: | ||
"""Installs OpenAL library, without it the game simply wont launch on proton 8 or above""" | ||
util.protontricks('Openal') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be deleted. Remove the file locally then commit and force push your changes.
Yes, but detection and usage of the fix depends. The entire system of applying fixes relies on metadata being available and the user/client giving umu that info. For example, when setting |
Without this library (openal) dirt 3 wont launch on proton 8 or above outside of steam
This is for running the game on its own with no store available
Database pull request
Open-Wine-Components/umu-database#50