Add a JSON format that is allowed to be used instead of .cis files
knokko opened this issue ยท 0 comments
Currently, the plug-in can only load binary configuration files. This means that it is nearly impossible to do minor modifications to the item set without running the Editor. Some people complained that this is inconvenient for doing small quick changes. To solve this, we could generate a JSON file alongside the CIS and TXT file that can be used instead (and is properly human-readable). The drawback of this is that it allows people to skip validation checks. Besides, it will be a lot of work to implement and maintain.