Skip to content

Commit

Permalink
Update fix for ATRI -My Dear Moments-
Browse files Browse the repository at this point in the history
- Currently works without installing any winetricks verbs. Instead, the proton media converter should be disabled and the engine's video renderer should be configured to 'overlay'. In the SteamOS gamescope session, oddly, it's observed that moving the trackpad seems to be required to get the video to appear.

- Related to #111
  • Loading branch information
R1kaB3rN committed Aug 31, 2024
1 parent bfc8a9b commit 0bd7e8f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions gamefixes-steam/1230140.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
""" Game fix for ATRI -My Dear Moments-
"""
#pylint: disable=C0103
"""Game fix for ATRI -My Dear Moments-"""

from protonfixes import util


def main():
""" Installs wmp11
"""
util.protontricks('quartz_feb2010')
util.protontricks('wmp11')
util.protontricks('qasf')
# Fix in-game media playback
# See https://github.com/Open-Wine-Components/umu-protonfixes/issues/111#issuecomment-2317389123
util.disable_protonmediaconverter()
util.append_argument("-vomstyle=overlay")

0 comments on commit 0bd7e8f

Please sign in to comment.