From 73538101eca554233a5b94a6273ffa647def2b72 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 20 Nov 2023 16:59:08 +0100 Subject: [PATCH] update patches --- manifests/zootycoon2-uc.manifest | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/manifests/zootycoon2-uc.manifest b/manifests/zootycoon2-uc.manifest index 13d04dc..cf5212b 100644 --- a/manifests/zootycoon2-uc.manifest +++ b/manifests/zootycoon2-uc.manifest @@ -30,7 +30,12 @@ module.exports = { delete_after_extract: true, process: true } - } + }, + additions: [ + { + file: "%{install_path}/es_patch.zt2" + } + ] }, { id: "widescreen_patch", @@ -44,7 +49,12 @@ module.exports = { delete_after_extract: true, process: true } - } + }, + additions: [ + { + file: "%{install_path}/widescreen_patch.zt2" + } + ] }, ], execute: `%{pack_dir}/zt.exe`,