You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to extract models from Stubbs The Zombie, but it results in this error.
extract_tags: stubbspc: a10_plaza
tags: characters\beat_cop\beat_cop.model
Traceback (most recent call last):
File "F:\Downloads\meke (1)\mek_python\lib\site-packages\supyr_struct\blocks\block.py", line 52, in __getattr__
return object.__getattribute__(self, attr_name)
AttributeError: 'PListBlock' object has no attribute 'vertex_data_size'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "F:\Downloads\meke (1)\mek_python\lib\site-packages\refinery\core.py", line 1421, in extract_tags
if self.extract_tag(tag_id, map_name, engine, **kw):
File "F:\Downloads\meke (1)\mek_python\lib\site-packages\refinery\core.py", line 1610, in extract_tag
meta = halo_map.meta_to_tag_data(
File "F:\Downloads\meke (1)\mek_python\lib\site-packages\reclaimer\meta\wrappers\halo1_map.py", line 977, in meta_to_tag_data
tris_start = verts_start + tag_index.vertex_data_size
File "F:\Downloads\meke (1)\mek_python\lib\site-packages\supyr_struct\blocks\block.py", line 60, in __getattr__
raise AttributeError("'%s' of type %s has no attribute '%s'" %
AttributeError: 'tag_index' of type <class 'supyr_struct.blocks.list_block.PListBlock'> has no attribute 'vertex_data_size'
The text was updated successfully, but these errors were encountered:
I've been trying to extract models from Stubbs The Zombie, but it results in this error.
The text was updated successfully, but these errors were encountered: