Skip to content

Commit 5b4aa6e

Browse files
committed
Added saves and mod config to casette beasts
1 parent 8c0e785 commit 5b4aa6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

games/game_cassettebeasts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class CassetteBeastsGame(BasicGame):
6060
GameBinary = "CassetteBeasts.exe"
6161
GameDataPath = appdataenv + "/CassetteBeasts/mods"
6262
GameDocumentsDirectory = appdataenv + "/CassetteBeasts"
63+
GameSavesDirectory = '%GAME_DOCUMENTS%'
6364
GameSaveExtension = "gcpf"
6465

6566
def init(self, organizer: mobase.IOrganizer) -> bool:
@@ -103,7 +104,7 @@ def executableForcedLoads(self) -> list[mobase.ExecutableForcedLoadSetting]:
103104
return efls
104105

105106
def iniFiles(self):
106-
return ["settings.cfg"]
107+
return ["settings.cfg", "mod_settings.cfg"]
107108

108109
def initializeProfile(self, directory: QDir, settings: mobase.ProfileSetting):
109110
modsPath = self.dataDirectory().absolutePath()

0 commit comments

Comments
 (0)