gszabi99 / War-Thunder-Datamine

Frequently updated War Thunder Datamine repository
260 stars 48 forks source link

Use "python3 blk_unpack_ng.py --format=strict_blk" instead of json output #8

Closed brokeDude2901 closed 9 months ago

brokeDude2901 commented 2 years ago

example: python3 blk_unpack_ng.py --format=strict_blk "E:\Games\WarThunder\aces.vromfs.bin_u\gamedata\environments\weather_types.blk"

OshidaBCF commented 1 year ago

The reason the default format is json is that it's far easier to read for us. The default "blk" format makes it very painful to the eyes for us.

So we will keep the format as it is for now.