mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:42:46 +08:00
Collisions editing progress
This commit is contained in:
@@ -3517,6 +3517,7 @@ namespace CodeWalker.GameFiles
|
||||
public void TestYbns()
|
||||
{
|
||||
bool savetest = true;
|
||||
bool reloadtest = false;
|
||||
var errorfiles = new List<RpfEntry>();
|
||||
foreach (RpfFile file in AllRpfs)
|
||||
{
|
||||
@@ -3545,6 +3546,9 @@ namespace CodeWalker.GameFiles
|
||||
|
||||
var bytes = ybn.Save();
|
||||
|
||||
if (!reloadtest)
|
||||
{ continue; }
|
||||
|
||||
string origlen = TextUtil.GetBytesReadable(fentry.FileSize);
|
||||
string bytelen = TextUtil.GetBytesReadable(bytes.Length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user