From ee35ccbf900df31ba0af931317188e34261d8d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Wed, 3 Mar 2021 18:57:12 +0100 Subject: [PATCH] Add Monter Hunter: World support. --- games/game_monsterhunterworld.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 games/game_monsterhunterworld.py diff --git a/games/game_monsterhunterworld.py b/games/game_monsterhunterworld.py new file mode 100644 index 0000000..c546bb5 --- /dev/null +++ b/games/game_monsterhunterworld.py @@ -0,0 +1,18 @@ +from ..basic_game import BasicGame + + +class MonsterHunterWorldGame(BasicGame): + + Name = "Monster Hunter: World Support Plugin" + Author = "prz" + Version = "1.0.0" + + GameName = "Monster Hunter: World" + GameShortName = "monsterhunterworld" + GameNexusName = "monsterhunterworld" + GameNexusId = 2531 + GameBinary = "MonsterHunterWorld.exe" + GameLauncher = "MonsterHunterWorld.exe" + GameDataPath = "%GAME_PATH%" + GameSaveExtension = "dat" + GameSteamId = 582010