Skip to content

Commit c5c2587

Browse files
2000754 | 1280 files | M DumpSource2/.stringsignore, A DumpSource2/schemas/animdoclib/CNmAnimDocument.h, A DumpSource2/schemas/animdoclib/CNmBlendSpace1D.h, A DumpSource2/schemas/animdoclib/CNmBlendSpace1D__Point_t.h, A DumpSource2/schemas/animdoclib/CNmBlendSpace2D.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent.h, A DumpSource2/schemas/animdoclib/CNmClipDocEventTrack.h, A DumpSource2/schemas/animdoclib/CNmClipDocEventTrack__Type_t.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_BodyGroup.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_EntityAttribute.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_EntityAttribute_Type_t.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_FloatCurve.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_Foot.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_FrameSnap.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_ID.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_Legacy.h, A DumpSource2/schemas/animdoclib/CNmClipDocEvent_MaterialAttribute.h, A DumpSource2/schemas/animdoclib
https://steamdb.info/patchnotes/22336282/
1 parent 0a4043e commit c5c2587

1,280 files changed

Lines changed: 27527 additions & 13416 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: 3676 additions & 41 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// MGetKV3ClassDefaults = Could not parse KV3 Defaults
2+
class CNmAnimDocument
3+
{
4+
// MPropertySuppressField
5+
int32 m_nVersion;
6+
};
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// MGetKV3ClassDefaults = {
2+
// "m_points":
3+
// [
4+
// ]
5+
//}
6+
class CNmBlendSpace1D
7+
{
8+
// MPropertyAutoExpandSelf
9+
// MPropertyResizable (UNKNOWN FOR PARSER)
10+
CUtlVector< CNmBlendSpace1D::Point_t > m_points;
11+
};
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// MGetKV3ClassDefaults = {
2+
// "m_name": "",
3+
// "m_flValue": 0.000000,
4+
// "m_pinID": <HIDDEN FOR DIFF>,
5+
//}
6+
class CNmBlendSpace1D::Point_t
7+
{
8+
CUtlString m_name;
9+
float32 m_flValue;
10+
// MPropertySuppressField
11+
V_uuid_t m_pinID;
12+
};
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// MGetKV3ClassDefaults = {
2+
// "m_pointNames":
3+
// [
4+
// ],
5+
// "m_points":
6+
// [
7+
// ],
8+
// "m_indices":
9+
// [
10+
// ],
11+
// "m_hullIndices":
12+
// [
13+
// ]
14+
//}
15+
class CNmBlendSpace2D
16+
{
17+
// MPropertyAutoExpandSelf
18+
// MPropertyResizable (UNKNOWN FOR PARSER)
19+
CUtlVector< CUtlString > m_pointNames;
20+
// MPropertyAutoExpandSelf
21+
// MPropertyResizable (UNKNOWN FOR PARSER)
22+
CUtlVector< Vector2D > m_points;
23+
// MPropertySuppressField
24+
CUtlVector< uint8 > m_indices;
25+
// MPropertySuppressField
26+
CUtlVector< uint8 > m_hullIndices;
27+
};
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// MGetKV3ClassDefaults = {
2+
// "_class": "CNmClipDocEvent",
3+
// "m_flStartTime": 0.000000,
4+
// "m_flDuration": 0.000000
5+
//}
6+
class CNmClipDocEvent
7+
{
8+
float32 m_flStartTime;
9+
float32 m_flDuration;
10+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// MGetKV3ClassDefaults = {
2+
// "m_events":
3+
// [
4+
// ],
5+
// "m_eventClassName": "",
6+
// "m_type": "Duration",
7+
// "m_bIsSyncTrack": false,
8+
// "m_bIsDisabled": false
9+
//}
10+
class CNmClipDocEventTrack
11+
{
12+
CUtlVector< CNmClipDocEvent* > m_events;
13+
CUtlString m_eventClassName;
14+
CNmClipDocEventTrack::Type_t m_type;
15+
bool m_bIsSyncTrack;
16+
bool m_bIsDisabled;
17+
};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
enum CNmClipDocEventTrack::Type_t : uint32_t
2+
{
3+
Immediate = 0,
4+
Duration = 1,
5+
Num = 2,
6+
};
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// MGetKV3ClassDefaults = {
2+
// "_class": "CNmClipDocEvent_BodyGroup",
3+
// "m_flStartTime": 0.000000,
4+
// "m_flDuration": 0.000000,
5+
// "bodygroup": "",
6+
// "value": 0
7+
//}
8+
class CNmClipDocEvent_BodyGroup : public CNmClipDocEvent
9+
{
10+
// MPropertyFriendlyName = "Body Group"
11+
CUtlString bodygroup;
12+
// MPropertyFriendlyName = "Value"
13+
int32 value;
14+
};
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
// MGetKV3ClassDefaults = {
2+
// "_class": "CNmClipDocEvent_EntityAttribute",
3+
// "m_flStartTime": 0.000000,
4+
// "m_flDuration": 0.000000,
5+
// "m_attributeName": "",
6+
// "m_nValueType": "EVENT_ENTITY_ATTR_TYPE_INT",
7+
// "m_nIntValue": 0,
8+
// "m_FloatValue":
9+
// {
10+
// "m_spline":
11+
// [
12+
// ],
13+
// "m_tangents":
14+
// [
15+
// ],
16+
// "m_vDomainMins":
17+
// [
18+
// 0.000000,
19+
// 0.000000
20+
// ],
21+
// "m_vDomainMaxs":
22+
// [
23+
// 0.000000,
24+
// 0.000000
25+
// ]
26+
// }
27+
//}
28+
class CNmClipDocEvent_EntityAttribute : public CNmClipDocEvent
29+
{
30+
CUtlString m_attributeName;
31+
// MPropertyAutoRebuildOnChange
32+
// MPropertyFriendlyName = "Type"
33+
CNmClipDocEvent_EntityAttribute_Type_t m_nValueType;
34+
// MPropertyAttrStateCallback (UNKNOWN FOR PARSER)
35+
int32 m_nIntValue;
36+
// MPropertyAttrStateCallback (UNKNOWN FOR PARSER)
37+
CPiecewiseCurve m_FloatValue;
38+
};

0 commit comments

Comments
 (0)