aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-24 00:19:52 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-24 00:19:52 -0500
commitdad7de1e534837f9ea677925e7c87a3d816f9baa (patch)
tree03cfdf13f932f23d5a626ca66bd9615a614bcba6 /libs/basic_games
parent12ce612e00af99990d364b1b74aca39e81b4d56f (diff)
Update MO2 beta 12 integration
Diffstat (limited to 'libs/basic_games')
-rw-r--r--libs/basic_games/README.md2
-rw-r--r--libs/basic_games/games/game_darkestdungeon.py2
2 files changed, 2 insertions, 2 deletions
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) | <ul><li>mod data checker</li></ul> |
+| 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) | <ul><li>mod data checker</li></ul> |
## 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"