12-24-2021, 11:24 AM
(05-07-2020, 07:17 PM)Seeky Wrote: I've put together some documentation of various structures and classes in the game that I'm familiar with, check it out here. This isn't meant to be a 1 to 1 decompilation or anything, just a guide to what various fields are and some functions related to the classes. Please be sure to credit me in any codes you make with this information
If you have anything to add, it'd be appreciated!
This project is extremely interesting and I made an account here just for this. I was wondering why kaitai struct is not used https://kaitai.io/. It seems to fit exactly for this purpose, makes documentation very clear and you could get compilable code across many languages. Am I missing something?