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

Fix globbing on filesystem, detect endianness for ChunkController905 #170

Closed Soreepeong closed 6 months ago

Soreepeong commented 6 months ago

When Path.Combines were replaced to Path.Join, it revealed an error that appending the parent path should not have been done at the first place. The first commit fixes that.

For ChunkController905, I do hope there's no object with more than 65535 animations contained inside.

Soreepeong commented 6 months ago

Also, can you add .editorconfig later on? If you're using VS, it's available from Options > Text Editor > C# > Code Style > General > Generate .editorconfig file from settings.

Markemp commented 6 months ago

Looks good. I'll def get an .editorconfig added here in a day or two. It's been long overdue. Thanks for the update!