From 38bce313b9814325ee44bca9f39a6f816a1ca0e9 Mon Sep 17 00:00:00 2001 From: dunconio <30807904+dunconio@users.noreply.github.com> Date: Sat, 13 Apr 2024 22:34:06 +0100 Subject: [PATCH] Game fix for Fallout 76 Ensure Faudio is installed so UI and NPC audio and music is audible. --- gamefixes-steam/1151340.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gamefixes-steam/1151340.py diff --git a/gamefixes-steam/1151340.py b/gamefixes-steam/1151340.py new file mode 100644 index 00000000..e7cb14fe --- /dev/null +++ b/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')