forked from Markemp/Cryengine-Converter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
11 lines (11 loc) · 643 Bytes
/
Copy pathREADME
File metadata and controls
11 lines (11 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
+# Cryengine-Converter
+A c# program to convert Crytek files to something more usable (.obj, Collada)
+
+See the github-master for the actual code. Had some problems syncing up Visual Studio and github,
+so the master branch is a bit of a lost cause.
+
+This is a refactoring of the PyFFI tool created for earlier versions of Cryengine. However, when trying
+to use it against updated versions of Cryengine games (MWO, Star Citizen), it has its limitations,
+especially dealing with materials. So I'm rewriting it to handle the 3.4/3.5 data formats (current MWO,
+early Star Citizen files), and 3.6 data formats (current Star Citizen).
+