There are currently 0 users online.
You can represent binary in whatever format you'd like. You talked about python so I'd start here: https://www.tutorialsteacher.com/python/python-read-write-file
Once you have the file reading then you will need to read out each chunk. When you get it loading I can give you what I've figured out from the format spec.
More information about text formats
You can represent binary in whatever format you'd like. You talked about python so I'd start here: https://www.tutorialsteacher.com/python/python-read-write-file
Once you have the file reading then you will need to read out each chunk. When you get it loading I can give you what I've figured out from the format spec.