MAK-Relic-Tool / Issue-Tracker

Central Bug Tracker / Issues Board for the MAK Relic Tool
0 stars 0 forks source link

Support `.arciv` file as config file for `relic sga pack v2` #41

Open ModernMAK opened 10 months ago

ModernMAK commented 10 months ago

Preferable to use the native file format than my custom one.

Shouldn't deprecate the .json format though, for backwards compatibility; and because my test cases use it.

ModernMAK commented 10 months ago

Shouldn't deprecate the .json format though, for backwards compatibility; and because my test cases use it.

It should be deprecated.

It's unfortunate, but having a json format and a arciv format over-complicates packing; especially since packing can be optimized when using the .arciv format, and it's explicit-ness avoids potential unexpected behavior emerging from my own format.

Deprecating the clunky .json format DOES allow us to treat .json as .arciv, assuming it's a valid .arciv tree.