Open reiss82 opened 4 years ago
On Crash Bandicoot 2 NTSC, I tried exporting 28_DW from S0000027.NSF but it always gives me this error:
ERROR in action number 13 of Create Event for object object0:
Error in code at line 23: tri_texinfo[i/4] = item6datastring[ tri_texinfo[i/4]4 ] + 256 (nibble2dec ( string_char_at( dec2hex(item6datastring[ tri_texinfo[i/4]*4 + 1]), 2)) mod 8)
at position 25: Unknown variable item6datastring or array index out of bounds
I've used lots of different versions of crashedit and it always gives me an error, all the other scenery extracts fine
Might be caused by this rogue quad
On Crash Bandicoot 2 NTSC, I tried exporting 28_DW from S0000027.NSF but it always gives me this error:
ERROR in action number 13 of Create Event for object object0:
Error in code at line 23: tri_texinfo[i/4] = item6datastring[ tri_texinfo[i/4]4 ] + 256 (nibble2dec ( string_char_at( dec2hex(item6datastring[ tri_texinfo[i/4]*4 + 1]), 2)) mod 8)
at position 25: Unknown variable item6datastring or array index out of bounds