Hi Tachyon I am getting an error when saving the model. I have successfully imported an existing c3 from the conquer folder. I have added the dds as the image in the material section to the model. I also have the image on the UV editor when i go to save the c3 without any edits i get the below. Python: Traceback (most recent call last): File "D:\Blender\3.2\scripts\addons\C3OP_Model_Exporter_Module.py", line 222, in execute C3_Operator_Model_Exporter.exportC3UsingRef(C3_Operator_Model_Exporter.output_path, C3_Operator_Model_Importer.c3_path) File "D:\Blender\3.2\scripts\addons\C3OP_Model_Exporter_Module.py", line 83, in exportC3UsingRef Unknown5_array.append(file.readFloat()) File "D:\Blender\3.2\scripts\addons\C3OP_Helping_File_Manager_Module.py", line 40, in readFloat f = struct.unpack(' struct.error: unpack requires a buffer of 4 bytes Would appreciate any support on exporting. I have read your readme and it refers to splitting the edges of the model where you would have your seams. This is the only thing i havn't done as i didnt edit the original model. Appreciate any help