mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Add Monster Hunter Rise support
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user