Skip to content

Commit

Permalink
Merge pull request #39 from marianoag/ceville
Browse files Browse the repository at this point in the history
Ceville
  • Loading branch information
GloriousEggroll authored Mar 8, 2024
2 parents 0abd3a7 + 95bc7ba commit e380449
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gamefixes-steam/23460.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
""" Ceville
Works with dotnet35sp1 only, now without needing Proton5
Videos still don't work.
"""
#pylint: disable=C0103

import os, subprocess
from protonfixes import util

def main():
util.protontricks('dotnet35sp1')
#Videos play and audio works but screen is black.
#util.protontricks('quartz')
#util.protontricks('klite')
if os.path.isdir('./data/shared/videos'):
subprocess.call(['mv', './data/shared/videos', './data/shared/_videos'])

0 comments on commit e380449

Please sign in to comment.