Skip to content

Commit 2268b5d

Browse files
authored
Merge pull request #262 from tmp64/feature/amxx-offsets
AMX Mod X offsets
2 parents bd32ca9 + 2f843bb commit 2268b5d

File tree

286 files changed

+19797
-0
lines changed

Some content is hidden

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

286 files changed

+19797
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
//
2+
// BugfixedHl-Rebased offset file. Generated using amxx-offset-generator.
3+
//
4+
5+
"Games"
6+
{
7+
"#default"
8+
{
9+
"Classes"
10+
{
11+
"CActAnimating"
12+
{
13+
"Offsets"
14+
{
15+
// WIN: Activity m_Activity
16+
// LIN: Activity m_Activity
17+
"m_Activity"
18+
{
19+
"type" "integer"
20+
"windows" "112"
21+
"linux" "128"
22+
}
23+
24+
}
25+
}
26+
}
27+
}
28+
}
29+
30+
//
31+
// Class Hierarchy:
32+
// -
33+
// CBaseAnimating
34+
// CBaseDelay
35+
// CBaseEntity
36+
// CActAnimating
37+
// CXenHair
38+
// CXenPLight
39+
// CXenSpore
40+
// CXenSporeLarge
41+
// CXenSporeMed
42+
// CXenSporeSmall
43+
// CXenTree
44+
//
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
//
2+
// BugfixedHl-Rebased offset file. Generated using amxx-offset-generator.
3+
//
4+
5+
"Games"
6+
{
7+
"#default"
8+
{
9+
"Classes"
10+
{
11+
"CAGrunt"
12+
{
13+
"Offsets"
14+
{
15+
// WIN: int m_fCanHornetAttack
16+
// LIN: BOOL m_fCanHornetAttack
17+
"m_fCanHornetAttack"
18+
{
19+
"type" "integer"
20+
"unsigned" "0"
21+
"windows" "720"
22+
"linux" "740"
23+
}
24+
25+
// WIN: float m_flNextHornetAttackCheck
26+
// LIN: float m_flNextHornetAttackCheck
27+
"m_flNextHornetAttackCheck"
28+
{
29+
"type" "float"
30+
"windows" "724"
31+
"linux" "744"
32+
}
33+
34+
// WIN: float m_flNextPainTime
35+
// LIN: float m_flNextPainTime
36+
"m_flNextPainTime"
37+
{
38+
"type" "float"
39+
"windows" "728"
40+
"linux" "748"
41+
}
42+
43+
// WIN: float m_flNextSpeakTime
44+
// LIN: float m_flNextSpeakTime
45+
"m_flNextSpeakTime"
46+
{
47+
"type" "float"
48+
"windows" "732"
49+
"linux" "752"
50+
}
51+
52+
// WIN: float m_flNextWordTime
53+
// LIN: float m_flNextWordTime
54+
"m_flNextWordTime"
55+
{
56+
"type" "float"
57+
"windows" "736"
58+
"linux" "756"
59+
}
60+
61+
// WIN: int m_iLastWord
62+
// LIN: int m_iLastWord
63+
"m_iLastWord"
64+
{
65+
"type" "integer"
66+
"unsigned" "0"
67+
"windows" "740"
68+
"linux" "760"
69+
}
70+
71+
}
72+
}
73+
}
74+
}
75+
}
76+
77+
//
78+
// Class Hierarchy:
79+
// -
80+
// CBaseAnimating
81+
// CBaseDelay
82+
// CBaseEntity
83+
// CBaseMonster
84+
// CBaseToggle
85+
// CSquadMonster
86+
// CAGrunt
87+
//
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
//
2+
// BugfixedHl-Rebased offset file. Generated using amxx-offset-generator.
3+
//
4+
5+
"Games"
6+
{
7+
"#default"
8+
{
9+
"Classes"
10+
{
11+
"CAirtank"
12+
{
13+
"Offsets"
14+
{
15+
// WIN: int m_state
16+
// LIN: int m_state
17+
"m_state"
18+
{
19+
"type" "integer"
20+
"unsigned" "0"
21+
"windows" "668"
22+
"linux" "688"
23+
}
24+
25+
}
26+
}
27+
}
28+
}
29+
}
30+
31+
//
32+
// Class Hierarchy:
33+
// -
34+
// CBaseAnimating
35+
// CBaseDelay
36+
// CBaseEntity
37+
// CBaseMonster
38+
// CBaseToggle
39+
// CGrenade
40+
// CAirtank
41+
//
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
//
2+
// BugfixedHl-Rebased offset file. Generated using amxx-offset-generator.
3+
//
4+
5+
"Games"
6+
{
7+
"#default"
8+
{
9+
"Classes"
10+
{
11+
"CAmbientGeneric"
12+
{
13+
"Offsets"
14+
{
15+
// WIN: float m_flAttenuation
16+
// LIN: float m_flAttenuation
17+
"m_flAttenuation"
18+
{
19+
"type" "float"
20+
"windows" "84"
21+
"linux" "100"
22+
}
23+
24+
// WIN: dynpitchvol m_dpv
25+
// LIN: dynpitchvol_t m_dpv
26+
"m_dpv"
27+
{
28+
"type" "structure"
29+
"windows" "88"
30+
"linux" "104"
31+
}
32+
33+
// WIN: int m_fActive
34+
// LIN: BOOL m_fActive
35+
"m_fActive"
36+
{
37+
"type" "integer"
38+
"unsigned" "0"
39+
"windows" "188"
40+
"linux" "204"
41+
}
42+
43+
// WIN: int m_fLooping
44+
// LIN: BOOL m_fLooping
45+
"m_fLooping"
46+
{
47+
"type" "integer"
48+
"unsigned" "0"
49+
"windows" "192"
50+
"linux" "208"
51+
}
52+
53+
}
54+
}
55+
}
56+
}
57+
}
58+
59+
//
60+
// Class Hierarchy:
61+
// -
62+
// CBaseEntity
63+
// CAmbientGeneric
64+
//

0 commit comments

Comments
 (0)