Import recent changes from PCGamingWiki

This commit is contained in:
Forgejo Actions 2025-03-17 12:03:09 +00:00
parent 931a51dae7
commit b269e7b62c
4 changed files with 368 additions and 8 deletions

View file

@ -113401,6 +113401,57 @@ Caveman Warriors:
Caveman adventures: Caveman adventures:
steam: steam:
id: 928490 id: 928490
Cavemen Tales:
cloud:
steam: true
files:
"<base>/userData/*.bin":
tags:
- save
when:
- os: windows
"<base>/userData/*.bkp":
tags:
- save
when:
- os: windows
"<base>/userData/*.cfg":
tags:
- config
when:
- os: windows
"<base>/userData/*.crc":
tags:
- save
when:
- os: windows
"<base>/userData/*.sav":
tags:
- save
when:
- os: windows
"<home>/Library/Application Support/Cavemen Tales":
tags:
- save
when:
- os: mac
installDir:
Cavemen Tales: {}
launch:
"<base>/catales.exe":
- when:
- os: windows
store: steam
"<base>/catales_mac_steam.app":
- when:
- os: mac
store: steam
"<base>/catales_steam_linux_x64":
- when:
- os: linux
store: steam
steam:
id: 1753510
Caver: Caver:
installDir: installDir:
Bugout: {} Bugout: {}
@ -141592,6 +141643,57 @@ Country Tales:
store: steam store: steam
steam: steam:
id: 394270 id: 394270
"Country Tales 2: New Frontiers":
cloud:
steam: true
files:
"<base>/userData/*.bin":
tags:
- save
when:
- os: windows
"<base>/userData/*.bkp":
tags:
- save
when:
- os: windows
"<base>/userData/*.cfg":
tags:
- config
when:
- os: windows
"<base>/userData/*.crc":
tags:
- save
when:
- os: windows
"<base>/userData/*.sav":
tags:
- save
when:
- os: windows
"<home>/Library/Application Support/Country Tales 2 Collectors Edition":
tags:
- save
when:
- os: mac
installDir:
Country Tales 2: {}
launch:
"<base>/ctales2.exe":
- when:
- os: windows
store: steam
"<base>/ctales2_mac_steam.app":
- when:
- os: mac
store: steam
"<base>/ctales2_steam_linux_x64":
- when:
- os: linux
store: steam
steam:
id: 2983790
Country of One: Country of One:
installDir: installDir:
A Country Of One: {} A Country Of One: {}
@ -210799,6 +210901,30 @@ Echo:
store: steam store: steam
steam: steam:
id: 551770 id: 551770
Echo (Echo Project):
files:
"<home>/.renpy/Echo-1433615853":
tags:
- save
when:
- os: linux
"<home>/.renpy/Echo-1433615853/persistent":
tags:
- config
when:
- os: linux
"<winAppData>/RenPy/Echo-1433615853":
tags:
- save
when:
- os: windows
"<winAppData>/RenPy/Echo-1433615853/persistent":
tags:
- config
when:
- os: windows
id:
lutris: echo--1
Echo (Nobody Studio): Echo (Nobody Studio):
files: files:
"<base>/Save/*.rxdata": "<base>/Save/*.rxdata":
@ -330651,6 +330777,9 @@ Iggle Pop!:
store: steam store: steam
steam: steam:
id: 671560 id: 671560
Igneous:
id:
lutris: igneous
Ignis: Ignis:
steam: steam:
id: 766930 id: 766930
@ -359164,6 +359293,57 @@ King under the Mountain:
store: steam store: steam
steam: steam:
id: 996080 id: 996080
"King's Legacy: A Crown Divided":
cloud:
steam: true
files:
"<base>/userData/*.bin":
tags:
- save
when:
- os: windows
"<base>/userData/*.bkp":
tags:
- save
when:
- os: windows
"<base>/userData/*.cfg":
tags:
- config
when:
- os: windows
"<base>/userData/*.crc":
tags:
- save
when:
- os: windows
"<base>/userData/*.sav":
tags:
- save
when:
- os: windows
"<home>/Library/Application Support/King's Legacy 2 Collectors Edition":
tags:
- save
when:
- os: mac
installDir:
"King's Legacy A Crown Divided Collector's Edition": {}
launch:
"<base>/kingslegacy2.exe":
- when:
- os: windows
store: steam
"<base>/kingslegacy2_mac_steam.app":
- when:
- os: mac
store: steam
"<base>/kingslegacy2_steam_linux_x64":
- when:
- os: linux
store: steam
steam:
id: 3450600
"King's Quest (2015)": "King's Quest (2015)":
files: files:
"<base>/Binaries/Win/KQSave": "<base>/Binaries/Win/KQSave":
@ -412193,6 +412373,9 @@ Mental House:
store: steam store: steam
steam: steam:
id: 1005420 id: 1005420
Mental Repairs Inc:
id:
lutris: mental-repairs-inc
Menzoberranzan: Menzoberranzan:
cloud: cloud:
gog: true gog: true
@ -618744,6 +618927,18 @@ Stardust Demon:
- os: windows - os: windows
id: id:
lutris: stardust-demon lutris: stardust-demon
installDir:
Echo: {}
launch:
"<base>/Echo.exe":
- when:
- os: windows
store: steam
"<base>/Readme.htm":
- when:
- store: steam
steam:
id: 751320
Stardust Galaxy Warriors: Stardust Galaxy Warriors:
cloud: cloud:
steam: true steam: true

View file

@ -568992,6 +568992,51 @@
description: King of Kinks - PG Platform description: King of Kinks - PG Platform
executable: KingOfKinks_PG.exe executable: KingOfKinks_PG.exe
type: option1 type: option1
1753510:
cloud:
saves:
- path: userData
pattern: "*.sav"
recursive: true
root: gameinstall
- path: userData
pattern: "*.bin"
recursive: true
root: gameinstall
- path: userData
pattern: "*.cfg"
recursive: true
root: gameinstall
- path: userData
pattern: "*.bkp"
recursive: true
root: gameinstall
- path: userData
pattern: "*.crc"
recursive: true
root: gameinstall
overrides:
- os: MacOS
osCompare: "="
pathTransforms:
- find: userData
replace: Cavemen Tales
root: gameinstall
useInstead: MacAppSupport
installDir: Cavemen Tales
launch:
- config:
oslist: windows
executable: catales.exe
type: default
- config:
oslist: macos
executable: catales_mac_steam.app
type: default
- config:
oslist: linux
executable: catales_steam_linux_x64
type: default
1754150: 1754150:
installDir: Car Tuning Simulator installDir: Car Tuning Simulator
launch: launch:
@ -604698,6 +604743,51 @@
oslist: windows oslist: windows
executable: AIR.exe executable: AIR.exe
type: default type: default
2983790:
cloud:
saves:
- path: userData
pattern: "*.sav"
recursive: true
root: gameinstall
- path: userData
pattern: "*.bin"
recursive: true
root: gameinstall
- path: userData
pattern: "*.cfg"
recursive: true
root: gameinstall
- path: userData
pattern: "*.bkp"
recursive: true
root: gameinstall
- path: userData
pattern: "*.crc"
recursive: true
root: gameinstall
overrides:
- os: MacOS
osCompare: "="
pathTransforms:
- find: userData
replace: Country Tales 2 Collectors Edition
root: gameinstall
useInstead: MacAppSupport
installDir: Country Tales 2
launch:
- config:
oslist: windows
executable: ctales2.exe
type: default
- config:
oslist: macos
executable: ctales2_mac_steam.app
type: default
- config:
oslist: linux
executable: ctales2_steam_linux_x64
type: default
2985610: 2985610:
cloud: cloud:
saves: saves:
@ -606464,6 +606554,51 @@
3438990: {} 3438990: {}
3445490: {} 3445490: {}
3447740: {} 3447740: {}
3450600:
cloud:
saves:
- path: userData
pattern: "*.sav"
recursive: true
root: gameinstall
- path: userData
pattern: "*.bin"
recursive: true
root: gameinstall
- path: userData
pattern: "*.cfg"
recursive: true
root: gameinstall
- path: userData
pattern: "*.bkp"
recursive: true
root: gameinstall
- path: userData
pattern: "*.crc"
recursive: true
root: gameinstall
overrides:
- os: MacOS
osCompare: "="
pathTransforms:
- find: userData
replace: "King's Legacy 2 Collectors Edition"
root: gameinstall
useInstead: MacAppSupport
installDir: "King's Legacy A Crown Divided Collector's Edition"
launch:
- config:
oslist: windows
executable: kingslegacy2.exe
type: default
- config:
oslist: macos
executable: kingslegacy2_mac_steam.app
type: default
- config:
oslist: linux
executable: kingslegacy2_steam_linux_x64
type: default
3461480: {} 3461480: {}
3461490: 3461490:
cloud: cloud:

View file

@ -36157,6 +36157,15 @@ Caveman Warriors:
Caveman adventures: Caveman adventures:
pageId: 110544 pageId: 110544
steam: 928490 steam: 928490
Cavemen Tales:
cloud:
steam: true
pageId: 202414
steam: 1753510
templates:
- "{{Game data/config|Windows|{{p|game}}\\userData\\*.cfg}}"
- "{{Game data/saves|Windows|{{p|game}}\\userData\\*.sav|{{p|game}}\\userData\\*.bin|{{p|game}}\\userData\\*.bkp|{{p|game}}\\userData\\*.crc}}"
- "{{Game data/saves|OS X|{{p|osxhome}}/Library/Application Support/Cavemen Tales}}"
Caver: Caver:
pageId: 87565 pageId: 87565
steam: 790700 steam: 790700
@ -44871,6 +44880,15 @@ Country Road VR:
Country Tales: Country Tales:
pageId: 46687 pageId: 46687
steam: 394270 steam: 394270
"Country Tales 2: New Frontiers":
cloud:
steam: true
pageId: 202412
steam: 2983790
templates:
- "{{Game data/config|Windows|{{p|game}}\\userData\\*.cfg}}"
- "{{Game data/saves|Windows|{{p|game}}\\userData\\*.sav|{{p|game}}\\userData\\*.bin|{{p|game}}\\userData\\*.bkp|{{p|game}}\\userData\\*.crc}}"
- "{{Game data/saves|OS X|{{p|osxhome}}/Library/Application Support/Country Tales 2 Collectors Edition}}"
Country of One: Country of One:
pageId: 62180 pageId: 62180
steam: 598720 steam: 598720
@ -67004,6 +67022,14 @@ Echo:
templates: templates:
- "{{Game data/config|Windows|{{p|localappdata}}\\Echo\\Saved\\Config\\WindowsNoEditor\\|{{p|localappdata}}\\Echo\\Saved\\Config\\}}" - "{{Game data/config|Windows|{{p|localappdata}}\\Echo\\Saved\\Config\\WindowsNoEditor\\|{{p|localappdata}}\\Echo\\Saved\\Config\\}}"
- "{{Game data/saves|Windows|{{p|localappdata}}\\Echo\\Saved\\SaveGames\\}}" - "{{Game data/saves|Windows|{{p|localappdata}}\\Echo\\Saved\\SaveGames\\}}"
Echo (Echo Project):
lutris: echo--1
pageId: 202419
templates:
- "{{Game data/config|Windows|{{p|appdata}}\\RenPy\\Echo-1433615853\\persistent}}"
- "{{Game data/config|Linux|~/.renpy/Echo-1433615853/persistent}}"
- "{{Game data/saves|Windows|{{p|appdata}}\\RenPy\\Echo-1433615853}}"
- "{{Game data/saves|Linux|~/.renpy/Echo-1433615853}}"
Echo (Nobody Studio): Echo (Nobody Studio):
pageId: 81372 pageId: 81372
steam: 751320 steam: 751320
@ -75383,7 +75409,6 @@ Fallout 3:
gogSide: gogSide:
- 1454315831 - 1454315831
lutris: fallout-3-game-of-the-year-edition lutris: fallout-3-game-of-the-year-edition
malformed: true
pageId: 198 pageId: 198
steam: 22300 steam: 22300
steamSide: steamSide:
@ -79521,7 +79546,6 @@ Five Keys to Exit:
pageId: 82318 pageId: 82318
steam: 790160 steam: 790160
Five Magical Amulets: Five Magical Amulets:
malformed: true
pageId: 202163 pageId: 202163
Five Nations: Five Nations:
pageId: 171465 pageId: 171465
@ -105494,7 +105518,7 @@ Iggle Pop!:
pageId: 66985 pageId: 66985
steam: 671560 steam: 671560
Igneous: Igneous:
malformed: true lutris: igneous
pageId: 202319 pageId: 202319
Ignis: Ignis:
pageId: 79436 pageId: 79436
@ -114626,6 +114650,15 @@ King rocket:
steam: true steam: true
pageId: 126313 pageId: 126313
steam: 996080 steam: 996080
"King's Legacy: A Crown Divided":
cloud:
steam: true
pageId: 202416
steam: 3450600
templates:
- "{{Game data/config|Windows|{{p|game}}\\userData\\*.cfg}}"
- "{{Game data/saves|Windows|{{p|game}}\\userData\\*.sav|{{p|game}}\\userData\\*.bin|{{p|game}}\\userData\\*.bkp|{{p|game}}\\userData\\*.crc}}"
- "{{Game data/saves|OS X|{{p|osxhome}}/Library/Application Support/King's Legacy 2 Collectors Edition}}"
"King's Quest (2015)": "King's Quest (2015)":
lutris: kings-quest lutris: kings-quest
pageId: 23038 pageId: 23038
@ -131648,7 +131681,7 @@ Mental House:
pageId: 144743 pageId: 144743
steam: 1005420 steam: 1005420
Mental Repairs Inc: Mental Repairs Inc:
malformed: true lutris: mental-repairs-inc
pageId: 202320 pageId: 202320
Menzoberranzan: Menzoberranzan:
cloud: cloud:
@ -198143,6 +198176,7 @@ Stardust Demon:
steam: true steam: true
lutris: stardust-demon lutris: stardust-demon
pageId: 202121 pageId: 202121
steam: 751320
templates: templates:
- "{{Game data/config|Windows|{{P|userprofile}}\\AppData\\Roaming\\Stencyl\\Stardust Demon}}" - "{{Game data/config|Windows|{{P|userprofile}}\\AppData\\Roaming\\Stencyl\\Stardust Demon}}"
- "{{Game data/saves|Windows|{{P|userprofile}}\\AppData\\Roaming\\Stencyl\\Stardust Demon}}" - "{{Game data/saves|Windows|{{P|userprofile}}\\AppData\\Roaming\\Stencyl\\Stardust Demon}}"

View file

@ -4,11 +4,7 @@
* [Delta Force (2024)](https://www.pcgamingwiki.com/wiki/?curid=195527) * [Delta Force (2024)](https://www.pcgamingwiki.com/wiki/?curid=195527)
* [Drawn: Trail of Shadows](https://www.pcgamingwiki.com/wiki/?curid=56148) * [Drawn: Trail of Shadows](https://www.pcgamingwiki.com/wiki/?curid=56148)
* [Escape from Tarkov](https://www.pcgamingwiki.com/wiki/?curid=75944) * [Escape from Tarkov](https://www.pcgamingwiki.com/wiki/?curid=75944)
* [Fallout 3](https://www.pcgamingwiki.com/wiki/?curid=198)
* [Five Magical Amulets](https://www.pcgamingwiki.com/wiki/?curid=202163)
* [Hammerwatch II](https://www.pcgamingwiki.com/wiki/?curid=201224) * [Hammerwatch II](https://www.pcgamingwiki.com/wiki/?curid=201224)
* [Igneous](https://www.pcgamingwiki.com/wiki/?curid=202319)
* [Mental Repairs Inc](https://www.pcgamingwiki.com/wiki/?curid=202320)
* [Project Nomads](https://www.pcgamingwiki.com/wiki/?curid=160544) * [Project Nomads](https://www.pcgamingwiki.com/wiki/?curid=160544)
* [Rooks Keep](https://www.pcgamingwiki.com/wiki/?curid=13496) * [Rooks Keep](https://www.pcgamingwiki.com/wiki/?curid=13496)
* [Shadow Complex Remastered](https://www.pcgamingwiki.com/wiki/?curid=30035) * [Shadow Complex Remastered](https://www.pcgamingwiki.com/wiki/?curid=30035)