Import recent changes from PCGamingWiki
This commit is contained in:
parent
e6680ed51f
commit
e3062879e5
4 changed files with 127 additions and 5 deletions
|
@ -110717,6 +110717,44 @@ Cat Warfare:
|
|||
store: steam
|
||||
steam:
|
||||
id: 923370
|
||||
Cat Warrior:
|
||||
cloud:
|
||||
steam: true
|
||||
files:
|
||||
"<home>/Library/Application Support/tiny_slash":
|
||||
tags:
|
||||
- save
|
||||
when:
|
||||
- os: mac
|
||||
"<winDocuments>/SavedGames/tiny_slash":
|
||||
tags:
|
||||
- save
|
||||
when:
|
||||
- os: windows
|
||||
"<xdgData>/tiny_slash":
|
||||
tags:
|
||||
- save
|
||||
when:
|
||||
- os: linux
|
||||
installDir:
|
||||
cat warrior: {}
|
||||
launch:
|
||||
"<base>/tiny_slash.app":
|
||||
- when:
|
||||
- os: mac
|
||||
store: steam
|
||||
"<base>/tiny_slash.bin.x86_64":
|
||||
- arguments: "gldevice:Vulkan"
|
||||
when:
|
||||
- os: linux
|
||||
store: steam
|
||||
"<base>/tiny_slash.exe":
|
||||
- arguments: steam
|
||||
when:
|
||||
- os: windows
|
||||
store: steam
|
||||
steam:
|
||||
id: 2640520
|
||||
Cat and Ghostly Road:
|
||||
installDir:
|
||||
CatAndGhostlyRoad: {}
|
||||
|
@ -148686,6 +148724,7 @@ Crystal Picnic:
|
|||
id: 415890
|
||||
Crystal Project:
|
||||
cloud:
|
||||
gog: true
|
||||
steam: true
|
||||
files:
|
||||
"<home>/Saved Games/Crystal Project/Save/*.sav":
|
||||
|
@ -249286,6 +249325,12 @@ Floors of Discomfort:
|
|||
steam:
|
||||
id: 372770
|
||||
Floppy Heroes:
|
||||
files:
|
||||
"<home>/AppData/LocalLow/Rimply/Floppy Heroes":
|
||||
tags:
|
||||
- save
|
||||
when:
|
||||
- os: windows
|
||||
installDir:
|
||||
Floppy Heroes: {}
|
||||
launch:
|
||||
|
@ -619761,6 +619806,9 @@ Stellar 2D:
|
|||
store: steam
|
||||
steam:
|
||||
id: 391070
|
||||
Stellar Blade:
|
||||
steam:
|
||||
id: 3489700
|
||||
Stellar Commanders:
|
||||
cloud:
|
||||
steam: true
|
||||
|
@ -691042,6 +691090,16 @@ The Sims:
|
|||
- config
|
||||
when:
|
||||
- os: windows
|
||||
"<home>/Saved Games/Electronic Arts/The Sims 25":
|
||||
tags:
|
||||
- save
|
||||
when:
|
||||
- os: windows
|
||||
"<home>/Saved Games/Electronic Arts/The Sims 25/UserData/Options.iff":
|
||||
tags:
|
||||
- config
|
||||
when:
|
||||
- os: windows
|
||||
id:
|
||||
lutris: the-sims
|
||||
installDir:
|
||||
|
|
|
@ -9582,7 +9582,6 @@
|
|||
* [Floor by Floor](https://www.pcgamingwiki.com/wiki/?curid=89982)
|
||||
* [Floor Massacre](https://www.pcgamingwiki.com/wiki/?curid=109244)
|
||||
* [Floors of Discomfort](https://www.pcgamingwiki.com/wiki/?curid=47775)
|
||||
* [Floppy Heroes](https://www.pcgamingwiki.com/wiki/?curid=38891)
|
||||
* [Flora](https://www.pcgamingwiki.com/wiki/?curid=78342)
|
||||
* [Flora's Fruit Farm](https://www.pcgamingwiki.com/wiki/?curid=41230)
|
||||
* [Florensia](https://www.pcgamingwiki.com/wiki/?curid=39085)
|
||||
|
@ -24143,7 +24142,7 @@
|
|||
* [Stein.world](https://www.pcgamingwiki.com/wiki/?curid=132639)
|
||||
* [Stellaluna](https://www.pcgamingwiki.com/wiki/?curid=186460)
|
||||
* [Stellar 2D](https://www.pcgamingwiki.com/wiki/?curid=47069)
|
||||
* [Stellar Blade](https://www.pcgamingwiki.com/wiki/?curid=192948)
|
||||
* [Stellar Blade](https://www.pcgamingwiki.com/wiki/?curid=201491)
|
||||
* [Stellar Impact](https://www.pcgamingwiki.com/wiki/?curid=40797)
|
||||
* [Stellar Sphere](https://www.pcgamingwiki.com/wiki/?curid=130311)
|
||||
* [Stellar Survivor](https://www.pcgamingwiki.com/wiki/?curid=139194)
|
||||
|
|
|
@ -598407,6 +598407,46 @@
|
|||
oslist: macos
|
||||
executable: Rumble Club.app
|
||||
type: default
|
||||
2640520:
|
||||
cloud:
|
||||
saves:
|
||||
- path: SavedGames/tiny_slash
|
||||
pattern: "*.sav"
|
||||
root: WinMyDocuments
|
||||
overrides:
|
||||
- os: MacOS
|
||||
osCompare: "="
|
||||
pathTransforms:
|
||||
- find: SavedGames/tiny_slash
|
||||
replace: tiny_slash
|
||||
root: WinMyDocuments
|
||||
useInstead: MacAppSupport
|
||||
- os: Linux
|
||||
osCompare: "="
|
||||
pathTransforms:
|
||||
- find: SavedGames/tiny_slash
|
||||
replace: tiny_slash
|
||||
root: WinMyDocuments
|
||||
useInstead: LinuxXdgDataHome
|
||||
installDir: cat warrior
|
||||
launch:
|
||||
- arguments: steam
|
||||
config:
|
||||
oslist: windows
|
||||
executable: tiny_slash.exe
|
||||
type: default
|
||||
- config:
|
||||
oslist: macos
|
||||
executable: tiny_slash.app
|
||||
type: default
|
||||
- arguments: "gldevice:Vulkan"
|
||||
config:
|
||||
oslist: linux
|
||||
executable: tiny_slash.bin.x86_64
|
||||
type: default
|
||||
nameLocalized:
|
||||
english: Cat Warrior
|
||||
schinese: 吃喵一剑
|
||||
2641470:
|
||||
installDir: Spectre Divide
|
||||
launch:
|
||||
|
@ -603298,6 +603338,12 @@
|
|||
launch:
|
||||
- executable: DetectiveGame.exe
|
||||
3314060:
|
||||
cloud:
|
||||
saves:
|
||||
- path: "Electronic Arts\\The Sims 25"
|
||||
pattern: "*"
|
||||
recursive: true
|
||||
root: WinSavedGames
|
||||
installDir: The Sims Legacy Collection
|
||||
launch:
|
||||
- executable: Sims.exe
|
||||
|
@ -603598,4 +603644,10 @@
|
|||
tchinese: 無盡帝國 2 ENDLESS™ Legend 2
|
||||
3411900: {}
|
||||
3445490: {}
|
||||
3489700:
|
||||
nameLocalized:
|
||||
english: Stellar Blade™
|
||||
koreana: 스텔라 블레이드™
|
||||
schinese: 剑星
|
||||
tchinese: 劍星
|
||||
3221903386: {}
|
||||
|
|
|
@ -35319,6 +35319,15 @@ Cat Sorter VR:
|
|||
Cat Warfare:
|
||||
pageId: 110198
|
||||
steam: 923370
|
||||
Cat Warrior:
|
||||
cloud:
|
||||
steam: true
|
||||
pageId: 201488
|
||||
steam: 2640520
|
||||
templates:
|
||||
- "{{Game data/saves|Windows|{{p|userprofile\\Documents}}\\SavedGames\\tiny_slash\\}}"
|
||||
- "{{Game data/saves|OS X|{{p|osxhome}}/Library/Application Support/tiny_slash/}}"
|
||||
- "{{Game data/saves|Linux|{{P|xdgdatahome}}/tiny_slash/}}"
|
||||
Cat and Ghostly Road:
|
||||
pageId: 128664
|
||||
steam: 994340
|
||||
|
@ -47203,6 +47212,7 @@ Crystal Picnic:
|
|||
- 440360
|
||||
Crystal Project:
|
||||
cloud:
|
||||
gog: true
|
||||
steam: true
|
||||
gog: 1586826606
|
||||
gogSide:
|
||||
|
@ -79736,6 +79746,8 @@ Floors of Discomfort:
|
|||
Floppy Heroes:
|
||||
pageId: 38891
|
||||
steam: 480450
|
||||
templates:
|
||||
- "{{Game data/saves|Windows|{{p|userprofile}}\\AppData\\LocalLow\\Rimply\\Floppy Heroes\\}}"
|
||||
Floppy Knights:
|
||||
cloud:
|
||||
gog: true
|
||||
|
@ -198234,7 +198246,8 @@ Stellar 2D:
|
|||
pageId: 47069
|
||||
steam: 391070
|
||||
Stellar Blade:
|
||||
pageId: 192948
|
||||
pageId: 201491
|
||||
steam: 3489700
|
||||
Stellar Commanders:
|
||||
cloud:
|
||||
steam: true
|
||||
|
@ -220796,8 +220809,8 @@ The Sims:
|
|||
pageId: 1426
|
||||
steam: 3314060
|
||||
templates:
|
||||
- "{{Game data/config|Windows|{{p|game}}\\UserData\\Options.iff}}"
|
||||
- "{{Game data/saves|Windows|{{p|game}}\\UserData\\|{{p|game}}\\UserData*\\}}"
|
||||
- "{{Game data/config|Windows| {{p|userprofile}}\\Saved Games\\Electronic Arts\\The Sims 25\\UserData\\Options.iff ''(Legacy Collection)'' | {{p|game}}\\UserData\\Options.iff ''(Original)'' }}"
|
||||
- "{{Game data/saves|Windows| {{p|userprofile}}\\Saved Games\\Electronic Arts\\The Sims 25\\ ''(Legacy Collection)''{{note| {{Folder|{{p|game}}\\UserData\\}} is present in Legacy Collection, but is only used as a template and copied to this folder on first launch.}} | {{p|game}}\\UserData\\ ''(Original)'' | {{p|game}}\\UserData*\\ ''(Original)'' }}"
|
||||
The Sims 2:
|
||||
lutris: the-sims-2
|
||||
pageId: 281
|
||||
|
|
Reference in a new issue