Anyways I've unpacked the archives and am looking at (presumably) an image file since it's from an archive called "BACKGRND"



Code: Select all
self.inFile = NoeBitStream(data)
self.animList = []
self.texList = []
self.matList = []
self.boneList = []
Code: Select all
super(SanaeParser, self).__init__(data)