Skip to content

[feature] Suggestion tool / pop up helper for games that don't support steam cloud saves #104

Open
@mdeguzis

Description

@mdeguzis

I know this is probably a big no :), but thought I'd propose it anyway. There's still plenty of old games that don't support Steam cloud. I wonder if decky-cloud-save could have a button or an advanced page that can list the installed games and the paths for those that don't support cloud save and offer to add them.

I wrote a proof of concept here: https://github.com/mdeguzis/python/blob/python3/gaming-tools/pcgamingwiki-tool.py

$ ./pcgamingwiki-tool.py -g "Alien Breed 3: Descent"
{
    "Page": "Alien Breed 3: Descent",
    "Developers": "Company:Team17",
    "Released": "2010-11-17",
    "Cover_URL": "Unknown",
    "4K_Ultra_HD": "Unknown",
    "HDR": "unknown",
    "Ultrawidescreen": "unknown",
    "cloud_providers": {
        "Steam": "false",
        "GOG_Galaxy": "true",
        "OneDrive": "hackable"
    },
    "save_game_location": {
        "Windows": "%USERPROFILE%\\Documents\\My Games\\UnrealEngine3\\AlienBreed3DescentGame\\SaveData\\",
        "Steam Play (Linux)": "<SteamLibrary-folder>/steamapps/compatdata/22670/pfx/"
    }
}

It would be trivial to add it then. I know this is probably out of scope.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions