Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @@ -87,19 +87,19 @@ class GameVersion(enum.Enum):
- # HD Edition v4.7+ with African Kingdoms. Maybe 4.6 as well.
- age2_hd_ak = (
- 12.0,
- "Age of Empires 2: HD + African Kingdoms (Version 4.7+)",
- Support.yes,
- - {'AoK HD.exe', 'resources/_common/dat/empires2_x2_p1.dat',
- + {'ZZZ AoK HD.exe', 'resources/_common/dat/empires2_x2_p1.dat',
- 'resources/_packages/african-kingdoms/config.json'},
- )
- # HD Edition v5.1+ with Rise of the Rajas
- age2_hd_rajas = (
- 12.0,
- "Age of Empires 2: HD + Rise of the Rajas (Version 5.x)",
- Support.breaks,
- - {'AoK HD.exe', 'resources/_common/dat/empires2_x2_p1.dat',
- + {'ZZZ AoK HD.exe', 'resources/_common/dat/empires2_x2_p1.dat',
- 'resources/_packages/rise-of-the-rajas/config.json'},
- )
- def __init__(self, engine_version, description, support, required_files=None):
- self.engine_version = engine_version
Advertisement
Add Comment
Please, Sign In to add comment