> > > > i want to get more familiar with these file formats. i have read the documentation, but now i want to write some code. I use python, so i was hoping someone around here could help me out with some code. one thing that has stopped me was the problem with NULL bytes.
> > > > some more information i would like, would be about, how long is the header in .mix files.
> > > What game are we talking about?
> > preferably c&c red alert
> The headers are encrypted, I'd forget about reading them.
so if there encrypted, how do you read the files in the .mix files?
> > > > i try to read say the first 128 bytes, but i cant, because there are some NULL bytes(Again, someone proficient in python would be lots of help, i am proficient with the language, just not this part(i havent done any byte reading/writing before)). same thing with .shp's and such. any help would be greatly appreciated!
> > > I don't know any Python.
> > I should be able to figure it all out, i got help with the NULL bytes, so im good for now.