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

Add support for alt costumes for RoL, and some fixes #155

Closed Soreepeong closed 1 year ago

Soreepeong commented 1 year ago

Packfile input provider will accept ?k=v&k2=v2 like query strings in URL. For .wiiu.stream, you can extract the luminous suit by providing ?alt=1 or alike, like -datadir content\Sonic_Crytek\**.wiiu.stream?alt.

It will now split up alpha channel into emissive texture for glTF export, if GlowAmount is set.

Also, fixed some minor bugs I've introduced in previous PR, such as printing warning log as debug level.

Markemp commented 1 year ago

Sorry it took so long to look at these. Getting them merged in now, and will look at doing a release ... hopefully next weekend.