From dad7de1e534837f9ea677925e7c87a3d816f9baa Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Sun, 24 May 2026 00:19:52 -0500 Subject: Update MO2 beta 12 integration --- libs/basic_games/README.md | 2 +- libs/basic_games/games/game_darkestdungeon.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/basic_games') diff --git a/libs/basic_games/README.md b/libs/basic_games/README.md index 2c0e98b..f8cb397 100644 --- a/libs/basic_games/README.md +++ b/libs/basic_games/README.md @@ -80,7 +80,7 @@ You can rename `modorganizer-basic_games-xxx` to whatever you want (e.g., `basic | Tony Hawk's Underground 2 | [uwx](https://github.com/uwx) | [game_thug2.py](games/game_thug2.py) | | | Trackmania United Forever — [STEAM](https://store.steampowered.com/app/7200/Trackmania_United_Forever/) | [uwx](https://github.com/uwx) | [game_tmuf.py](games/game_tmuf.py) | | | Yu-Gi-Oh! Master Duel — [STEAM](https://store.steampowered.com/app/1449850/) | [The Conceptionist](https://github.com/the-conceptionist) & [uwx](https://github.com/uwx) | [game_masterduel.py](games/game_masterduel.py) | | -| Zeus and Poseidon — [GOG](https://www.gog.com/game/zeus_poseidon) / [STEAM](https://store.steampowered.com/app/566050/Zeus__Poseidon/) | [Holt59](https://github.com/holt59/) | [game_zeusandpoiseidon.py](games/game_zeusandpoiseidon.py) | | +| Zeus and Poseidon — [GOG](https://www.gog.com/game/zeus_poseidon) / [STEAM](https://store.steampowered.com/app/566050/Zeus__Poseidon/) | [Holt59](https://github.com/holt59/) | [game_zeusandposeidon.py](games/game_zeusandposeidon.py) | | ## How to add a new game? diff --git a/libs/basic_games/games/game_darkestdungeon.py b/libs/basic_games/games/game_darkestdungeon.py index 5c3ae4e..cfe429a 100644 --- a/libs/basic_games/games/game_darkestdungeon.py +++ b/libs/basic_games/games/game_darkestdungeon.py @@ -166,7 +166,7 @@ class DarkestDungeonGame(BasicGame): GameNexusName = "darkestdungeon" GameNexusId = 804 GameSteamId = 262060 - GameGogId = 1719198803 + GameGogId = 1450711444 GameBinary = "_windows/win64/Darkest.exe" GameDataPath = "" GameDocumentsDirectory = "%DOCUMENTS%/Darkest" -- cgit v1.3.1