diff --git a/data/manifest.yaml b/data/manifest.yaml index 2a3773e4..64e9f3e8 100644 --- a/data/manifest.yaml +++ b/data/manifest.yaml @@ -199677,6 +199677,21 @@ Dust n Wheels: steam: id: 236090 Dustborn: + files: + "/AppData/LocalLow/Red Thread Games/Dustborn/SaveGames": + when: + - store: steam + "/Library/Application Support/Red Thread Games/Dustborn/SaveGames": + when: + - os: mac + store: steam + installDir: + Dustborn: {} + launch: + "/Dustborn.exe": + - when: + - os: windows + store: steam steam: id: 721180 Dustbowl: @@ -285151,6 +285166,37 @@ Guts and Syringes: - config steam: id: 1284410 +Gyakuten Saiban 2 PC: + files: + "/Data/save": + tags: + - save + when: + - os: windows + "/setting.ini": + tags: + - config + when: + - os: windows +Gyakuten Saiban 3 PC: + files: + "/Data/save": + tags: + - save + when: + - os: windows + "/setting.ini": + tags: + - config + when: + - os: windows +Gyakuten Saiban PC: + files: + "/Data/Save": + tags: + - save + when: + - os: windows Gylt: cloud: steam: true @@ -385557,6 +385603,12 @@ Mage VR -Mini Version-: steam: id: 270610 MageQuit: + files: + "/AppData/LocalLow/Bowlcut Studios/MageQuit/prefs.bin": + tags: + - save + when: + - os: windows installDir: MageQuit: {} launch: @@ -473933,6 +473985,8 @@ Phoenix Tales: store: steam steam: id: 1187490 +"Phoenix Wright: Ace Attorney": + alias: Gyakuten Saiban PC "Phoenix Wright: Ace Attorney Trilogy": cloud: steam: true @@ -509312,6 +509366,11 @@ Ratatouille: - save when: - os: windows + "/Documents/ratatouille.ini": + tags: + - config + when: + - os: mac "/Asobo Studio/Ratatouille": tags: - save @@ -604568,18 +604627,15 @@ SteamWorld Heist II: epic: true steam: true files: - "/Thunderful/SteamWorld Heist II//*.cfg": + "/Thunderful/SteamWorld Heist II": tags: - config when: - os: windows - "/Thunderful/SteamWorld Heist II//*.dat": - tags: - - save - when: - - os: windows - "/Thunderful/SteamWorld Heist II//*.xml": + store: gog + "/Thunderful/SteamWorld Heist II/": tags: + - config - save when: - os: windows diff --git a/data/missing.md b/data/missing.md index 42a09831..8447dca2 100644 --- a/data/missing.md +++ b/data/missing.md @@ -7808,7 +7808,6 @@ * [Dust and Echos: Vengeance](https://www.pcgamingwiki.com/wiki/?curid=103975) * [Dust On Wheels](https://www.pcgamingwiki.com/wiki/?curid=130020) * [DUST-UP](https://www.pcgamingwiki.com/wiki/?curid=128022) -* [Dustborn](https://www.pcgamingwiki.com/wiki/?curid=165611) * [Dustbowl](https://www.pcgamingwiki.com/wiki/?curid=47869) * [DUSTNET](https://www.pcgamingwiki.com/wiki/?curid=135590) * [Dustwun](https://www.pcgamingwiki.com/wiki/?curid=81145) @@ -14931,6 +14930,7 @@ * [Lots of Balls](https://www.pcgamingwiki.com/wiki/?curid=81717) * [LOTUS Minigames: Berlin Traffic](https://www.pcgamingwiki.com/wiki/?curid=141092) * [LOTUS Minigames: United Nations](https://www.pcgamingwiki.com/wiki/?curid=125775) +* [Lotus: The Ultimate Challenge](https://www.pcgamingwiki.com/wiki/?curid=197298) * [Loud House: Outta Control](https://www.pcgamingwiki.com/wiki/?curid=157979) * [Loud or Quiet](https://www.pcgamingwiki.com/wiki/?curid=73953) * [Louvre: The Messenger](https://www.pcgamingwiki.com/wiki/?curid=179829) @@ -15207,7 +15207,6 @@ * [Mage Noir - Infinity](https://www.pcgamingwiki.com/wiki/?curid=179361) * [Mage VR -Mini Version-](https://www.pcgamingwiki.com/wiki/?curid=125074) * [Mage VR: The Lost Memories](https://www.pcgamingwiki.com/wiki/?curid=129695) -* [MageQuit](https://www.pcgamingwiki.com/wiki/?curid=56270) * [MageWorks](https://www.pcgamingwiki.com/wiki/?curid=42149) * [Maggie's Apartment](https://www.pcgamingwiki.com/wiki/?curid=65708) * [Maggie's Farmyard Adventure](https://www.pcgamingwiki.com/wiki/?curid=186454) @@ -18763,7 +18762,6 @@ * [Phlyndir](https://www.pcgamingwiki.com/wiki/?curid=144369) * [Phobia](https://www.pcgamingwiki.com/wiki/?curid=63414) * [Phoenix Dynasty 2](https://www.pcgamingwiki.com/wiki/?curid=67835) -* [Phoenix Wright: Ace Attorney](https://www.pcgamingwiki.com/wiki/?curid=176123) * [Phonopolis](https://www.pcgamingwiki.com/wiki/?curid=178546) * [Photo Finish](https://www.pcgamingwiki.com/wiki/?curid=114544) * [Photo Quiz - Animals](https://www.pcgamingwiki.com/wiki/?curid=153626) diff --git a/data/steam-game-cache.yaml b/data/steam-game-cache.yaml index 366405aa..51143a38 100644 --- a/data/steam-game-cache.yaml +++ b/data/steam-game-cache.yaml @@ -295939,6 +295939,27 @@ executable: BounceBall.exe type: none 721180: + cloud: + saves: + - path: Red Thread Games/Dustborn/SaveGames + pattern: "*" + recursive: true + root: WinAppDataLocalLow + overrides: + - os: MacOS + osCompare: "=" + pathTransforms: + - find: Red Thread Games/Dustborn/SaveGames + replace: /Library/Application Support/Red Thread Games/Dustborn/SaveGames + root: WinAppDataLocalLow + useInstead: MacHome + installDir: Dustborn + launch: + - config: + oslist: windows + description: Launch + executable: Dustborn.exe + type: none nameLocalized: japanese: DUSTBORN / ダストボーン schinese: 尘路之旅 diff --git a/data/wiki-game-cache.yaml b/data/wiki-game-cache.yaml index e9c758d4..f55c444d 100644 --- a/data/wiki-game-cache.yaml +++ b/data/wiki-game-cache.yaml @@ -90230,6 +90230,22 @@ Guts and Syringes: templates: - "{{Game data/config|Windows|{{P|userprofile}}\\AppData\\LocalLow\\CDProjektRED\\Gwent|{{p|HKCU}}\\Software\\CDProjektRED\\Gwent\\}}" - "{{Game data/saves|Windows|{{P|userprofile}}\\AppData\\LocalLow\\CDProjektRED\\Gwent\\}}" +Gyakuten Saiban 2 PC: + pageId: 197295 + templates: + - "{{Game data/config|Windows|{{p|game}}\\setting.ini}}" + - "{{Game data/saves|Windows|{{p|game}}\\Data\\save}}" +Gyakuten Saiban 3 PC: + pageId: 197296 + templates: + - "{{Game data/config|Windows|{{p|game}}\\setting.ini}}" + - "{{Game data/saves|Windows|{{p|game}}\\Data\\save}}" +Gyakuten Saiban PC: + pageId: 176123 + renamedFrom: + - "Phoenix Wright: Ace Attorney" + templates: + - "{{Game data/saves|Windows|{{p|game}}\\Data\\Save}}" Gylt: cloud: steam: true @@ -119591,6 +119607,8 @@ Lotus Challenge: templates: - "{{Game data/config|Windows|{{p|game}}\\data\\}}" - "{{Game data/saves|Windows|{{p|userprofile\\Documents}}\\Lotus Challenge\\SaveGame\\}}" +"Lotus: The Ultimate Challenge": + pageId: 197298 "Loud House: Outta Control": pageId: 157979 Loud on Planet X: @@ -122131,6 +122149,8 @@ Mage VR -Mini Version-: MageQuit: pageId: 56270 steam: 572220 + templates: + - "{{Game data/saves|Windows|{{P|userprofile\\appdata\\LocalLow}}\\Bowlcut Studios\\MageQuit\\prefs.bin}}" MageSlayer: pageId: 14473 templates: @@ -150831,8 +150851,6 @@ Phoenix Point: Phoenix Tales: pageId: 153334 steam: 1187490 -"Phoenix Wright: Ace Attorney": - pageId: 176123 "Phoenix Wright: Ace Attorney Trilogy": cloud: steam: true @@ -161938,7 +161956,7 @@ Ratatouille: pageId: 87821 templates: - "{{Game data/config|Windows|{{P|hkcu}}\\Software\\Asobo Studio\\Ratatouille}}" - - "{{Game data/config|OS X|{{folder|~/Documents/ratatouille.ini}}}}" + - "{{Game data/config|OS X|{{P|osxhome}}/Documents/ratatouille.ini}}" - "{{Game data/saves|Windows|{{p|localappdata}}\\Asobo Studio\\Ratatouille|{{p|USERPROFILE}}\\Documents\\Asobo Studio\\Ratatouille}}" "Ratchet & Clank: Rift Apart": cloud: @@ -192067,8 +192085,9 @@ SteamWorld Heist II: pageId: 194474 steam: 2396240 templates: - - "{{Game data/config|Windows|{{p|appdata}}\\Thunderful\\SteamWorld Heist II\\{{p|uid}}\\*.cfg}}" - - "{{Game data/saves|Windows|{{p|appdata}}\\Thunderful\\SteamWorld Heist II\\{{p|uid}}\\*.dat|{{p|appdata}}\\Thunderful\\SteamWorld Heist II\\{{p|uid}}\\*.xml}}" + - "{{Game data/config|GOG.com|{{p|appdata}}\\Thunderful\\SteamWorld Heist II\\}}" + - "{{Game data/config|Windows|{{p|appdata}}\\Thunderful\\SteamWorld Heist II\\{{p|uid}}\\}}" + - "{{Game data/saves|Windows|{{p|appdata}}\\Thunderful\\SteamWorld Heist II\\{{p|uid}}\\}}" "SteamWorld Quest: Hand of Gilgamech": cloud: gog: true