windows
- requests
- psutil
Just download
git clone
python {PyCloudGameSaving PATH}\cloud_game_saving.py {GAME DIR}\RPG_RT.exe
python {PyCloudGameSaving PATH}\cloud_game_saving.py steam://rungameid/{appid}
create shortcut in Desktop
Copy url
Create own shortcut
ex : python {PyCloudGameSaving PATH}\cloud_game_saving.py steam://rungameid/{appid}
First lanuch system will lead you to create {name}.json
{
"RepositoryName": "Terraria"
, "save_dir": "C:\\Users\\user\\Documents\\My Games\\Terraria"
, "RepositoryType": "LocalRepository"
, "launch_target": "steam://rungameid/105600"
, "wait_second": 30
}
- RepositoryName : RepositoryName
- save_dir : game save data location
- RepositoryType : RepositoryType
- launch_target : start command
- wait_second : for steam game sleep(wait_second) then fetch game pid
vision control in local Repository
Just run
git add .
git commit
- OldNick - Initial work - sd12582000
This project is licensed under the MIT License