Files

16 lines
411 B
Python
Raw Permalink Normal View History

2022-07-28 15:05:44 -05:00
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"
2022-07-28 15:10:56 -05:00
GameNexusId = 4095
GameSteamId = 1446780