diff --git a/__version__.py b/__version__.py
index 1fe683ec7..7d9b64230 100644
--- a/__version__.py
+++ b/__version__.py
@@ -1,4 +1,4 @@
# this file is auto-generated by the pre-commit hook increment_version.py
VERSION = "2024.12.05"
-COMMIT_HASH = "bf983f170"
-COMMIT_TIME = "Thu Dec 5 13:27:11 2024 +0100"
+COMMIT_HASH = "9ed54da95"
+COMMIT_TIME = "Thu Dec 5 15:18:44 2024 +0100"
diff --git a/constants/converter.py b/constants/converter.py
index 4b69a433a..f750eeb17 100644
--- a/constants/converter.py
+++ b/constants/converter.py
@@ -9,7 +9,7 @@
root_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
strs = ("mimes_name", "mimes_mime_hash", "mimes_mime_version", "mimes_triplet_count", "mimes_triplets", "files_pool_type", "files_set_pool_type")
ignores = ("triplet_count", )
-game_lut = {'DLA': 'Disneyland Adventures', 'JWE': 'Jurassic World Evolution', 'JWE2': 'Jurassic World Evolution 2', 'PC': 'Planet Coaster', 'PZ': 'Planet Zoo', 'ZTUAC': 'Zoo Tycoon Ultimate Animal Collection'
+game_lut = {'DLA': 'Disneyland Adventures', 'JWE': 'Jurassic World Evolution', 'JWE2': 'Jurassic World Evolution 2', 'PC': 'Planet Coaster', 'PZ': 'Planet Zoo', 'ZTUAC': 'Zoo Tycoon'
}
diff --git a/generated/formats/accountcustomisation/versions.py b/generated/formats/accountcustomisation/versions.py
index fcce76be9..aa3781509 100644
--- a/generated/formats/accountcustomisation/versions.py
+++ b/generated/formats/accountcustomisation/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = AccountcustomisationVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = AccountcustomisationVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = AccountcustomisationVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = AccountcustomisationVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = AccountcustomisationVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/accountlevelsdata/versions.py b/generated/formats/accountlevelsdata/versions.py
index 2d513c7a9..5e6478ca9 100644
--- a/generated/formats/accountlevelsdata/versions.py
+++ b/generated/formats/accountlevelsdata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = AccountlevelsdataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = AccountlevelsdataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = AccountlevelsdataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = AccountlevelsdataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = AccountlevelsdataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/achievements/versions.py b/generated/formats/achievements/versions.py
index 310e8e302..01b4247e7 100644
--- a/generated/formats/achievements/versions.py
+++ b/generated/formats/achievements/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = AchievementsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = AchievementsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = AchievementsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = AchievementsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = AchievementsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/animalresearch/versions.py b/generated/formats/animalresearch/versions.py
index 31db56c9f..b8b9c5677 100644
--- a/generated/formats/animalresearch/versions.py
+++ b/generated/formats/animalresearch/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = AnimalresearchVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = AnimalresearchVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = AnimalresearchVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = AnimalresearchVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = AnimalresearchVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/assetpacklist/versions.py b/generated/formats/assetpacklist/versions.py
index 3753b7406..6431729e1 100644
--- a/generated/formats/assetpacklist/versions.py
+++ b/generated/formats/assetpacklist/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = AssetpacklistVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = AssetpacklistVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = AssetpacklistVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = AssetpacklistVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = AssetpacklistVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/assetpackobjectlists/versions.py b/generated/formats/assetpackobjectlists/versions.py
index 9f7fbe2e1..1842ea61a 100644
--- a/generated/formats/assetpackobjectlists/versions.py
+++ b/generated/formats/assetpackobjectlists/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = AssetpackobjectlistsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = AssetpackobjectlistsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = AssetpackobjectlistsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = AssetpackobjectlistsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = AssetpackobjectlistsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/assetpkg/versions.py b/generated/formats/assetpkg/versions.py
index 5f4c04539..53a524dcb 100644
--- a/generated/formats/assetpkg/versions.py
+++ b/generated/formats/assetpkg/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = AssetpkgVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = AssetpkgVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = AssetpkgVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = AssetpkgVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = AssetpkgVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/bani/versions.py b/generated/formats/bani/versions.py
index 8a296ea59..04446df60 100644
--- a/generated/formats/bani/versions.py
+++ b/generated/formats/bani/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = BaniVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = BaniVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = BaniVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = BaniVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = BaniVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/biome/versions.py b/generated/formats/biome/versions.py
index 2c40c8655..686256ad7 100644
--- a/generated/formats/biome/versions.py
+++ b/generated/formats/biome/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = BiomeVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = BiomeVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = BiomeVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = BiomeVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = BiomeVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/bnk/versions.py b/generated/formats/bnk/versions.py
index 865c3cc83..0f815655c 100644
--- a/generated/formats/bnk/versions.py
+++ b/generated/formats/bnk/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = BnkVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = BnkVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = BnkVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = BnkVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = BnkVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/brush/versions.py b/generated/formats/brush/versions.py
index 6bd8a8a3a..6757a573d 100644
--- a/generated/formats/brush/versions.py
+++ b/generated/formats/brush/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = BrushVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = BrushVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = BrushVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = BrushVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = BrushVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/buildingbiomelayer/versions.py b/generated/formats/buildingbiomelayer/versions.py
index 3713c0159..e0488eb29 100644
--- a/generated/formats/buildingbiomelayer/versions.py
+++ b/generated/formats/buildingbiomelayer/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = BuildingbiomelayerVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = BuildingbiomelayerVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = BuildingbiomelayerVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = BuildingbiomelayerVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = BuildingbiomelayerVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/buildingset/versions.py b/generated/formats/buildingset/versions.py
index a21fd07ee..9e4bb0b4f 100644
--- a/generated/formats/buildingset/versions.py
+++ b/generated/formats/buildingset/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = BuildingsetVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = BuildingsetVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = BuildingsetVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = BuildingsetVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = BuildingsetVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/campaigndata/versions.py b/generated/formats/campaigndata/versions.py
index 0e3761630..57e0e6d66 100644
--- a/generated/formats/campaigndata/versions.py
+++ b/generated/formats/campaigndata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = CampaigndataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = CampaigndataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = CampaigndataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = CampaigndataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = CampaigndataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/casinolod/versions.py b/generated/formats/casinolod/versions.py
index afb2382d8..a0b18b890 100644
--- a/generated/formats/casinolod/versions.py
+++ b/generated/formats/casinolod/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = CasinolodVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = CasinolodVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = CasinolodVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = CasinolodVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = CasinolodVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/chapterdata/versions.py b/generated/formats/chapterdata/versions.py
index 253d2b020..bd01bc3b0 100644
--- a/generated/formats/chapterdata/versions.py
+++ b/generated/formats/chapterdata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = ChapterdataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = ChapterdataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = ChapterdataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = ChapterdataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = ChapterdataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/cinematic/versions.py b/generated/formats/cinematic/versions.py
index 33509d061..51705b6da 100644
--- a/generated/formats/cinematic/versions.py
+++ b/generated/formats/cinematic/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = CinematicVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = CinematicVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = CinematicVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = CinematicVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = CinematicVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/codexdata/versions.py b/generated/formats/codexdata/versions.py
index 588b52870..81e08bb91 100644
--- a/generated/formats/codexdata/versions.py
+++ b/generated/formats/codexdata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = CodexdataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = CodexdataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = CodexdataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = CodexdataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = CodexdataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/compoundbrush/versions.py b/generated/formats/compoundbrush/versions.py
index b4feabacc..1c8d5e338 100644
--- a/generated/formats/compoundbrush/versions.py
+++ b/generated/formats/compoundbrush/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = CompoundbrushVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = CompoundbrushVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = CompoundbrushVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = CompoundbrushVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = CompoundbrushVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/curve/versions.py b/generated/formats/curve/versions.py
index 51ce6d256..e948306fb 100644
--- a/generated/formats/curve/versions.py
+++ b/generated/formats/curve/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = CurveVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = CurveVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = CurveVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = CurveVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = CurveVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/datastreams/versions.py b/generated/formats/datastreams/versions.py
index d9e579141..48fe4fa7c 100644
--- a/generated/formats/datastreams/versions.py
+++ b/generated/formats/datastreams/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = DatastreamsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = DatastreamsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = DatastreamsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = DatastreamsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = DatastreamsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/decalsettings/versions.py b/generated/formats/decalsettings/versions.py
index 2a84c4415..c2d7a6c08 100644
--- a/generated/formats/decalsettings/versions.py
+++ b/generated/formats/decalsettings/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = DecalsettingsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = DecalsettingsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = DecalsettingsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = DecalsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = DecalsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/dinosaurmaterialvariants/versions.py b/generated/formats/dinosaurmaterialvariants/versions.py
index e7b0e4f42..dd03f6cc3 100644
--- a/generated/formats/dinosaurmaterialvariants/versions.py
+++ b/generated/formats/dinosaurmaterialvariants/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = DinosaurmaterialvariantsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = DinosaurmaterialvariantsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = DinosaurmaterialvariantsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = DinosaurmaterialvariantsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = DinosaurmaterialvariantsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/dlcentitlements/versions.py b/generated/formats/dlcentitlements/versions.py
index 8b4d9922b..ce98bc9bd 100644
--- a/generated/formats/dlcentitlements/versions.py
+++ b/generated/formats/dlcentitlements/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = DlcentitlementsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = DlcentitlementsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = DlcentitlementsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = DlcentitlementsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = DlcentitlementsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/enumnamer/versions.py b/generated/formats/enumnamer/versions.py
index bf9a9b8c1..10040c36b 100644
--- a/generated/formats/enumnamer/versions.py
+++ b/generated/formats/enumnamer/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = EnumnamerVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = EnumnamerVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = EnumnamerVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = EnumnamerVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = EnumnamerVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/fct/versions.py b/generated/formats/fct/versions.py
index 861a92036..d0d425bab 100644
--- a/generated/formats/fct/versions.py
+++ b/generated/formats/fct/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = FctVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = FctVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = FctVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = FctVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = FctVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/fgm/fgm.xml b/generated/formats/fgm/fgm.xml
index 2a4752c4f..f2874db5e 100644
--- a/generated/formats/fgm/fgm.xml
+++ b/generated/formats/fgm/fgm.xml
@@ -6,7 +6,7 @@
-
+
diff --git a/generated/formats/fgm/versions.py b/generated/formats/fgm/versions.py
index a428c6484..d98a7de29 100644
--- a/generated/formats/fgm/versions.py
+++ b/generated/formats/fgm/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = FgmVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = FgmVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = FgmVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = FgmVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = FgmVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/fmvdesc/versions.py b/generated/formats/fmvdesc/versions.py
index 790a60d29..cb0592abc 100644
--- a/generated/formats/fmvdesc/versions.py
+++ b/generated/formats/fmvdesc/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = FmvdescVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = FmvdescVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = FmvdescVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = FmvdescVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = FmvdescVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/frendercontextset/versions.py b/generated/formats/frendercontextset/versions.py
index 28c4bd24b..c2c6d4210 100644
--- a/generated/formats/frendercontextset/versions.py
+++ b/generated/formats/frendercontextset/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = FrendercontextsetVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = FrendercontextsetVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = FrendercontextsetVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = FrendercontextsetVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = FrendercontextsetVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/frenderfeatureset/versions.py b/generated/formats/frenderfeatureset/versions.py
index 9370f7327..083d875ce 100644
--- a/generated/formats/frenderfeatureset/versions.py
+++ b/generated/formats/frenderfeatureset/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = FrenderfeaturesetVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = FrenderfeaturesetVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = FrenderfeaturesetVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = FrenderfeaturesetVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = FrenderfeaturesetVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/frenderlodspec/versions.py b/generated/formats/frenderlodspec/versions.py
index f6982a8f7..824a4e31d 100644
--- a/generated/formats/frenderlodspec/versions.py
+++ b/generated/formats/frenderlodspec/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = FrenderlodspecVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = FrenderlodspecVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = FrenderlodspecVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = FrenderlodspecVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = FrenderlodspecVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/guesteconomy/versions.py b/generated/formats/guesteconomy/versions.py
index 45c7b62c6..49e12aaa5 100644
--- a/generated/formats/guesteconomy/versions.py
+++ b/generated/formats/guesteconomy/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = GuesteconomyVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = GuesteconomyVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = GuesteconomyVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = GuesteconomyVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = GuesteconomyVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/guestonrideanimsettings/versions.py b/generated/formats/guestonrideanimsettings/versions.py
index db3ce583a..bc0e47e93 100644
--- a/generated/formats/guestonrideanimsettings/versions.py
+++ b/generated/formats/guestonrideanimsettings/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = GuestonrideanimsettingsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = GuestonrideanimsettingsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = GuestonrideanimsettingsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = GuestonrideanimsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = GuestonrideanimsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/habitatboundary/versions.py b/generated/formats/habitatboundary/versions.py
index f3cfc7b0e..88a915316 100644
--- a/generated/formats/habitatboundary/versions.py
+++ b/generated/formats/habitatboundary/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = HabitatboundaryVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = HabitatboundaryVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = HabitatboundaryVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = HabitatboundaryVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = HabitatboundaryVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/helpnodedata/versions.py b/generated/formats/helpnodedata/versions.py
index f41653015..78407050f 100644
--- a/generated/formats/helpnodedata/versions.py
+++ b/generated/formats/helpnodedata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = HelpnodedataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = HelpnodedataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = HelpnodedataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = HelpnodedataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = HelpnodedataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/island/versions.py b/generated/formats/island/versions.py
index f4ad53581..ff10f4ac3 100644
--- a/generated/formats/island/versions.py
+++ b/generated/formats/island/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = IslandVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = IslandVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = IslandVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = IslandVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = IslandVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/janitorsettings/versions.py b/generated/formats/janitorsettings/versions.py
index 7eab312a3..509b01cd5 100644
--- a/generated/formats/janitorsettings/versions.py
+++ b/generated/formats/janitorsettings/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = JanitorsettingsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = JanitorsettingsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = JanitorsettingsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = JanitorsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = JanitorsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/logicalcontrols/versions.py b/generated/formats/logicalcontrols/versions.py
index ea75f730b..188798629 100644
--- a/generated/formats/logicalcontrols/versions.py
+++ b/generated/formats/logicalcontrols/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = LogicalcontrolsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = LogicalcontrolsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = LogicalcontrolsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = LogicalcontrolsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = LogicalcontrolsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/lua/versions.py b/generated/formats/lua/versions.py
index da11b5d2c..25b1249e8 100644
--- a/generated/formats/lua/versions.py
+++ b/generated/formats/lua/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = LuaVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = LuaVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = LuaVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = LuaVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = LuaVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/lut/versions.py b/generated/formats/lut/versions.py
index a24e0eb5f..95159dcfa 100644
--- a/generated/formats/lut/versions.py
+++ b/generated/formats/lut/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = LutVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = LutVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = LutVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = LutVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = LutVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/manis/manis.xml b/generated/formats/manis/manis.xml
index 085606485..33769ab50 100644
--- a/generated/formats/manis/manis.xml
+++ b/generated/formats/manis/manis.xml
@@ -23,7 +23,7 @@
Disneyland Adventuresmock version defined on extraction
- Zoo Tycoon Ultimate Animal Collection
+ Zoo Tycoon
Planet Coaster
Jurassic World Evolution
Planet Zoo
diff --git a/generated/formats/manis/versions.py b/generated/formats/manis/versions.py
index c9b510fa0..8539457a8 100644
--- a/generated/formats/manis/versions.py
+++ b/generated/formats/manis/versions.py
@@ -96,7 +96,7 @@ def set_ztuac(context):
context.version = 257
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -120,7 +120,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -150,7 +150,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -175,6 +175,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = ManisVersion(id='PZ', version=(260,), primary_games=[], all_games=[games.PLANET_ZOO])
pz16 = ManisVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = ManisVersion(id='WAR', version=(262,), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = ManisVersion(id='ZTUAC', version=(257,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = ManisVersion(id='ZTUAC', version=(257,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/matcol/versions.py b/generated/formats/matcol/versions.py
index 37c52d46e..0fc69c20f 100644
--- a/generated/formats/matcol/versions.py
+++ b/generated/formats/matcol/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = MatcolVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = MatcolVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = MatcolVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = MatcolVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = MatcolVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/mechanicresearch/versions.py b/generated/formats/mechanicresearch/versions.py
index eefa59bc9..d0bcc84f4 100644
--- a/generated/formats/mechanicresearch/versions.py
+++ b/generated/formats/mechanicresearch/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = MechanicresearchVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = MechanicresearchVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = MechanicresearchVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = MechanicresearchVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = MechanicresearchVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/mergedetails/versions.py b/generated/formats/mergedetails/versions.py
index c3308eb21..5e3d7bb5c 100644
--- a/generated/formats/mergedetails/versions.py
+++ b/generated/formats/mergedetails/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = MergedetailsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = MergedetailsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = MergedetailsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = MergedetailsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = MergedetailsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/missiondata/versions.py b/generated/formats/missiondata/versions.py
index 9f16108b4..0395d85bd 100644
--- a/generated/formats/missiondata/versions.py
+++ b/generated/formats/missiondata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = MissiondataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = MissiondataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = MissiondataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = MissiondataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = MissiondataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/motiongraph/versions.py b/generated/formats/motiongraph/versions.py
index 44ccf4f01..0c4fef43e 100644
--- a/generated/formats/motiongraph/versions.py
+++ b/generated/formats/motiongraph/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = MotiongraphVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = MotiongraphVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = MotiongraphVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = MotiongraphVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = MotiongraphVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/ms2/ms2.xml b/generated/formats/ms2/ms2.xml
index a82e5f03f..839707f47 100644
--- a/generated/formats/ms2/ms2.xml
+++ b/generated/formats/ms2/ms2.xml
@@ -26,7 +26,7 @@
set latest occurence of a version number in a game first so that that is set by the setters
Disneyland Adventures
- Zoo Tycoon Ultimate Animal Collection
+ Zoo Tycoon
Planet Coaster
Jurassic World Evolution
Planet Zoo
diff --git a/generated/formats/ms2/versions.py b/generated/formats/ms2/versions.py
index fa5765e77..6d992ef85 100644
--- a/generated/formats/ms2/versions.py
+++ b/generated/formats/ms2/versions.py
@@ -97,7 +97,7 @@ def set_ztuac(context):
context.version = 13
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -121,7 +121,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -151,7 +151,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -176,6 +176,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = Ms2Version(id='PZ', version=(50, 48,), primary_games=[], all_games=[games.PLANET_ZOO])
pz16 = Ms2Version(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = Ms2Version(id='WAR', version=(53,), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = Ms2Version(id='ZTUAC', version=(13,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = Ms2Version(id='ZTUAC', version=(13,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/navigationsettings/versions.py b/generated/formats/navigationsettings/versions.py
index 423883c20..26072dcea 100644
--- a/generated/formats/navigationsettings/versions.py
+++ b/generated/formats/navigationsettings/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = NavigationsettingsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = NavigationsettingsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = NavigationsettingsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = NavigationsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = NavigationsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/ovl/versions.py b/generated/formats/ovl/versions.py
index 1368aa8a2..e62a4fc63 100644
--- a/generated/formats/ovl/versions.py
+++ b/generated/formats/ovl/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -186,6 +186,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), mime_ver
pz = OvlVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = OvlVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = OvlVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = OvlVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = OvlVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/ovl_base/ovl_base.xml b/generated/formats/ovl_base/ovl_base.xml
index 5cf2ac0a7..777b3885c 100644
--- a/generated/formats/ovl_base/ovl_base.xml
+++ b/generated/formats/ovl_base/ovl_base.xml
@@ -29,7 +29,7 @@
Disneyland Adventures
- Zoo Tycoon Ultimate Animal Collection
+ Zoo Tycoon
Planet Coaster
Planet Coaster 2
Planet Zoo pre-1.6
diff --git a/generated/formats/ovl_base/versions.py b/generated/formats/ovl_base/versions.py
index 78417be23..3f8b249f8 100644
--- a/generated/formats/ovl_base/versions.py
+++ b/generated/formats/ovl_base/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = Ovl_baseVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = Ovl_baseVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = Ovl_baseVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = Ovl_baseVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = Ovl_baseVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/particleatlas/versions.py b/generated/formats/particleatlas/versions.py
index 49389eb5a..def6d62ce 100644
--- a/generated/formats/particleatlas/versions.py
+++ b/generated/formats/particleatlas/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = ParticleatlasVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = ParticleatlasVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = ParticleatlasVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = ParticleatlasVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = ParticleatlasVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/particleeffect/versions.py b/generated/formats/particleeffect/versions.py
index 1cf27c2c3..d2c1ec399 100644
--- a/generated/formats/particleeffect/versions.py
+++ b/generated/formats/particleeffect/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = ParticleeffectVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = ParticleeffectVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = ParticleeffectVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = ParticleeffectVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = ParticleeffectVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/path/versions.py b/generated/formats/path/versions.py
index 663e22f95..372cda4d2 100644
--- a/generated/formats/path/versions.py
+++ b/generated/formats/path/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = PathVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = PathVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = PathVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = PathVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = PathVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/physicssurfacesxmlres/versions.py b/generated/formats/physicssurfacesxmlres/versions.py
index 0ff664347..64f9c9143 100644
--- a/generated/formats/physicssurfacesxmlres/versions.py
+++ b/generated/formats/physicssurfacesxmlres/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = PhysicssurfacesxmlresVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = PhysicssurfacesxmlresVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = PhysicssurfacesxmlresVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = PhysicssurfacesxmlresVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = PhysicssurfacesxmlresVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/physmat/versions.py b/generated/formats/physmat/versions.py
index 0e2d05bb8..97fb6ad2e 100644
--- a/generated/formats/physmat/versions.py
+++ b/generated/formats/physmat/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = PhysmatVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = PhysmatVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = PhysmatVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = PhysmatVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = PhysmatVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/posedriverdef/versions.py b/generated/formats/posedriverdef/versions.py
index 608ae12ea..4672fe05d 100644
--- a/generated/formats/posedriverdef/versions.py
+++ b/generated/formats/posedriverdef/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = PosedriverdefVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = PosedriverdefVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = PosedriverdefVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = PosedriverdefVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = PosedriverdefVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/ppuipkg/versions.py b/generated/formats/ppuipkg/versions.py
index bdc2ecbc7..66121900a 100644
--- a/generated/formats/ppuipkg/versions.py
+++ b/generated/formats/ppuipkg/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = PpuipkgVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = PpuipkgVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = PpuipkgVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = PpuipkgVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = PpuipkgVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/pscollection/versions.py b/generated/formats/pscollection/versions.py
index 61dcaf6d9..ae1b91c66 100644
--- a/generated/formats/pscollection/versions.py
+++ b/generated/formats/pscollection/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = PscollectionVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = PscollectionVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = PscollectionVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = PscollectionVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = PscollectionVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/renderfeaturecollection/versions.py b/generated/formats/renderfeaturecollection/versions.py
index f094c4902..d1ac79ea5 100644
--- a/generated/formats/renderfeaturecollection/versions.py
+++ b/generated/formats/renderfeaturecollection/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = RenderfeaturecollectionVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = RenderfeaturecollectionVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = RenderfeaturecollectionVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = RenderfeaturecollectionVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = RenderfeaturecollectionVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/renderparameters/versions.py b/generated/formats/renderparameters/versions.py
index d7bf730c6..d22cc2ea4 100644
--- a/generated/formats/renderparameters/versions.py
+++ b/generated/formats/renderparameters/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = RenderparametersVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = RenderparametersVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = RenderparametersVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = RenderparametersVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = RenderparametersVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/researchdata/versions.py b/generated/formats/researchdata/versions.py
index c13f691aa..bac18ffaf 100644
--- a/generated/formats/researchdata/versions.py
+++ b/generated/formats/researchdata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = ResearchdataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = ResearchdataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = ResearchdataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = ResearchdataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = ResearchdataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/restaurantsettings/versions.py b/generated/formats/restaurantsettings/versions.py
index 60fabfb23..c3970c6c0 100644
--- a/generated/formats/restaurantsettings/versions.py
+++ b/generated/formats/restaurantsettings/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = RestaurantsettingsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = RestaurantsettingsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = RestaurantsettingsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = RestaurantsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = RestaurantsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/ridesettings/versions.py b/generated/formats/ridesettings/versions.py
index 17c9f0908..7bf40bde0 100644
--- a/generated/formats/ridesettings/versions.py
+++ b/generated/formats/ridesettings/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = RidesettingsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = RidesettingsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = RidesettingsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = RidesettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = RidesettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/scaleformlanguagedata/versions.py b/generated/formats/scaleformlanguagedata/versions.py
index d2e55bf7c..01a6bc8ef 100644
--- a/generated/formats/scaleformlanguagedata/versions.py
+++ b/generated/formats/scaleformlanguagedata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = ScaleformlanguagedataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = ScaleformlanguagedataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = ScaleformlanguagedataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = ScaleformlanguagedataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = ScaleformlanguagedataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/sceneryobjectresource/versions.py b/generated/formats/sceneryobjectresource/versions.py
index 3ff8b2f54..ca536880b 100644
--- a/generated/formats/sceneryobjectresource/versions.py
+++ b/generated/formats/sceneryobjectresource/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = SceneryobjectresourceVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = SceneryobjectresourceVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = SceneryobjectresourceVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = SceneryobjectresourceVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = SceneryobjectresourceVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/semanticflexicolours/versions.py b/generated/formats/semanticflexicolours/versions.py
index 022b03c5e..c4344c939 100644
--- a/generated/formats/semanticflexicolours/versions.py
+++ b/generated/formats/semanticflexicolours/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = SemanticflexicoloursVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = SemanticflexicoloursVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = SemanticflexicoloursVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = SemanticflexicoloursVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = SemanticflexicoloursVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/spatialuitheme/versions.py b/generated/formats/spatialuitheme/versions.py
index aa39e7fa2..61ce17a9c 100644
--- a/generated/formats/spatialuitheme/versions.py
+++ b/generated/formats/spatialuitheme/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = SpatialuithemeVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = SpatialuithemeVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = SpatialuithemeVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = SpatialuithemeVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = SpatialuithemeVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/specdef/versions.py b/generated/formats/specdef/versions.py
index c4dd77821..068832361 100644
--- a/generated/formats/specdef/versions.py
+++ b/generated/formats/specdef/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = SpecdefVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = SpecdefVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = SpecdefVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = SpecdefVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = SpecdefVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/spl/versions.py b/generated/formats/spl/versions.py
index da20ac342..24ca71479 100644
--- a/generated/formats/spl/versions.py
+++ b/generated/formats/spl/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = SplVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = SplVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = SplVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = SplVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = SplVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/techtree/versions.py b/generated/formats/techtree/versions.py
index 61a759f39..a9258af17 100644
--- a/generated/formats/techtree/versions.py
+++ b/generated/formats/techtree/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TechtreeVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TechtreeVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TechtreeVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TechtreeVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TechtreeVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/terraindetaillayers/versions.py b/generated/formats/terraindetaillayers/versions.py
index 38e0ffcc2..a49285cd6 100644
--- a/generated/formats/terraindetaillayers/versions.py
+++ b/generated/formats/terraindetaillayers/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TerraindetaillayersVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TerraindetaillayersVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TerraindetaillayersVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TerraindetaillayersVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TerraindetaillayersVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/terrainindexeddetaillayers/versions.py b/generated/formats/terrainindexeddetaillayers/versions.py
index 42fcac1e2..3f7d59472 100644
--- a/generated/formats/terrainindexeddetaillayers/versions.py
+++ b/generated/formats/terrainindexeddetaillayers/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TerrainindexeddetaillayersVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TerrainindexeddetaillayersVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TerrainindexeddetaillayersVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TerrainindexeddetaillayersVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TerrainindexeddetaillayersVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/tex/versions.py b/generated/formats/tex/versions.py
index 12fd94a2a..86ffcdf19 100644
--- a/generated/formats/tex/versions.py
+++ b/generated/formats/tex/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TexVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TexVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TexVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TexVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TexVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/texatlas/versions.py b/generated/formats/texatlas/versions.py
index 5d39abced..4063c76ee 100644
--- a/generated/formats/texatlas/versions.py
+++ b/generated/formats/texatlas/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TexatlasVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TexatlasVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TexatlasVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TexatlasVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TexatlasVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/trackedridecar/versions.py b/generated/formats/trackedridecar/versions.py
index 5dfd01717..c0b0d2993 100644
--- a/generated/formats/trackedridecar/versions.py
+++ b/generated/formats/trackedridecar/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TrackedridecarVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TrackedridecarVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TrackedridecarVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TrackedridecarVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TrackedridecarVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/trackelement/versions.py b/generated/formats/trackelement/versions.py
index 37198366d..1a8258a83 100644
--- a/generated/formats/trackelement/versions.py
+++ b/generated/formats/trackelement/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TrackelementVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TrackelementVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TrackelementVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TrackelementVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TrackelementVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/trackmesh/versions.py b/generated/formats/trackmesh/versions.py
index eb725bcd2..16ae7a459 100644
--- a/generated/formats/trackmesh/versions.py
+++ b/generated/formats/trackmesh/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TrackmeshVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TrackmeshVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TrackmeshVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TrackmeshVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TrackmeshVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/trackstation/versions.py b/generated/formats/trackstation/versions.py
index 861682bbb..db0699b10 100644
--- a/generated/formats/trackstation/versions.py
+++ b/generated/formats/trackstation/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = TrackstationVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = TrackstationVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = TrackstationVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = TrackstationVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = TrackstationVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/uimoviedefinition/versions.py b/generated/formats/uimoviedefinition/versions.py
index 833a01a79..ae3d76a3c 100644
--- a/generated/formats/uimoviedefinition/versions.py
+++ b/generated/formats/uimoviedefinition/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = UimoviedefinitionVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = UimoviedefinitionVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = UimoviedefinitionVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = UimoviedefinitionVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = UimoviedefinitionVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/userinterfaceicondata/versions.py b/generated/formats/userinterfaceicondata/versions.py
index 879814147..26808144a 100644
--- a/generated/formats/userinterfaceicondata/versions.py
+++ b/generated/formats/userinterfaceicondata/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = UserinterfaceicondataVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = UserinterfaceicondataVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = UserinterfaceicondataVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = UserinterfaceicondataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = UserinterfaceicondataVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/vendingmachineinteractionsettings/versions.py b/generated/formats/vendingmachineinteractionsettings/versions.py
index 5545c732b..fa611bab1 100644
--- a/generated/formats/vendingmachineinteractionsettings/versions.py
+++ b/generated/formats/vendingmachineinteractionsettings/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = VendingmachineinteractionsettingsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = VendingmachineinteractionsettingsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = VendingmachineinteractionsettingsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = VendingmachineinteractionsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = VendingmachineinteractionsettingsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/voxelskirt/versions.py b/generated/formats/voxelskirt/versions.py
index 8e24bb7ec..ab667563c 100644
--- a/generated/formats/voxelskirt/versions.py
+++ b/generated/formats/voxelskirt/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = VoxelskirtVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = VoxelskirtVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = VoxelskirtVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = VoxelskirtVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = VoxelskirtVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/weatherevents/versions.py b/generated/formats/weatherevents/versions.py
index 6fec4a2a6..3c8cde135 100644
--- a/generated/formats/weatherevents/versions.py
+++ b/generated/formats/weatherevents/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = WeathereventsVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = WeathereventsVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = WeathereventsVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = WeathereventsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = WeathereventsVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/wmeta/versions.py b/generated/formats/wmeta/versions.py
index 4f4b3a91b..0ec35ef03 100644
--- a/generated/formats/wmeta/versions.py
+++ b/generated/formats/wmeta/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = WmetaVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = WmetaVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = WmetaVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = WmetaVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = WmetaVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/world/versions.py b/generated/formats/world/versions.py
index f0b23324c..d502794d7 100644
--- a/generated/formats/world/versions.py
+++ b/generated/formats/world/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = WorldVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = WorldVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = WorldVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = WorldVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = WorldVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/wsm/versions.py b/generated/formats/wsm/versions.py
index f0287ca04..531ba9202 100644
--- a/generated/formats/wsm/versions.py
+++ b/generated/formats/wsm/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = WsmVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = WsmVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = WsmVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = WsmVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = WsmVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/generated/formats/xmlconfig/versions.py b/generated/formats/xmlconfig/versions.py
index 63b77e0a0..f0c03a91e 100644
--- a/generated/formats/xmlconfig/versions.py
+++ b/generated/formats/xmlconfig/versions.py
@@ -106,7 +106,7 @@ def set_ztuac(context):
context.version = 17
-games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION', 'Zoo Tycoon Ultimate Animal Collection'), ('UNKNOWN', 'Unknown Game')])
+games = Enum('Games', [('DISNEYLAND_ADVENTURES', 'Disneyland Adventures'), ('JURASSIC_WORLD_EVOLUTION', 'Jurassic World Evolution'), ('JURASSIC_WORLD_EVOLUTION_2', 'Jurassic World Evolution 2'), ('JURASSIC_WORLD_EVOLUTION_2_DEV', 'Jurassic World Evolution 2 Dev'), ('PLANET_COASTER', 'Planet Coaster'), ('PLANET_COASTER_2', 'Planet Coaster 2'), ('PLANET_ZOO', 'Planet Zoo'), ('PLANET_ZOO_PRE_1_6', 'Planet Zoo pre-1.6'), ('WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN', 'Warhammer Age of Sigmar - Realms of Ruin'), ('ZOO_TYCOON', 'Zoo Tycoon'), ('UNKNOWN', 'Unknown Game')])
def get_game(context):
@@ -130,7 +130,7 @@ def get_game(context):
if is_war(context):
versions.extend([games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
if is_ztuac(context):
- versions.extend([games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ versions.extend([games.ZOO_TYCOON])
if not versions:
versions.extend([games.UNKNOWN])
return versions
@@ -160,7 +160,7 @@ def set_game(context, game):
return set_pz16(context)
if game in {games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN}:
return set_war(context)
- if game in {games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION}:
+ if game in {games.ZOO_TYCOON}:
return set_ztuac(context)
@@ -185,6 +185,6 @@ def __init__(self, *args, version=(), user_version=(), version_flag=(), **kwargs
pz = XmlconfigVersion(id='PZ', version=(19,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO_PRE_1_6])
pz16 = XmlconfigVersion(id='PZ16', version=(20,), user_version=(VersionInfo.from_value(8340), VersionInfo.from_value(8724), VersionInfo.from_value(8212),), primary_games=[], all_games=[games.PLANET_ZOO])
war = XmlconfigVersion(id='WAR', version=(20,), user_version=(VersionInfo.from_value(24724), VersionInfo.from_value(25108), VersionInfo.from_value(24596),), primary_games=[], all_games=[games.WARHAMMER_AGE_OF_SIGMAR_REALMS_OF_RUIN])
-ztuac = XmlconfigVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON_ULTIMATE_ANIMAL_COLLECTION])
+ztuac = XmlconfigVersion(id='ZTUAC', version=(17,), primary_games=[], all_games=[games.ZOO_TYCOON])
available_versions = [dla, jwe, jwe2, jwe2dev, pc, pc2, pz, pz16, war, ztuac]
diff --git a/gui/widgets.py b/gui/widgets.py
index 9ee041b96..d9e32612b 100644
--- a/gui/widgets.py
+++ b/gui/widgets.py
@@ -2238,7 +2238,7 @@ def run_selected_game(self):
"Planet Coaster": 493340,
"Planet Zoo": 703080,
"Disneyland Adventures": 630610,
- "Zoo Tycoon Ultimate Animal Collection": 613880,
+ "Zoo Tycoon": 613880,
}
steam_game_id = id_map.get(selected_game)
if steam_game_id:
diff --git a/pack_tool_cmd.py b/pack_tool_cmd.py
old mode 100644
new mode 100755
index bfc3138dc..9386c59dc
--- a/pack_tool_cmd.py
+++ b/pack_tool_cmd.py
@@ -136,7 +136,7 @@ def usage(msg):
print(" - Planet Coaster")
print(" - Planet Zoo")
print(" - Planet Zoo pre-1.6")
- print(" - Zoo Tycoon Ultimate Animal Collection")
+ print(" - Zoo Tycoon")
print(" - Unknown Game")
print("ACTION is one of the following:")
print(" - PACK")
diff --git a/source/formats/fgm/fgm.xml b/source/formats/fgm/fgm.xml
index 2a4752c4f..f2874db5e 100644
--- a/source/formats/fgm/fgm.xml
+++ b/source/formats/fgm/fgm.xml
@@ -6,7 +6,7 @@
-
+
diff --git a/source/formats/manis/manis.xml b/source/formats/manis/manis.xml
index 085606485..33769ab50 100644
--- a/source/formats/manis/manis.xml
+++ b/source/formats/manis/manis.xml
@@ -23,7 +23,7 @@
Disneyland Adventuresmock version defined on extraction
- Zoo Tycoon Ultimate Animal Collection
+ Zoo Tycoon
Planet Coaster
Jurassic World Evolution
Planet Zoo
diff --git a/source/formats/ms2/ms2.xml b/source/formats/ms2/ms2.xml
index a82e5f03f..839707f47 100644
--- a/source/formats/ms2/ms2.xml
+++ b/source/formats/ms2/ms2.xml
@@ -26,7 +26,7 @@
set latest occurence of a version number in a game first so that that is set by the setters
Disneyland Adventures
- Zoo Tycoon Ultimate Animal Collection
+ Zoo Tycoon
Planet Coaster
Jurassic World Evolution
Planet Zoo
diff --git a/source/formats/ovl_base/ovl_base.xml b/source/formats/ovl_base/ovl_base.xml
index 5cf2ac0a7..777b3885c 100644
--- a/source/formats/ovl_base/ovl_base.xml
+++ b/source/formats/ovl_base/ovl_base.xml
@@ -29,7 +29,7 @@
Disneyland Adventures
- Zoo Tycoon Ultimate Animal Collection
+ Zoo Tycoon
Planet Coaster
Planet Coaster 2
Planet Zoo pre-1.6