aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/games/game_metalgearsolid2mc.py
blob: 30804b8609c512289465ea36fe920a23190c8bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"