From d7940e9b3c068f76c1f6e1da33c0dde344e066ff Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Fri, 8 Mar 2024 16:57:12 -0700 Subject: [PATCH] add workaround for black ops 3 showing black screen when there are a lot of audio devices --- gamefixes-steam/311210.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 gamefixes-steam/311210.py diff --git a/gamefixes-steam/311210.py b/gamefixes-steam/311210.py new file mode 100755 index 00000000..0270059d --- /dev/null +++ b/gamefixes-steam/311210.py @@ -0,0 +1,12 @@ +""" Game fix for Black Ops III +""" +#pylint: disable=C0103 + +from protonfixes import util + +def main(): + """ installs devenum, quartz, wmp9 + """ + # If you have too many audio devices the game shows a black screen with audio only, this works around the issue. + # https://www.reddit.com/r/blackops3/comments/3rpd4f/black_screen_with_only_audio_pc/ + util.protontricks('sound=alsa')