Markemp / Cryengine-Converter

A c# program to convert Crytek files to Collada (XML) format

Home Page:https://www.heffaypresents.com/GitHub/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryengine-Converter (cgf-exporter) dont work

NomadX688 opened this issue · comments

I tried convert file format skin and cgf from crysis 3 remastered.

Can you provide some more information? Which models, was there any output from the converter, etc? Thanks.

Model nanosuit, weapon.
When i throw file format skin and cgf on cgf-exporter nothing is happening.

Can you take a screen shot of your terminal from when you run the command?

It looks like you have a space between cgf-converter and .exe. Those should be together, not separated by a space (i.e. cgf-converter.exe). Can you try it like that?

commented

From the nanosuit directory, try d:/cgf/cgf-converter.exe ./nanosuit_v2_helmet.skin -dae

Unless you add d:\cgf\ to your global path, it's not seeing the program in the directory you're trying to run. Giving it the full pathway to the program should fix that.

Снимок экрана 2021-11-24 004655
Everything works but i needed to installation NET SDK 5.0 thank you very much for your help

You should be able to just install the runtime. And auto update should make sure that it's available as well. Are you not on Windows 10, or maybe have updates turned off?

Yes,updates turned off