mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:54:32 +08:00
Fix for XML/PSO conversion inaccuracies
This commit is contained in:
@@ -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")
|
||||
{ }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user