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


class MonsterHunterRiseGame(BasicGame):
    Name = "Monster Hunter: Rise Support Plugin"
    Author = "RodolfoFigueroa"
    Version = "1.0.0"

    GameName = "Monster Hunter: Rise"
    GameShortName = "monsterhunterrise"
    GameBinary = "MonsterHunterRise.exe"
    GameDataPath = "%GAME_PATH%"
    GameSaveExtension = "bin"
    GameNexusId = 4095
    GameSteamId = 1446780