Guest User

Untitled

a guest
Mar 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.97 KB | None | 0 0
  1. @@ -87,19 +87,19 @@ class GameVersion(enum.Enum):
  2.      # HD Edition v4.7+ with African Kingdoms. Maybe 4.6 as well.
  3.      age2_hd_ak = (
  4.          12.0,
  5.          "Age of Empires 2: HD + African Kingdoms (Version 4.7+)",
  6.          Support.yes,
  7. -        {'AoK HD.exe', 'resources/_common/dat/empires2_x2_p1.dat',
  8. +        {'ZZZ AoK HD.exe', 'resources/_common/dat/empires2_x2_p1.dat',
  9.           'resources/_packages/african-kingdoms/config.json'},
  10.      )
  11.      # HD Edition v5.1+ with Rise of the Rajas
  12.      age2_hd_rajas = (
  13.          12.0,
  14.          "Age of Empires 2: HD + Rise of the Rajas (Version 5.x)",
  15.          Support.breaks,
  16. -        {'AoK HD.exe', 'resources/_common/dat/empires2_x2_p1.dat',
  17. +        {'ZZZ AoK HD.exe', 'resources/_common/dat/empires2_x2_p1.dat',
  18.           'resources/_packages/rise-of-the-rajas/config.json'},
  19.      )
  20.  
  21.      def __init__(self, engine_version, description, support, required_files=None):
  22.          self.engine_version = engine_version
Advertisement
Add Comment
Please, Sign In to add comment