Skip to content

Conversation

@CommandMC
Copy link
Member

Some games define cloud save inclusion/exclusion lists like this:

"CloudIncludeList": {
  "type": "STRING",
  "value": "savegames/,config-cloud.cfg,keybindings-*.txt"
},

(example is "Dungeons 3"), others instead use

"CloudIncludeList": {
  "type": "STRING",
  "value": "Saves/, MPSaves/"
},

("Galactic Civilizations III")

I have not confirmed this, but these differing formats suggests the EGL simply ignores leading/trailing whitespace in filter entries. Let's do that as well

@CommandMC CommandMC self-assigned this Aug 14, 2025
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.

3 participants