feat: T4 and T5 physconstraints dumping (#879)

* feat: T4 and T5 physconstraints dumping

* chore: small style adjustments

---------

Co-authored-by: Jan Laupetin <[email protected]>
This commit is contained in:
Ash
2026-07-12 14:17:11 +02:00
committed by GitHub
co-authored by Jan Laupetin
parent 28e27409f5
commit e45272137f
15 changed files with 417 additions and 5 deletions
+7
View File
@@ -142,6 +142,13 @@ namespace T4
WFT_NUM_FIELD_TYPES,
};
enum constraintsFieldType_t
{
CFT_TYPE = CSPFT_NUM_BASE_FIELD_TYPES,
CFT_NUM_FIELD_TYPES
};
struct AccuracyGraph
{
vec2_t* graphKnots;
+2 -1
View File
@@ -151,7 +151,8 @@ namespace T4
CONSTRAINT_FAKE_SHAKE = 0x6,
CONSTRAINT_LAUNCH = 0x7,
CONSTRAINT_ROPE = 0x8,
NUM_CONSTRAINT_TYPES = 0x9,
NUM_CONSTRAINT_TYPES,
};
enum AttachPointType : int
+2 -1
View File
@@ -405,7 +405,8 @@ namespace T6
CONSTRAINT_LAUNCH = 0x7,
CONSTRAINT_ROPE = 0x8,
CONSTRAINT_LIGHT = 0x9,
NUM_CONSTRAINT_TYPES = 0xA,
NUM_CONSTRAINT_TYPES
};
enum AttachPointType