Cabinet sorter currently relies mostly on external cabinet info files. Text Mod Loader does not have access to these, it needed to grab metadata from the mod file itself, thus the BLIMP Standard was born. It would be good for cabinet sorter to be able to read these tags too. BLIMP tags should probably be considered more authoritative than cabinet info files, as they're one step closer to the actual mod contents.
Text Mod Loader only uses the @author, @description, @main-author, @title, and @version tags, but while writing up the standard I included several other tags based on what's cabinet info files use. If need be we can still adjust the handling of these - @contact in particular's probably the most different.
Cabinet sorter currently relies mostly on external cabinet info files. Text Mod Loader does not have access to these, it needed to grab metadata from the mod file itself, thus the BLIMP Standard was born. It would be good for cabinet sorter to be able to read these tags too. BLIMP tags should probably be considered more authoritative than cabinet info files, as they're one step closer to the actual mod contents.
Text Mod Loader only uses the
@author,@description,@main-author,@title, and@versiontags, but while writing up the standard I included several other tags based on what's cabinet info files use. If need be we can still adjust the handling of these -@contactin particular's probably the most different.