Animations XML conversion progress

This commit is contained in:
dexy
2019-11-16 03:18:23 +11:00
Unverified
parent 7be446cf04
commit c98c526b5f
5 changed files with 578 additions and 225 deletions
+2
View File
@@ -353,6 +353,7 @@ namespace CodeWalker.Peds
}
GameFileCache.EnableDlc = true;
GameFileCache.EnableMods = true;
GameFileCache.LoadPeds = true;
GameFileCache.LoadArchetypes = false;//to speed things up a little
GameFileCache.BuildExtendedJenkIndex = false;//to speed things up a little
@@ -987,6 +988,7 @@ namespace CodeWalker.Peds
//if (ycd != null)
//{
// ////// TESTING XML CONVERSIONS
// //var data = ycd.Save();
// var xml = YcdXml.GetXml(ycd);
// var ycd2 = XmlYcd.GetYcd(xml);
// var data = ycd2.Save();