Skip to content

macOS: decouple the save-folder name from the resource .dat name - #1163

Merged
mrimer merged 1 commit into
CaravelGames:masterfrom
TomBrouws:gateb-savefolder-fix
Jul 6, 2026
Merged

macOS: decouple the save-folder name from the resource .dat name#1163
mrimer merged 1 commit into
CaravelGames:masterfrom
TomBrouws:gateb-savefolder-fix

Conversation

@TomBrouws

Copy link
Copy Markdown
Contributor

gameName drives both the save folder and CDbBase::BaseResourceFilename(), so giving the Steam GatEB build a dedicated folder made the DB look for "drod-gateb-steam5_0.dat" instead of the bundled "drod5_0.dat" and fail to start (MID_DatMissing). Add CFiles::wGameConfName (defaults to wGameName, used only by GetGameConfPath) so a build can choose its save folder without changing the .dat/.ini/log names.

gameName drives both the save folder and CDbBase::BaseResourceFilename(), so
giving the Steam GatEB build a dedicated folder made the DB look for
"drod-gateb-steam5_0.dat" instead of the bundled "drod5_0.dat" and fail to
start (MID_DatMissing). Add CFiles::wGameConfName (defaults to wGameName, used
only by GetGameConfPath) so a build can choose its save folder without changing
the .dat/.ini/log names.
@mrimer
mrimer merged commit 0250013 into CaravelGames:master Jul 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants