usage: bffnt [-h] [-v] [-d] [-y] [-l | -b] (-c | -x) -f bffnt
BFFNT Converter Tool
optional arguments:
-h, --help show this help message and exit
-v, --verbose print more data when working
-d, --debug print debug information
-y, --yes answer yes to any questions (overwriting files)
++ -a, --ensure-ascii turn off ensure_ascii option when dump json file
-l, --little-endian Use little endian encoding in the created BFFNT file
(default)
-b, --big-endian Use big endian encoding in the created BFFNT file
-c, --create create BFFNT file from extracted files
-x, --extract extract BFFNT into PNG/JSON files
-f bffnt, --file bffnt
BFFNT file
When extracting manifest.json file, ensure-ascii option is always True so unicode-characters are always presentated as ascii characters.
I add ensure-ascii option on bffnt.py, to save as original unicode characters.
It doesn't matter even create bffnt file.
When extracting
manifest.json
file, ensure-ascii option is alwaysTrue
so unicode-characters are always presentated as ascii characters. I add ensure-ascii option on bffnt.py, to save as original unicode characters. It doesn't matter even create bffnt file.