Skip to content

Commit

Permalink
Add save import fix for Cardfightgit status Vanguard Dear Days 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxheart9 committed Feb 25, 2025
1 parent b0740cc commit 138339c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/2457540.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Cardfight!! Vanguard Dear Days 2"""

from protonfixes import util


def main() -> None:
"""imports player cards from Cardfight!! Vanguard Dear Days. Yes that save path is indeed VG2 no idea why"""
util.import_saves_folder(1881420,'Saved Games/VG2/SAVELOAD')

0 comments on commit 138339c

Please sign in to comment.