Difference between revisions of "User talk:Ivan/Mod format WIP"

From VCMI Project Wiki
Jump to: navigation, search
m
Line 9: Line 9:
  
 
A whitelist/blacklist of characters in modname should also be provided, as '<' would obstruct version number syntax.
 
A whitelist/blacklist of characters in modname should also be provided, as '<' would obstruct version number syntax.
 +
 +
 +
Good point. Not sure regarding "ranges" - one range is more than enough. If not - then there is a problem with mod(s) or with modding system in general.
 +
 +
As for whitelist - I think we can limit it to letters + numbers + several special symbols. Same goes to string ID's for objects - there is no need for them in internal ID's. [[User:Ivan|Ivan]] ([[User talk:Ivan|talk]]) 11:34, 4 January 2013 (CET)

Revision as of 10:34, 4 January 2013

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.


Good point. Not sure regarding "ranges" - one range is more than enough. If not - then there is a problem with mod(s) or with modding system in general.

As for whitelist - I think we can limit it to letters + numbers + several special symbols. Same goes to string ID's for objects - there is no need for them in internal ID's. Ivan (talk) 11:34, 4 January 2013 (CET)