Skip to content

Commit 3b8bc18

Browse files
Merge pull request #242 from CreeperofDoom/master
Yuzusoft Game fixes (Yet Again)
2 parents 5c69dfa + 20ba62a commit 3b8bc18

File tree

5 files changed

+42
-22
lines changed

5 files changed

+42
-22
lines changed

gamefixes-steam/1144400.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
""" Game fix for Senren*Banka
2+
"""
3+
from protonfixes import util
4+
5+
def main():
6+
"""Install quartz, wmp11, qasf
7+
8+
Fixes in-game video playback for the intro and ending.
9+
"""
10+
util.protontricks('quartz')
11+
util.protontricks('wmp11')
12+
util.protontricks('qasf')

gamefixes-steam/1277930.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
"""Game fix for Riddle Joker"""
2-
1+
""" Game fix for Riddle Joker
2+
"""
33
from protonfixes import util
44

5+
def main():
6+
"""Install quartz, wmp11, qasf
57
6-
def main() -> None:
7-
"""Fixes in-game video playback for the intro and ending."""
8-
util.disable_protonmediaconverter()
8+
Fixes in-game video playback for the intro and ending.
9+
"""
10+
util.protontricks('quartz')
11+
util.protontricks('wmp11')
12+
util.protontricks('qasf')

gamefixes-steam/1829980.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
"""Game fix for Café Stella and the Reaper's Butterflies"""
2-
1+
""" Game fix for Cafe Stella
2+
"""
33
from protonfixes import util
44

5+
def main():
6+
"""Install quartz, wmp11, qasf
57
6-
def main() -> None:
7-
"""Fixes in-game video playback for the intro and ending."""
8-
util.disable_protonmediaconverter()
8+
Fixes in-game video playback for the intro and ending.
9+
"""
10+
util.protontricks('quartz')
11+
util.protontricks('wmp11')
12+
util.protontricks('qasf')

gamefixes-steam/2458530.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
"""Game fix for Sanoba Witch FHD Edition"""
2-
1+
""" Game fix for Sanoba Witch FHD Edition
2+
"""
33
from protonfixes import util
44

5-
6-
def main() -> None:
5+
def main():
76
"""Install quartz, wmp11, qasf
87
98
Fixes in-game video playback for the intro and ending.

gamefixes-steam/888790.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
"""Game fix for Sabbat of the Witch"""
2-
1+
""" Game fix for Sabbat of the Witch
2+
"""
33
from protonfixes import util
44

5+
def main():
6+
"""Install quartz, wmp11, qasf
57
6-
def main() -> None:
7-
"""Fixes in-game video playback for the intro and ending."""
8-
util.disable_protonmediaconverter()
9-
# Changes the video renderer to 'overlay' to prevent random crashes
10-
# See https://github.com/Open-Wine-Components/umu-protonfixes/pull/115#issuecomment-2319197337
11-
util.append_argument('-vomstyle=overlay')
8+
Fixes in-game video playback for the intro and ending.
9+
"""
10+
util.protontricks('quartz')
11+
util.protontricks('wmp11')
12+
util.protontricks('qasf')

0 commit comments

Comments
 (0)