From 3a41cec7507b1d401e68c5439b7eea1b2d46637f Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sat, 18 Feb 2023 14:19:28 -0800 Subject: [PATCH] Add CMAP --- CCollisionTree.bt | 9 +++++---- CGuiMap.bt | 28 ++++++++++++++++++++++++++++ Run.bt | 6 +++++- 3 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 CGuiMap.bt diff --git a/CCollisionTree.bt b/CCollisionTree.bt index cef829a..a7a4c4c 100644 --- a/CCollisionTree.bt +++ b/CCollisionTree.bt @@ -79,6 +79,7 @@ struct ModConData { ushort unk; }; +local int idx =0; typedef struct CCollisionTree(uint64 size, CollisionPrimitiveType type) { local CollisionPrimitiveType tmpType = type; local uint64 start