Start tracking cloud support for games
This commit is contained in:
parent
5a8369af1e
commit
adf4da57c6
8 changed files with 2027 additions and 31 deletions
|
@ -29604,6 +29604,10 @@
|
|||
oslist: macos
|
||||
description: Launch Game
|
||||
executable: Shelter.app
|
||||
- config:
|
||||
oslist: linux
|
||||
description: Launch Game
|
||||
executable: Shelter.x86_64
|
||||
244730:
|
||||
installDir: Divekick
|
||||
launch:
|
||||
|
@ -29868,21 +29872,6 @@
|
|||
description: Skullgirls
|
||||
executable: Skullgirls.x86_64-pc-linux-gnu
|
||||
type: option1
|
||||
- config:
|
||||
oslist: windows
|
||||
description: Skullgirls Beta (Balance Patch)
|
||||
executable: SGBeta/Skullgirls.exe
|
||||
type: option2
|
||||
- config:
|
||||
oslist: macos
|
||||
description: Skullgirls Beta (Balance Patch)
|
||||
executable: SGBeta/Skullgirls.app
|
||||
- config:
|
||||
osarch: "64"
|
||||
oslist: linux
|
||||
description: Skullgirls Beta (Balance Patch)
|
||||
executable: SGBeta/Skullgirls.x86_64-pc-linux-gnu
|
||||
type: option2
|
||||
245280:
|
||||
installDir: Enslaved
|
||||
launch:
|
||||
|
@ -42992,6 +42981,12 @@
|
|||
oslist: macos
|
||||
description: Launch
|
||||
executable: SpaceFarmers.app
|
||||
- config:
|
||||
betakey: beta
|
||||
oslist: windows
|
||||
description: Beta version
|
||||
executable: SF_Remastered.exe
|
||||
type: option1
|
||||
271590:
|
||||
installDir: Grand Theft Auto V
|
||||
launch:
|
||||
|
@ -52671,7 +52666,7 @@
|
|||
polish: "Wiedźmin 3: Dziki Gon"
|
||||
russian: "Ведьмак 3: Дикая Охота"
|
||||
schinese: 巫师 3:狂猎
|
||||
ukrainian: "Відьмак® 3: Дикий гін"
|
||||
ukrainian: "Відьмак 3: Дикий гін"
|
||||
292090:
|
||||
installDir: Rube Works
|
||||
launch:
|
||||
|
@ -411536,6 +411531,11 @@
|
|||
executable: game.exe
|
||||
type: default
|
||||
960170:
|
||||
cloud:
|
||||
saves:
|
||||
- path: "Neowiz/DJMAX RESPECT V/{64BitSteamID}"
|
||||
pattern: "*.dat"
|
||||
root: WinAppDataLocalLow
|
||||
installDir: DJMAX RESPECT V
|
||||
launch:
|
||||
- config:
|
||||
|
@ -533710,16 +533710,23 @@
|
|||
saves:
|
||||
- path: "Something We Made\\TOEM\\Save"
|
||||
pattern: "*"
|
||||
platforms:
|
||||
- Windows
|
||||
recursive: true
|
||||
root: WinAppDataLocalLow
|
||||
- path: se.SomethingWeMade.TOEM/Save/
|
||||
pattern: "*"
|
||||
platforms:
|
||||
- MacOS
|
||||
recursive: true
|
||||
root: MacAppSupport
|
||||
overrides:
|
||||
- os: MacOS
|
||||
osCompare: "="
|
||||
pathTransforms:
|
||||
- find: "Something We Made\\TOEM\\Save"
|
||||
replace: se.SomethingWeMade.TOEM/Save/
|
||||
root: WinAppDataLocalLow
|
||||
useInstead: MacAppSupport
|
||||
- os: Linux
|
||||
osCompare: "="
|
||||
pathTransforms:
|
||||
- find: "Something We Made\\TOEM\\Save"
|
||||
replace: ".config/unity3d/Something We Made/TOEM/Save"
|
||||
root: WinAppDataLocalLow
|
||||
useInstead: LinuxHome
|
||||
installDir: TOEM
|
||||
launch:
|
||||
- config:
|
||||
|
@ -533731,6 +533738,7 @@
|
|||
executable: TOEM.app
|
||||
type: none
|
||||
- config:
|
||||
osarch: "64"
|
||||
oslist: linux
|
||||
executable: TOEM.x86_64
|
||||
nameLocalized:
|
||||
|
@ -554815,6 +554823,26 @@
|
|||
executable: SecretAgentHD.x86_64
|
||||
type: default
|
||||
1607680:
|
||||
cloud:
|
||||
saves:
|
||||
- path: SandCastles/Bread_Fred
|
||||
pattern: "*.scs"
|
||||
platforms:
|
||||
- Windows
|
||||
root: WinAppDataLocalLow
|
||||
overrides:
|
||||
- addPath: ""
|
||||
os: MacOS
|
||||
osCompare: "="
|
||||
root: WinAppDataLocalLow
|
||||
useInstead: MacAppSupport
|
||||
- os: Linux
|
||||
osCompare: "="
|
||||
pathTransforms:
|
||||
- find: SandCastles/Bread_Fred
|
||||
replace: ".config/unity3d"
|
||||
root: WinAppDataLocalLow
|
||||
useInstead: LinuxHome
|
||||
installDir: Bread & Fred
|
||||
launch:
|
||||
- config:
|
||||
|
|
Reference in a new issue