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