Convert cache_y.dat files to XML

This commit is contained in:
dexyfex
2017-12-14 21:49:41 +11:00
Unverified
parent fc99fc1f15
commit 14e1ce6ffd
5 changed files with 296 additions and 21 deletions
+5
View File
@@ -1012,6 +1012,11 @@ namespace CodeWalker.GameFiles
return GlobalText.GetString(Hash);
}
public string ToCleanString()
{
if (Hash == 0) return string.Empty;
return ToString();
}
public static implicit operator uint(MetaHash h)
{