This wiki is archived from 2021-09-05

Template:Mod Packaging: Difference between revisions

From Planetary Annihilation: TITANS and Classic PA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
With user interface modding the convention for filenames is based on the scene name.
With user interface modding the convention for filenames is based on the scene name.


eg ui/mods/com.palobb.some_mod_name/server_browser.js
eg ui/mods/com.palobby.some_mod_name/server_browser.js

Revision as of 18:16, 1 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