mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:42:46 +08:00
YVR/XML conversion improvements
This commit is contained in:
@@ -4425,6 +4425,8 @@ namespace CodeWalker.GameFiles
|
||||
|
||||
if (rfe.NameLower.EndsWith(".yvr"))
|
||||
{
|
||||
if (rfe.NameLower == "agencyprep001.yvr") continue; //this file seems corrupted
|
||||
|
||||
UpdateStatus(string.Format(entry.Path));
|
||||
|
||||
YvrFile yvr = new YvrFile(rfe);
|
||||
|
||||
Reference in New Issue
Block a user