Skip to content

Commit 5120dea

Browse files
authored
Update gamedata for all supported mods (#771)
* Update CS gamedata * Update TFC gamedata * Update DoD gamedata * Update Valve gamedata * Update Gearbox gamedata
1 parent d01aa57 commit 5120dea

File tree

217 files changed

+4872
-4692
lines changed

Some content is hidden

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

217 files changed

+4872
-4692
lines changed

gamedata/common.games/entities.games/cstrike/offsets-cbaseplayer.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,6 +1729,33 @@
17291729
"linux" "2468"
17301730
"mac" "2468"
17311731
}
1732+
1733+
"m_iLastAccount" // int
1734+
{
1735+
"type" "integer"
1736+
1737+
"windows" "2480"
1738+
"linux" "2500"
1739+
"mac" "2500"
1740+
}
1741+
1742+
"m_iLastClientHealth" // int
1743+
{
1744+
"type" "integer"
1745+
1746+
"windows" "2484"
1747+
"linux" "2504"
1748+
"mac" "2504"
1749+
}
1750+
1751+
"m_tmNextAccountHealthUpdate" // float
1752+
{
1753+
"type" "float"
1754+
1755+
"windows" "2488"
1756+
"linux" "2508"
1757+
"mac" "2508"
1758+
}
17321759
}
17331760
}
17341761
}

gamedata/common.games/entities.games/cstrike/offsets-cbot.txt

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -23,129 +23,129 @@
2323
{
2424
"type" "pointer"
2525

26-
"windows" "2480"
27-
"linux" "2500"
28-
"mac" "2500"
26+
"windows" "2492"
27+
"linux" "2512"
28+
"mac" "2512"
2929
}
3030

3131
"m_id" // unsigned int
3232
{
3333
"type" "integer"
3434
"unsigned" "1"
3535

36-
"windows" "2484"
37-
"linux" "2504"
38-
"mac" "2504"
36+
"windows" "2496"
37+
"linux" "2516"
38+
"mac" "2516"
3939
}
4040

4141
"m_flNextBotThink" // float
4242
{
4343
"type" "float"
4444

45-
"windows" "2488"
46-
"linux" "2508"
47-
"mac" "2508"
45+
"windows" "2500"
46+
"linux" "2520"
47+
"mac" "2520"
4848
}
4949

5050
"m_flNextFullBotThink" // float
5151
{
5252
"type" "float"
5353

54-
"windows" "2492"
55-
"linux" "2512"
56-
"mac" "2512"
54+
"windows" "2504"
55+
"linux" "2524"
56+
"mac" "2524"
5757
}
5858

5959
"m_flPreviousCommandTime" // float
6060
{
6161
"type" "float"
6262

63-
"windows" "2496"
64-
"linux" "2516"
65-
"mac" "2516"
63+
"windows" "2508"
64+
"linux" "2528"
65+
"mac" "2528"
6666
}
6767

6868
"m_isRunning" // bool
6969
{
7070
"type" "boolean"
7171

72-
"windows" "2500"
73-
"linux" "2520"
74-
"mac" "2520"
72+
"windows" "2512"
73+
"linux" "2532"
74+
"mac" "2532"
7575
}
7676

7777
"m_isCrouching" // bool
7878
{
7979
"type" "boolean"
8080

81-
"windows" "2501"
82-
"linux" "2521"
83-
"mac" "2521"
81+
"windows" "2513"
82+
"linux" "2533"
83+
"mac" "2533"
8484
}
8585

8686
"m_forwardSpeed" // float
8787
{
8888
"type" "float"
8989

90-
"windows" "2504"
91-
"linux" "2524"
92-
"mac" "2524"
90+
"windows" "2516"
91+
"linux" "2536"
92+
"mac" "2536"
9393
}
9494

9595
"m_strafeSpeed" // float
9696
{
9797
"type" "float"
9898

99-
"windows" "2508"
100-
"linux" "2528"
101-
"mac" "2528"
99+
"windows" "2520"
100+
"linux" "2540"
101+
"mac" "2540"
102102
}
103103

104104
"m_verticalSpeed" // float
105105
{
106106
"type" "float"
107107

108-
"windows" "2512"
109-
"linux" "2532"
110-
"mac" "2532"
108+
"windows" "2524"
109+
"linux" "2544"
110+
"mac" "2544"
111111
}
112112

113113
"m_buttonFlags" // short unsigned int
114114
{
115115
"type" "short"
116116
"unsigned" "1"
117117

118-
"windows" "2516"
119-
"linux" "2536"
120-
"mac" "2536"
118+
"windows" "2528"
119+
"linux" "2548"
120+
"mac" "2548"
121121
}
122122

123123
"m_jumpTimestamp" // float
124124
{
125125
"type" "float"
126126

127-
"windows" "2520"
128-
"linux" "2540"
129-
"mac" "2540"
127+
"windows" "2532"
128+
"linux" "2552"
129+
"mac" "2552"
130130
}
131131

132132
"m_postureStack" // struct PostureContext[8]
133133
{
134134
"type" "structure"
135135
"size" "8"
136136

137-
"windows" "2524"
138-
"linux" "2544"
139-
"mac" "2544"
137+
"windows" "2536"
138+
"linux" "2556"
139+
"mac" "2556"
140140
}
141141

142142
"m_postureStackIndex" // int
143143
{
144144
"type" "integer"
145145

146-
"windows" "2540"
147-
"linux" "2560"
148-
"mac" "2560"
146+
"windows" "2552"
147+
"linux" "2572"
148+
"mac" "2572"
149149
}
150150
}
151151
}

0 commit comments

Comments
 (0)