Skip to content

Commit

Permalink
Add METAL GEAR SOLID 2: Sons of Liberty support.(unverified)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraJkr authored Jan 22, 2024
1 parent 24d1e6e commit 315acf5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions games/game_metalgearsolid2mc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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"

0 comments on commit 315acf5

Please sign in to comment.