Skip to content

Commit

Permalink
Add protonfix for Littlewitch Romanesque: Editio Regia (349300) (#177)
Browse files Browse the repository at this point in the history
* Add protonfix for Littlewitch Romanesque: Editio Regia (349300)
  • Loading branch information
sifiro authored Aug 30, 2022
1 parent 2e77537 commit 74945c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions protonfixes/gamefixes/349300.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
""" Fix for Littlewitch Romanesque: Editio Regia (349300)
"""
#pylint: disable=C0103

from protonfixes import util

def main():
""" Run the game from S: avoids some file reading issues.
The game deletes dots from filepath reading,
which usually It's an issue in a SteamLinux standard directory
https://github.com/ValveSoftware/Proton/issues/5975#issuecomment-1178969055
"""
util.set_environment('PROTON_SET_GAME_DRIVE','1')

0 comments on commit 74945c7

Please sign in to comment.