Files

18 lines
516 B
Python
Raw Permalink Normal View History

2025-04-25 08:23:10 +02:00
from ..basic_game import BasicGame
class MetalGearSolid2MCGame(BasicGame):
Name = (
"METAL GEAR SOLID 2: Sons of Liberty - Master Collection Version Support Plugin"
)
Author = "AkiraJkr"
Version = "1.0.0"
GameName = "METAL GEAR SOLID 2: Sons of Liberty - Master Collection Version"
GameShortName = "metalgearsolid2mc"
GameNexusName = "metalgearsolid2mc"
GameSteamId = 2131640
GameBinary = "METAL GEAR SOLID2.exe"
GameDataPath = ""
GameLauncher = "launcher.exe"