diff --git a/data/manifest.yaml b/data/manifest.yaml index c248c916..77a69ee8 100644 --- a/data/manifest.yaml +++ b/data/manifest.yaml @@ -204903,16 +204903,25 @@ EEP eisenbahn.exe 14: id: 985500 EFMB: files: + "/assets/options.ini": + tags: + - config + when: + - os: linux + "/.config/EFMB/config.ini": + tags: + - save + when: + - os: linux "/EFMB/config.ini": tags: - config when: - os: windows - No save functional.: + registry: + HKEY_CURRENT_USER/Software/Game Maker/Scores/526381001: tags: - save - when: - - os: windows EFootball: files: "/KONAMI/eFootball/MS": @@ -267678,11 +267687,26 @@ Gauntlet of IRE: id: 754540 Gaurodan: files: + "/.config/Gaurodan/config.ini": + tags: + - config + when: + - os: linux + "/.config/Gaurodan/hiscore.ini": + tags: + - save + when: + - os: linux "/Gaurodan/config.ini": tags: - config when: - os: windows + "/Gaurodan/hiscore.ini": + tags: + - save + when: + - os: windows Gay Battlegrounds: steam: id: 890510 @@ -395280,9 +395304,24 @@ Malatzshia: id: 1065560 Maldita Castilla: files: - "/Maldita_Castilla/config.ini": + "/assets/options.ini": tags: - config + when: + - os: linux + "/.config/maldita_castilla_arcade_cabinet/hiscore.ini": + tags: + - save + when: + - os: linux + "/maldita_castilla_arcade_cabinet/config.ini": + tags: + - config + when: + - os: windows + "/maldita_castilla_arcade_cabinet/hiscore.ini": + tags: + - save when: - os: windows Maldrin Journey: @@ -454767,6 +454806,27 @@ Odd Realm: store: steam steam: id: 688060 +Odd Remedy: + files: + "/AppData/LocalLow/Oddscure/OddRemedy/saves": + tags: + - config + - save + when: + - os: windows + installDir: + OddRemedy: {} + launch: + "/OddRemedy.exe": + - when: + - os: windows + store: steam + "/OddRemedy.x86_64": + - when: + - os: linux + store: steam + steam: + id: 1745680 OddBallers: installDir: OddBallers: {} @@ -703693,6 +703753,20 @@ Tokyo Chronos: TOKYO CHRONOS: {} steam: id: 1031440 +Tokyo Clanpool: + files: + "/TokyoClanpool.ini": + tags: + - config + when: + - os: windows + "/My Games/Eastasiasoft/Tokyo Clanpool": + tags: + - save + when: + - os: windows + gog: + id: 1575044460 Tokyo Dark: files: "/TokyoDark/User Data/Default": diff --git a/data/missing.md b/data/missing.md index 059f8234..1a388e7e 100644 --- a/data/missing.md +++ b/data/missing.md @@ -6558,6 +6558,7 @@ * [Deep Ones](https://www.pcgamingwiki.com/wiki/?curid=69326) * [Deep Race: Battle](https://www.pcgamingwiki.com/wiki/?curid=144673) * [Deep Race: Space](https://www.pcgamingwiki.com/wiki/?curid=134636) +* [Deep Raider](https://www.pcgamingwiki.com/wiki/?curid=200493) * [Deep Rest](https://www.pcgamingwiki.com/wiki/?curid=105475) * [Deep Sea Endurance](https://www.pcgamingwiki.com/wiki/?curid=127345) * [Deep Sea Tycoon: Diver's Paradise](https://www.pcgamingwiki.com/wiki/?curid=141661) diff --git a/data/steam-game-cache.yaml b/data/steam-game-cache.yaml index 199db9a0..fb4f8836 100644 --- a/data/steam-game-cache.yaml +++ b/data/steam-game-cache.yaml @@ -567435,6 +567435,23 @@ - executable: LUNACID.exe nameLocalized: schinese: 月下之癫 +1745680: + installDir: OddRemedy + launch: + - config: + oslist: windows + executable: OddRemedy.exe + type: default + - config: + oslist: linux + executable: OddRemedy.x86_64 + type: default + - arguments: "-force-opengl" + config: + oslist: windows + description: (using OpenGL) + executable: OddRemedy.exe + type: option2 1745690: installDir: Deluge Threnody of Crashing Waves launch: diff --git a/data/wiki-game-cache.yaml b/data/wiki-game-cache.yaml index 84d79d6e..8d98f116 100644 --- a/data/wiki-game-cache.yaml +++ b/data/wiki-game-cache.yaml @@ -53375,6 +53375,8 @@ Deep Ones: "Deep Race: Space": pageId: 134636 steam: 1059160 +Deep Raider: + pageId: 200493 Deep Rest: pageId: 105475 steam: 880700 @@ -64808,7 +64810,9 @@ EFMB: pageId: 131404 templates: - "{{Game data/config|Windows|{{p|localappdata}}\\EFMB\\config.ini}}" - - "{{Game data/saves|Windows|No save functional.}}" + - "{{Game data/config|Linux|{{P|game}}/assets/options.ini}}" + - "{{Game data/saves|Windows|{{p|hkcu}}\\Software\\Game Maker\\Scores\\526381001\\}}" + - "{{Game data/saves|Linux|{{P|linuxhome}}/.config/EFMB/config.ini}}" EFootball: pageId: 170186 renamedFrom: @@ -84994,6 +84998,9 @@ Gaurodan: pageId: 131422 templates: - "{{Game data/config|Windows|{{p|localappdata}}\\Gaurodan\\config.ini}}" + - "{{Game data/config|Linux|{{P|linuxhome}}/.config/Gaurodan/config.ini}}" + - "{{Game data/saves|Windows|{{p|localappdata}}\\Gaurodan\\hiscore.ini}}" + - "{{Game data/saves|Linux|{{P|linuxhome}}/.config/Gaurodan/hiscore.ini}}" Gay Battlegrounds: pageId: 100054 steam: 890510 @@ -125660,7 +125667,10 @@ Malatzshia: Maldita Castilla: pageId: 131407 templates: - - "{{Game data/config|Windows|{{p|localappdata}}\\Maldita_Castilla\\config.ini}}" + - "{{Game data/config|Windows|{{p|localappdata}}\\maldita_castilla_arcade_cabinet\\config.ini}}" + - "{{Game data/config|Linux|{{P|game}}/assets/options.ini}}" + - "{{Game data/saves|Windows|{{p|localappdata}}\\maldita_castilla_arcade_cabinet\\hiscore.ini}}" + - "{{Game data/saves|Linux|{{P|linuxhome}}/.config/maldita_castilla_arcade_cabinet/hiscore.ini}}" Maldrin Journey: pageId: 135592 steam: 1070400 @@ -145036,6 +145046,12 @@ Odd Realm: - "{{Game data/config|Linux|{{P|xdgconfighome}}/unity3d/Unknown Origin Games/OddRealm}}" - "{{Game data/saves|Windows|{{p|userprofile\\appdata\\locallow}}\\Unknown Origin Games\\Odd Realm}}" - "{{Game data/saves|Linux|{{P|xdgconfighome}}/unity3d/Unknown Origin Games/OddRealm}}" +Odd Remedy: + pageId: 200488 + steam: 1745680 + templates: + - "{{Game data/config| Windows | {{p|userprofile\\appdata\\locallow}}\\Oddscure\\OddRemedy\\saves}}" + - "{{Game data/saves| Windows | {{p|userprofile\\appdata\\locallow}}\\Oddscure\\OddRemedy\\saves}}" OddBallers: pageId: 139752 steam: 1064070 @@ -223933,6 +223949,13 @@ Tokyo Babel: Tokyo Chronos: pageId: 130068 steam: 1031440 +Tokyo Clanpool: + gog: 1575044460 + malformed: true + pageId: 200490 + templates: + - "{{Game data/config|Windows|{{p|game}}\\TokyoClanpool.ini}}" + - "{{Game data/saves|Windows|{{p|userprofile\\Documents}}\\My Games\\Eastasiasoft\\Tokyo Clanpool}}" Tokyo Dark: pageId: 69587 steam: 687260 diff --git a/data/wiki-malformed.md b/data/wiki-malformed.md index 23317994..ea68f2a0 100644 --- a/data/wiki-malformed.md +++ b/data/wiki-malformed.md @@ -10,6 +10,7 @@ * [Street Legal](https://www.pcgamingwiki.com/wiki/?curid=76838) * [The Battle for Wesnoth](https://www.pcgamingwiki.com/wiki/?curid=17699) * [The First Templar](https://www.pcgamingwiki.com/wiki/?curid=40982) +* [Tokyo Clanpool](https://www.pcgamingwiki.com/wiki/?curid=200490) * [Unrailed! 2: Back on Track](https://www.pcgamingwiki.com/wiki/?curid=199170) * [XIII](https://www.pcgamingwiki.com/wiki/?curid=3514) * [Zone of the Enders: The 2nd Runner MARS](https://www.pcgamingwiki.com/wiki/?curid=90671)