Fix for scenario YMT entity overrides (stutters), Create new scenario chains in clusters

This commit is contained in:
dexyfex
2017-09-27 00:54:05 +10:00
Unverified
parent 24370c1b5d
commit b4c481d83f
3 changed files with 60 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace CodeWalker.GameFiles
List<MetaBuilderBlock> Blocks = new List<MetaBuilderBlock>();
int MaxBlockLength = 0x2000; //TODO: figure what this should be!
int MaxBlockLength = 0x4000; //TODO: figure what this should be!
public MetaBuilderBlock EnsureBlock(MetaName type)