Difference between revisions of "Modding guidelines"

From VCMI Project Wiki
Jump to: navigation, search
(Created page with "Currently all VCMi mods are handled with Json config files. In order to create new content, provide pakcage (TODO) with graphics, sounds and mod.json file following this format:...")
 
Line 1: Line 1:
Currently all VCMi mods are handled with Json config files.
+
Currently all VCMI mods are handled with Json config files.
  
 
In order to create new content, provide pakcage (TODO) with graphics, sounds and mod.json file following this format:
 
In order to create new content, provide pakcage (TODO) with graphics, sounds and mod.json file following this format:
[[Json parser and writer]]
+
* [[Json parser and writer]]

Revision as of 17:50, 8 December 2012

Currently all VCMI mods are handled with Json config files.

In order to create new content, provide pakcage (TODO) with graphics, sounds and mod.json file following this format: