aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/games/game_monsterhunterwilds.py
blob: 419377ca8af45b61aaa5031bba98bffb57e2c8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from ..basic_game import BasicGame


class MonsterHunterWildsGame(BasicGame):
    Name = "Monster Hunter: Wilds Support Plugin"
    Author = "AbyssDragnonModding"
    Version = "1.0.0"

    GameName = "Monster Hunter: Wilds"
    GameShortName = "monsterhunterwilds"
    GameBinary = "MonsterHunterWilds.exe"
    GameDataPath = "%GAME_PATH%"
    GameSaveExtension = "bin"
    GameNexusId = 6993
    GameSteamId = 2246340