1
Questions & Tutorials / Rigging Error
« on: April 27, 2020, 12:57:09 am »
I was pissed off that I ended up wasting my time by rigging those damn models that keeps getting me this error, "Unknown Location".
Traceback (most recent call last):
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 4828, in execute
return do_export(self, context, "THUG2")
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 4627, in do_export
export_scn(filename + ".scn.xbx", path, target_game, self)
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 2670, in export_scn
export_scn_sectors_ug2(outp, operator)
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 2293, in export_scn_sectors_ug2
w("H", len(strip))
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 2168, in w
output_file.write(struct.pack(fmt, *args))
struct.error: ushort format requires 0 <= number <= 0xffff
location: <unknown location>:-1
I was using Blender 2.78c, weight blender, and thug addon V_5.
Traceback (most recent call last):
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 4828, in execute
return do_export(self, context, "THUG2")
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 4627, in do_export
export_scn(filename + ".scn.xbx", path, target_game, self)
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 2670, in export_scn
export_scn_sectors_ug2(outp, operator)
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 2293, in export_scn_sectors_ug2
w("H", len(strip))
File "C:\Users\Quinton Oka\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\io_thug_tools.py", line 2168, in w
output_file.write(struct.pack(fmt, *args))
struct.error: ushort format requires 0 <= number <= 0xffff
location: <unknown location>:-1
I was using Blender 2.78c, weight blender, and thug addon V_5.