Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Pack JSON Root

Minizbot2012 edited this page Jul 13, 2016 · 6 revisions

The root of the pack JSON has a "key" for the Config URL (it should link to a zip file), named ConfURL, an array of files (named files), and optionally a file removal array, named rmfiles.

An example of a bare bones pack file is

{
   "ConfURL": "<URL to pack's config zip>",
   "files": [
      <Json File Download Objects>,
   ],
   "rmfiles": [
      <JSON File Remove Objects>,
   ]
}

To continue with the pack formatting and to have the program download files Here!

###Pack - JSON formattings JSON Root

Donwload File Format

(ADV Users) Userscript

Client JSON format

Creating the Client JSON

Clone this wiki locally