This will be a real quick article about parsing the Creatures1 "TheRegister" file.
This is like a primitive version of the C2 history files. It's the file that holds all creature information saved when you register a creature's birth.
They contain information about the Norn such as name, parents, date of birth and all owner info.
There's nothing really fancy about reversing and understanding the file format, so let's get this done.