Skip to content

Commit

Permalink
Game fix for Fallout 76
Browse files Browse the repository at this point in the history
Ensure Faudio is installed so UI and NPC audio and music is audible.
  • Loading branch information
dunconio committed Apr 13, 2024
1 parent d18f394 commit 38bce31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-steam/1151340.py
@@ -0,0 +1,9 @@
""" Game fix for Fallout 76
"""
#pylint: disable=C0103
from protonfixes import util

def main():
""" Ensure Faudio is installed so UI and NPC audio and music is audible
"""
util.protontricks('faudio')

2 comments on commit 38bce31

@GloriousEggroll
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we doing this? FAudio is built into proton

@PoorPocketsMcNewHold
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The game audio worked well on Proton previously too without any additional changes. Do we have reports that says otherwise ?

Please sign in to comment.