Difference between revisions of "Packages"

From VCMI Project Wiki
Jump to: navigation, search
(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)
Line 5: Line 5:
 
*mod.py - main file required by [[Mod Handler]]. Includes unique name and version of package. Lists all related files included in mod.
 
*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.
 
*Script defining new objects and requesting  Mod Handler to put them in game.
*Graphic files
+
*[[Graphics]] files
*Sound files
+
*[[Sound]] files
 
*Additional [[Python]] script files (.py)
 
*Additional [[Python]] script files (.py)
 
*Additional text files
 
*Additional text files
*Possibly .json files
+
*Possibly .[[json]] files

Revision as of 14:46, 5 February 2012

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.
  • Graphics files
  • Sound files
  • Additional Python script files (.py)
  • Additional text files
  • Possibly .json files