Skip to content

Commit

Permalink
Add METAL GEAR SOLID 3: Snake Eater Support.
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraJkr authored Jan 22, 2024
1 parent ed34be3 commit 24d1e6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions games/game_metalgearsolid3mc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from ..basic_game import BasicGame


class MetalGearSolid3MCGame(BasicGame):
Name = "METAL GEAR SOLID 3: Snake Eater - Master Collection Version Support Plugin"
Author = "AkiraJkr"
Version = "1.0.0"

GameName = "METAL GEAR SOLID 3: Snake Eater - Master Collection Version"
GameShortName = "metalgearsolid3mc"
GameNexusName = "metalgearsolid3mc"
GameSteamId = 2131650
GameBinary = "METAL GEAR SOLID3.exe"
GameDataPath = ""
GameLauncher = "launcher.exe"

0 comments on commit 24d1e6e

Please sign in to comment.