#29: Start tracking Steam Cloud metadata
This commit is contained in:
parent
7d54fb7c06
commit
ce9ac99a1d
6 changed files with 354 additions and 4 deletions
|
@ -662831,6 +662831,19 @@ Zzzzz:
|
|||
steam:
|
||||
id: 871810
|
||||
</reality>:
|
||||
files:
|
||||
"<home>/.renpy/reality-1474579375/*.save":
|
||||
when:
|
||||
- os: linux
|
||||
store: steam
|
||||
"<home>/Library/RenPy/reality-1474579375/*.save":
|
||||
when:
|
||||
- os: mac
|
||||
store: steam
|
||||
"<winAppData>/RenPy/reality-1474579375/*.save":
|
||||
when:
|
||||
- os: windows
|
||||
store: steam
|
||||
installDir:
|
||||
reality: {}
|
||||
launch:
|
||||
|
|
|
@ -37844,4 +37844,3 @@
|
|||
* [누가 그녀를 죽였나](https://www.pcgamingwiki.com/wiki/?curid=136414)
|
||||
* [무연](https://www.pcgamingwiki.com/wiki/?curid=144415)
|
||||
* [암전:Blackout](https://www.pcgamingwiki.com/wiki/?curid=129985)
|
||||
* [</reality>](https://www.pcgamingwiki.com/wiki/?curid=57848)
|
||||
|
|
|
@ -163009,6 +163009,23 @@
|
|||
executable: ShotShotTactic.exe
|
||||
type: option1
|
||||
562280:
|
||||
cloud:
|
||||
saves:
|
||||
- path: RenPy/reality-1474579375
|
||||
pattern: "*.save"
|
||||
platforms:
|
||||
- Windows
|
||||
root: WinAppDataRoaming
|
||||
- path: /Library/RenPy/reality-1474579375
|
||||
pattern: "*.save"
|
||||
platforms:
|
||||
- MacOS
|
||||
root: MacHome
|
||||
- path: ".renpy/reality-1474579375"
|
||||
pattern: "*.save"
|
||||
platforms:
|
||||
- Linux
|
||||
root: LinuxHome
|
||||
installDir: reality
|
||||
launch:
|
||||
- config:
|
||||
|
|
Reference in a new issue