Fix for XML/PSO conversion inaccuracies

This commit is contained in:
dexy
2019-01-14 12:25:03 +11:00
Unverified
parent fbf57293c1
commit 9af0b41967
5 changed files with 60 additions and 43 deletions
+13 -4
View File
@@ -2637,12 +2637,21 @@ namespace CodeWalker.GameFiles
diffpsos.Add(fentry.Path);
}
if (entry.NameLower == "wantedtuning.ymt")
{ }
if (entry.NameLower == "popgroups.ymt")
{ }
if (entry.NameLower == "clip_sets.ymt")
{ }
//if (entry.NameLower == "vfxinteriorinfo.ymt")
//{ }
//if (entry.NameLower == "vfxvehicleinfo.ymt")
//{ }
//if (entry.NameLower == "vfxpedinfo.ymt")
//{ }
//if (entry.NameLower == "vfxregioninfo.ymt")
//{ }
//if (entry.NameLower == "vfxweaponinfo.ymt")
//{ }
if (entry.NameLower == "physicstasks.ymt")
{ }
}
}