mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Documentation of file format
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@585 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
Packages
|
||||
|
||||
Most files used by Magic Set Editor are stored in ''packages''.
|
||||
|
||||
A package is either a zip file or simply a directory.
|
||||
|
||||
A package has an extension to indicate its type, for example @"*.mse-set"@ is a [[type:set]] file and @"*.mse-symbol-font"@ is a [[type:symbol font]].
|
||||
To open a zipped package using a program like winzip you may need to rename it to @"something.zip"@
|
||||
|
||||
--Contents--
|
||||
|
||||
A package always contains a [[file:format|heirarchical data file]] with the same name as the package type and no extension.
|
||||
For example @"my-set.mse-set"@ contains a file called @"set"@.
|
||||
|
||||
A package can also contain other files like images.
|
||||
|
||||
--Examples--
|
||||
|
||||
The [[file:index|data directory]] contains packages in the form of directories.
|
||||
Each of the subdirectories is a package.
|
||||
Reference in New Issue
Block a user