I'm using the python mesh converter (mount to mesh).
GOAT gives me this error when I try to convert the culverin from ms3d to mesh:
Code:
Read ms3d group comment section
Read ms3d material comment section, number of comments = 0
Read ms3d joint comment section
Read ms3d model comment
Read ms3d second subversion number
Read ms3d weight section
This ms3d file has self.isregular = True
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__
return self.func(*args)
File "F:\Games\Medieval II Total War\mod_work\tools\GOAT\GameObjectApplication
Toolbox.py", line 2144, in ms3d2meshConverterButton
ms3d2meshConverter( ms3dfilename )
File "F:\Games\Medieval II Total War\mod_work\tools\GOAT\GameObjectApplication
Toolbox.py", line 293, in ms3d2meshConverter
meshobj.lodname = ms3dobj.lodname
AttributeError: 'ms3dObject' object has no attribute 'lodname'