This wiki is archived from 2021-09-05
Template:Mod Packaging: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Mods are packaged as zip archives. Every mod must have a modinfo.json at the top level. Mod files must be saved under a unique path. eg ui/mods/identifier/") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
Every mod must have a modinfo.json at the top level. | Every mod must have a modinfo.json at the top level. | ||
Mod files must be saved under a unique path. | Mod specific files must be saved under a unique path using lowercase names. | ||
eg ui/mods/ | eg ui/mods/com.palobby.some-mod-name/ | ||
With user interface modding the convention for filenames is based on the scene name. | |||
eg ui/mods/com.palobby.some-mod-name/server_browser.js | |||
Please make sure you only include mod files in your zip and exclude any files not required. eg src, artwork, etc |
Latest revision as of 12:24, 17 April 2016
Mods are packaged as zip archives.
Every mod must have a modinfo.json at the top level.
Mod specific files must be saved under a unique path using lowercase names.
eg ui/mods/com.palobby.some-mod-name/
With user interface modding the convention for filenames is based on the scene name.
eg ui/mods/com.palobby.some-mod-name/server_browser.js
Please make sure you only include mod files in your zip and exclude any files not required. eg src, artwork, etc