Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
add: also backup & fix CCxxx2.dat files
Browse files Browse the repository at this point in the history
in case users don't have .dat files in savefile folder, the game tries to load CCxxx2.dat but corrupted
  • Loading branch information
WEGFan committed Apr 19, 2020
1 parent 5fe7b48 commit 2ed0f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDSavefileFix.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__version__ = '1.1.0'

SAVEFILE_NAME = ['CCGameManager.dat', 'CCLocalLevels.dat']
SAVEFILE_NAME = ['CCGameManager.dat', 'CCLocalLevels.dat', 'CCGameManager2.dat', 'CCLocalLevels2.dat']
SAVEFILE_PATH = Path(os.getenv('LocalAppData')) / 'GeometryDash'


Expand Down

0 comments on commit 2ed0f71

Please sign in to comment.