Add Monster Hunter Rise support

This commit is contained in:
RodolfoFigueroa
2022-07-28 15:05:44 -05:00
parent 16939ac6c7
commit 2fc690b866
+15
View File
@@ -0,0 +1,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 = 848
GameSteamId = 1446780