Skip to content

Commit

Permalink
Add fix for Tokyo Necro
Browse files Browse the repository at this point in the history
Currently, installing xact fixes the initial startup crash for the visual novel Tokyo Necro
  • Loading branch information
R1kaB3rN committed Mar 13, 2023
1 parent 4229207 commit c0dba1f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gamefixes/2183070.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
""" Game fix for Tokyo Necro
"""

from protonfixes import util

def main():
""" installs xact
"""

# Fixes launch after typing then entering `search` within the game's terminal menu
util.protontricks('xact')

0 comments on commit c0dba1f

Please sign in to comment.