Skip to content

Commit

Permalink
add workaround for black ops 3 showing black screen when there are a …
Browse files Browse the repository at this point in the history
…lot of audio devices
  • Loading branch information
GloriousEggroll committed Mar 8, 2024
1 parent 5fe5d48 commit d7940e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gamefixes-steam/311210.py
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit d7940e9

Please sign in to comment.