From 4b25ff6b95fd22b6d200e0362189300d3788d2fb Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 20 Nov 2023 17:37:29 +0100 Subject: [PATCH] update adittion steps --- manifests/zootycoon2-uc.manifest | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/manifests/zootycoon2-uc.manifest b/manifests/zootycoon2-uc.manifest index 5e02d05..88d52c4 100644 --- a/manifests/zootycoon2-uc.manifest +++ b/manifests/zootycoon2-uc.manifest @@ -22,20 +22,20 @@ module.exports = { { id: "es_patch", name: "Spanish Patch", - steps: { - http_downloads: [ - { - url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/zoo-tycoon2-uc/versions/33.05.00.0002UO/es_patch.zip", - filename: "es_patch.zip", - extract: true, - delete_after_extract: true, - process: true - } - ] - }, additions: [ { - file: "%install_path/es_patch.zt2" + file: "%install_path/es_patch.zt2", + steps: { + http_downloads: [ + { + url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/zoo-tycoon2-uc/versions/33.05.00.0002UO/es_patch.zip", + filename: "es_patch.zip", + extract: true, + delete_after_extract: true, + process: true + } + ] + }, } ] }, @@ -43,20 +43,20 @@ module.exports = { id: "widescreen_patch", name: "Widescreen Patch", default: true, - steps: { - http_downloads: [ - { - url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/zoo-tycoon2-uc/versions/33.05.00.0002UO/widescreen_patch.zip", - filename: "widescreen_patch.zip", - extract: true, - delete_after_extract: true, - process: true - } - ] - }, additions: [ { - file: "%install_path%/widescreen_patch.zt2" + file: "%install_path%/widescreen_patch.zt2", + steps: { + http_downloads: [ + { + url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/zoo-tycoon2-uc/versions/33.05.00.0002UO/widescreen_patch.zip", + filename: "widescreen_patch.zip", + extract: true, + delete_after_extract: true, + process: true + } + ] + }, } ] },