Markemp / Cryengine-Converter

A c# program to convert Crytek files to Collada (XML) format
https://www.heffaypresents.com/GitHub/
GNU General Public License v2.0
208 stars 53 forks source link

Incorrect Material ID on a few SC models #125

Closed Baconator650 closed 2 years ago

Baconator650 commented 2 years ago

With the current build, a few Star Citizen models have incorrect Material ID assignments to them

examples: (object/buildsets/human/universal/prop/medical/canister/canister_medical_1_oxygen_a.cga)

Previously converter versions of the file work correctly. (using an older version build of CGF-Converter and Star Citizen)

Update: Issue was found to be with Blender's dae importer. If a name of a material has a space in it, it will cause the material to fail to load.