Munging stuck on HW soft skinned/SW hard skinned

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
DieuDeGlace
Private Recruit
Posts: 19
Joined: Fri Feb 16, 2018 12:19 am
Projects :: No Mod project currently.
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set
Contact:

Munging stuck on HW soft skinned/SW hard skinned

Post by DieuDeGlace »

anyone know how I can get passed this little bug where I get suck at that exact line of code when munging? it doesn't munge at all because it gets stuck there and never moves after reaching it, any help would be appreciated


EDIT
I also want to add that when I try to reimport my munged custom model it doesn't import properly and gives me this error



Last 15 log lines:
Hidden/Spoiler:
Rotation: 0.0, 0.0, -29.0838308323;
Scale: 1.0, 1.0, 1.0.
INFO (196, build): Finished building bone_r_forearm in 0s 9000ms.
INFO (521, build_null): Building eff_r_forearm as null(originally null).
DEBUG (620, set_transform): Model transform: Pos(0.303566247225, 1.73472347598e-17, -1.73689188032e-16), Rot(0.0, 0.0, 0.0, 1.0), Scl(1.0, 1.0, 1.0)
DEBUG (627, set_transform): Set local transform for eff_r_forearm to:
Position: 0.303566247225, 1.73472347598e-17, -1.73689188032e-16;
Rotation: 0.0, 0.0, 0.0;
Scale: 1.0, 1.0, 1.0.
INFO (196, build): Finished building eff_r_forearm in 0s 9000ms.
INFO (338, build_geo): Building CloneTrooper_Scout as polymesh(originally geodynamic).
DEBUG (470, get_vertex_positions): Retrieved 37464 vertex positions.
INFO (33, __exit__): Retrieved vertices in 0s 22000ms.
INFO (33, __exit__): Retrieved faces in 0s 61000ms.
INFO (33, __exit__): Built chain in 1 s 57000 ms.


Traceback:


Traceback (most recent call last):
File "<Script Block >", line 84, in importbutton_OnClicked
File "C:\Users\DieuDeGlace\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Core\zetimport.py", line 873, in import_
self.do_import()
File "C:\Users\DieuDeGlace\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Core\zetimport.py", line 926, in do_import
self.chain = builder.build()
File "C:\Users\DieuDeGlace\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Core\zetimport.py", line 652, in build
item = builder.build()
File "C:\Users\DieuDeGlace\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Core\zetimport.py", line 189, in build
self.build_geo()
File "C:\Users\DieuDeGlace\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Core\zetimport.py", line 342, in build_geo
faces = self.get_faces()
File "C:\Users\DieuDeGlace\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Core\zetimport.py", line 484, in get_faces
sii = face.SIindices()
File "C:\Users\DieuDeGlace\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Modules\msh2.py", line 1542, in SIindices
return self.i(0), self.i(1), self.i(2)
File "C:\Users\DieuDeGlace\Autodesk\Softimage_Mod_Tool_7.5\Addons\XSIZETools\Application\Modules\msh2.py", line 1535, in i
return self.vertices[index]
IndexError: list index out of range
Post Reply