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

Error rendering Armored Warfare #163

Closed KIRkatastrofa closed 4 months ago

KIRkatastrofa commented 10 months ago

Game: Armored Warfare Models: t-62_turret_t-62.cgf (as an example)

I'm trying to convert a model in *.cga, .cgf format to .due format

Error

Please help me to solve this problem

Dizcordum commented 10 months ago

send file here

Markemp commented 10 months ago

Can you include the -objectdir parameter in the command? Based on your layout, it should probably be -objectdir d:\modelsCryEng\AWTank\.

KIRkatastrofa commented 10 months ago

I tried this too, unfortunately it didn't work. screen

Markemp commented 5 months ago

Just checked this with the preliminary 1.6 release and it looks like it's fixed. AW uses the split dds files, which is annoying, but at least they can be unsplit.

KIRkatastrofa commented 5 months ago

for some reason it didn’t help, but I found a way to get around it. Thanks :)

Markemp commented 4 months ago

Can you give me some more info about why it didn't work? Did you build the 1.6 release and use that to test the models? Or how did you find a way around the error?