Skip to content

Commit d64b01a

Browse files
6395 | 6551 files | A DumpSource2/.stringsignore, M DumpSource2/commands.txt, M DumpSource2/convars.txt, M DumpSource2/schemas/animationsystem/FollowAttachmentData.h, M DumpSource2/schemas/animgraphlib/CBlockSelectionMetricEvaluator.h, M DumpSource2/schemas/animgraphlib/HitReactFixedSettings_t.h, M DumpSource2/schemas/animlib/CNmGraphDefinition.h, A DumpSource2/schemas/animlib/CNmIDBasedClipSelectorNode__CDefinition.h, A DumpSource2/schemas/animlib/CNmIDBasedSelectorNode__CDefinition.h, M DumpSource2/schemas/animlib/CNmParameterizedClipSelectorNode__CDefinition.h, M DumpSource2/schemas/animlib/CNmParameterizedSelectorNode__CDefinition.h, M DumpSource2/schemas/animlib/CNmTargetWarpNode__CDefinition.h, A DumpSource2/schemas/animlib/CNmTargetWarpNode__TargetUpdateRule_t.h, A DumpSource2/schemas/client/AILOD_t.h, A DumpSource2/schemas/client/AI_BaseNPCAnimGraph_DebugSnapshotData_t.h, A DumpSource2/schemas/client/AI_BaseNPC_DebugSnapshotData_t.h, A DumpSource2/schemas/client/AI_CommonMovementSettings_t.h, A DumpSource2/schemas/client
https://steamdb.info/patchnotes/22334307/
1 parent 544fc35 commit d64b01a

6,551 files changed

Lines changed: 707556 additions & 693 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DumpSource2/.stringsignore

Lines changed: 68691 additions & 0 deletions
Large diffs are not rendered by default.

DumpSource2/commands.txt

Lines changed: 3960 additions & 0 deletions
Large diffs are not rendered by default.

DumpSource2/convars.txt

Lines changed: 13052 additions & 0 deletions
Large diffs are not rendered by default.

DumpSource2/schemas/animationsystem/FollowAttachmentData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// MGetKV3ClassDefaults = {
2-
// "m_boneIndex": 0,
2+
// "m_boneIndex": 5,
33
// "m_attachmentHandle": 0
44
//}
55
class FollowAttachmentData

DumpSource2/schemas/animgraphlib/CBlockSelectionMetricEvaluator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// "_class": "CBlockSelectionMetricEvaluator",
33
// "m_means":
44
// [
5-
// 0.000000
5+
// -0.000000
66
// ],
77
// "m_standardDeviations":
88
// [
9-
// 3612155576320.000000
9+
// -0.000000
1010
// ],
1111
// "m_flWeight": 0.000000,
1212
// "m_nDimensionStartIndex": -1

DumpSource2/schemas/animgraphlib/HitReactFixedSettings_t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// "m_flPropagationScale": 0.000000,
1010
// "m_flWhipDelay": 0.000000,
1111
// "m_flSpringStrength": 0.000000,
12-
// "m_flWhipSpringStrength": 0.000000,
12+
// "m_flWhipSpringStrength": 588023097701848340114702336.000000,
1313
// "m_flMaxAngleRadians": 0.000000,
1414
// "m_nHipBoneIndex": 0,
1515
// "m_flHipBoneTranslationScale": 0.000000,

DumpSource2/schemas/animlib/CNmGraphDefinition.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// MGetKV3ClassDefaults = {
22
// "m_variationID": "",
33
// "m_skeleton": "",
4+
// "m_supportedSecondarySkeletons":
5+
// [
6+
// ],
47
// "m_pUserData": null,
58
// "m_persistentNodeIndices":
69
// [
@@ -38,6 +41,7 @@ class CNmGraphDefinition
3841
{
3942
CGlobalSymbol m_variationID;
4043
CStrongHandle< InfoForResourceTypeCNmSkeleton > m_skeleton;
44+
CUtlVector< CStrongHandle< InfoForResourceTypeCNmSkeleton > > m_supportedSecondarySkeletons;
4145
CNmGraphVariationUserData* m_pUserData;
4246
CUtlVector< int16 > m_persistentNodeIndices;
4347
int16 m_nRootNodeIdx;
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// MGetKV3ClassDefaults = {
2+
// "_class": "CNmIDBasedClipSelectorNode::CDefinition",
3+
// "m_nNodeIdx": -1,
4+
// "m_optionNodeIndices":
5+
// [
6+
// ],
7+
// "m_optionIDs":
8+
// [
9+
// ],
10+
// "m_nParameterNodeIdx": -1,
11+
// "m_nFallbackNodeIdx": -1,
12+
// "m_bIgnoreInvalidOptions": false
13+
//}
14+
class CNmIDBasedClipSelectorNode::CDefinition : public CNmClipReferenceNode::CDefinition
15+
{
16+
CUtlLeanVectorFixedGrowable< int16, 5 > m_optionNodeIndices;
17+
CUtlLeanVectorFixedGrowable< CGlobalSymbol, 5 > m_optionIDs;
18+
int16 m_nParameterNodeIdx;
19+
int16 m_nFallbackNodeIdx;
20+
bool m_bIgnoreInvalidOptions;
21+
};
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// MGetKV3ClassDefaults = {
2+
// "_class": "CNmIDBasedSelectorNode::CDefinition",
3+
// "m_nNodeIdx": -1,
4+
// "m_optionNodeIndices":
5+
// [
6+
// ],
7+
// "m_optionIDs":
8+
// [
9+
// ],
10+
// "m_nParameterNodeIdx": -1,
11+
// "m_nFallbackNodeIdx": -1,
12+
// "m_bIgnoreInvalidOptions": false
13+
//}
14+
class CNmIDBasedSelectorNode::CDefinition : public CNmPoseNode::CDefinition
15+
{
16+
CUtlLeanVectorFixedGrowable< int16, 5 > m_optionNodeIndices;
17+
CUtlLeanVectorFixedGrowable< CGlobalSymbol, 5 > m_optionIDs;
18+
int16 m_nParameterNodeIdx;
19+
int16 m_nFallbackNodeIdx;
20+
bool m_bIgnoreInvalidOptions;
21+
};

DumpSource2/schemas/animlib/CNmParameterizedClipSelectorNode__CDefinition.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// "m_optionWeights":
88
// [
99
// ],
10-
// "m_parameterNodeIdx": 0,
10+
// "m_parameterNodeIdx": -1,
1111
// "m_bIgnoreInvalidOptions": false,
1212
// "m_bHasWeightsSet": false
1313
//}

0 commit comments

Comments
 (0)