Skip to content

Commit 45a00a2

Browse files
committed
fix: dota update
1 parent 71f085f commit 45a00a2

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
shallow = true
66
[submodule "vendor/hl2sdk-dota"]
77
path = vendor/hl2sdk-dota
8-
url = https://github.com/alliedmodders/hl2sdk
8+
url = https://github.com/Poggicek/hl2sdk
99
branch = dota
1010
shallow = true
1111
[submodule "vendor/hl2sdk-deadlock"]

src/main/dumpers/schemas/metadata_stringifier.cpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ std::unordered_set<std::string> g_classWithBrokenDefaults = {
4949
"CBlockSelectionMetricEvaluator",
5050
"HitReactFixedSettings_t",
5151
"RnSoftbodySpring_t",
52-
"CAnimGraphDoc_GroupNode"
52+
"CAnimGraphDoc_GroupNode",
53+
"C_fogplayerparams_t",
54+
"fogplayerparams_t",
55+
"CBodyComponentBaseAnimating",
56+
"CBodyComponentPoint",
57+
"CSkeletonInstance",
58+
"CGameSceneNode",
59+
"CBodyComponentBaseAnimGraph",
60+
"CBodyComponentSkeletonInstance"
5361
};
5462

5563
std::vector<std::regex> g_regexFilters = {

vendor/hl2sdk-dota

0 commit comments

Comments
 (0)