User talk:Ivan/Mod format WIP

From VCMI Project Wiki
Revision as of 15:34, 2 January 2013 by Tow dragon (talk | contribs)
Jump to: navigation, search

Nice description, I'd just suggest to make it possible to specify version numbers (or ranges of them) in depends/conflicts fields. Something like:

 
    "conflicts" :
    [
        "badMod", "modName<5.0.0", "1.0.0<iHateThisMod<=3.2.5"
    ],

A whitelist/blacklist of characters in modname should also be provided, as '<' would obstruct version number syntax.