Skip to content

[Fix] Ignore leading/trailing whitespace in cloud save filter list items#22

Merged
CommandMC merged 1 commit into
masterfrom
fix/fallout-3-save-sync
Feb 26, 2026
Merged

[Fix] Ignore leading/trailing whitespace in cloud save filter list items#22
CommandMC merged 1 commit into
masterfrom
fix/fallout-3-save-sync

Conversation

@CommandMC

Copy link
Copy Markdown
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
@CommandMC CommandMC merged commit 3afc71a into master Feb 26, 2026
6 checks passed
@CommandMC CommandMC deleted the fix/fallout-3-save-sync branch February 26, 2026 12:27
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