update
This commit is contained in:
parent
d958ab3292
commit
77d9149fe6
|
@ -1,13 +1,13 @@
|
||||||
global._ = {
|
global._ = {
|
||||||
pack_id: "zootycoon2-uc",
|
pack_id: "zootycoon2-uc",
|
||||||
version: "1.0.0",
|
version: "33.05.00.0002UO",
|
||||||
author: "The Funny Team",
|
author: "Microsoft Games | Blue Fang",
|
||||||
name: "Zoo Tycoon 2 Ultimate Collection",
|
name: "Zoo Tycoon 2 Ultimate Collection",
|
||||||
description: "(Includes Widescreen patch)",
|
description: "Zoo Tycoon 2 is an economic simulation video game whose main objective is to create and manage a zoo, in order to raise money for reinvestment, satisfying the needs of its visitors, hiring staff to care for animals, purchasing buildings and attractions, etc.",
|
||||||
icon: "https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/8c425ae9-aebd-4172-99af-ce419151b76a/dbhnre8-8c8fd2df-ddd8-400d-981a-91b370d8d55c.png",
|
icon: "https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/8c425ae9-aebd-4172-99af-ce419151b76a/dbhnre8-8c8fd2df-ddd8-400d-981a-91b370d8d55c.png",
|
||||||
bundles: {
|
bundles: {
|
||||||
"win32-x64": {
|
"win32-x64": {
|
||||||
url: "https://drive.google.com/uc?export=download&id=1EpIIdqLsxI3ZqxUGvh8SlYQkfHDCf9xn&confirm=t&uuid=a05dbbd4-206a-40c6-bf53-632d3828871e&at=AB6BwCCKpMB8eqSEbQAlFVTS0e3w:1700007776823",
|
url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/zoo-tycoon2-uc/versions/33.05.00.0002UO/bnl-win.zip",
|
||||||
filename: "bundle.zip",
|
filename: "bundle.zip",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -24,9 +24,35 @@ module.exports = {
|
||||||
pack_name: global._.name,
|
pack_name: global._.name,
|
||||||
description: global._.description,
|
description: global._.description,
|
||||||
author: global._.author,
|
author: global._.author,
|
||||||
configs: {
|
patches: [
|
||||||
vrEnabled: false,
|
{
|
||||||
},
|
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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
],
|
||||||
executable: true,
|
executable: true,
|
||||||
init: ({ pack_dir, tmp_dir, os_string }) => {
|
init: ({ pack_dir, tmp_dir, os_string }) => {
|
||||||
// check if bundle is available for this os
|
// check if bundle is available for this os
|
||||||
|
|
Loading…
Reference in New Issue