Packages
From VCMI Project Wiki
Revision as of 14:44, 5 February 2012 by Warmonger (talk | contribs) (Created page with "=Package structure= Packages may consist of following files: *mod.py - main file required by Mod Handler. Includes unique name and version of package. Lists all related fil...")
Package structure
Packages may consist of following files:
- mod.py - main file required by Mod Handler. Includes unique name and version of package. Lists all related files included in mod.
- Script defining new objects and requesting Mod Handler to put them in game.
- Graphic files
- Sound files
- Additional Python script files (.py)
- Additional text files
- Possibly .json files