Tiniifan / studio_eleven

Level 5 (3DS) Blender Addon
MIT License
10 stars 2 forks source link

RLE decomp doesn't work #4

Closed applecuckoo closed 3 months ago

applecuckoo commented 5 months ago

Hi! I was trying to rip rig c002008 and errored out to IndexError: index out of range. I ended up ripped the model using Metanoia to do a bit of investigation. In Blender it seems that the watch from the 'bad rig' is higher poly than the ones from other rigs that imported on first try. My thinking is that this might be a weird new 'high quality' mode? Here's a screenshot (ignore the shading problems, that seems to be a Metanoia vs. plugin thing) highpolywatch

Tiniifan commented 5 months ago

Hi, the problem isn't the polys, all polys are triangles and the addon can read models with lots of triangles like maps. Most of the time, if your model can't be opened and you get an IndexError: index out of range error, it's because the RLE decompression from the addon is bad and needs to be fixed.

Tiniifan commented 3 months ago

Fixed in the latest version image