Update gamedata for all supported mods (#771)
* Update CS gamedata * Update TFC gamedata * Update DoD gamedata * Update Valve gamedata * Update Gearbox gamedata
This commit is contained in:
@ -23,21 +23,12 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1040"
|
||||
"linux" "1060"
|
||||
"mac" "1060"
|
||||
}
|
||||
|
||||
"m_painTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "1044"
|
||||
"linux" "1064"
|
||||
"mac" "1064"
|
||||
}
|
||||
|
||||
"m_checkAttackTime" // float
|
||||
"m_painTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -46,40 +37,49 @@
|
||||
"mac" "1068"
|
||||
}
|
||||
|
||||
"m_lastAttackCheck" // BOOL
|
||||
"m_checkAttackTime" // float
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1052"
|
||||
"linux" "1072"
|
||||
"mac" "1072"
|
||||
}
|
||||
|
||||
"m_angles" // Vector
|
||||
"m_lastAttackCheck" // BOOL
|
||||
{
|
||||
"type" "vector"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1056"
|
||||
"linux" "1076"
|
||||
"mac" "1076"
|
||||
}
|
||||
|
||||
"m_angles" // Vector
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "1060"
|
||||
"linux" "1080"
|
||||
"mac" "1080"
|
||||
}
|
||||
|
||||
"m_origin" // Vector
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "1068"
|
||||
"linux" "1088"
|
||||
"mac" "1088"
|
||||
"windows" "1072"
|
||||
"linux" "1092"
|
||||
"mac" "1092"
|
||||
}
|
||||
|
||||
"m_flPlayerDamage" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "1080"
|
||||
"linux" "1100"
|
||||
"mac" "1100"
|
||||
"windows" "1084"
|
||||
"linux" "1104"
|
||||
"mac" "1104"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,21 +23,12 @@
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "972"
|
||||
"linux" "992"
|
||||
"mac" "992"
|
||||
}
|
||||
|
||||
"m_flNextPainTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "976"
|
||||
"linux" "996"
|
||||
"mac" "996"
|
||||
}
|
||||
|
||||
"m_flLastEnemySightTime" // float
|
||||
"m_flNextPainTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -46,25 +37,25 @@
|
||||
"mac" "1000"
|
||||
}
|
||||
|
||||
"m_vecTossVelocity" // Vector
|
||||
"m_flLastEnemySightTime" // float
|
||||
{
|
||||
"type" "vector"
|
||||
"type" "float"
|
||||
|
||||
"windows" "984"
|
||||
"linux" "1004"
|
||||
"mac" "1004"
|
||||
}
|
||||
|
||||
"m_fThrowGrenade" // BOOL
|
||||
"m_vecTossVelocity" // Vector
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "vector"
|
||||
|
||||
"windows" "996"
|
||||
"linux" "1016"
|
||||
"mac" "1016"
|
||||
"windows" "988"
|
||||
"linux" "1008"
|
||||
"mac" "1008"
|
||||
}
|
||||
|
||||
"m_fStanding" // BOOL
|
||||
"m_fThrowGrenade" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -73,7 +64,7 @@
|
||||
"mac" "1020"
|
||||
}
|
||||
|
||||
"m_fFirstEncounter" // BOOL
|
||||
"m_fStanding" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -82,7 +73,7 @@
|
||||
"mac" "1024"
|
||||
}
|
||||
|
||||
"m_cClipSize" // int
|
||||
"m_fFirstEncounter" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -91,7 +82,7 @@
|
||||
"mac" "1028"
|
||||
}
|
||||
|
||||
"m_voicePitch" // int
|
||||
"m_cClipSize" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -100,7 +91,7 @@
|
||||
"mac" "1032"
|
||||
}
|
||||
|
||||
"m_iBrassShell" // int
|
||||
"m_voicePitch" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -109,7 +100,7 @@
|
||||
"mac" "1036"
|
||||
}
|
||||
|
||||
"m_iSentence" // int
|
||||
"m_iBrassShell" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -117,6 +108,15 @@
|
||||
"linux" "1040"
|
||||
"mac" "1040"
|
||||
}
|
||||
|
||||
"m_iSentence" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1024"
|
||||
"linux" "1044"
|
||||
"mac" "1044"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,21 +23,12 @@
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "972"
|
||||
"linux" "992"
|
||||
"mac" "992"
|
||||
}
|
||||
|
||||
"m_flNextPainTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "976"
|
||||
"linux" "996"
|
||||
"mac" "996"
|
||||
}
|
||||
|
||||
"m_flLastEnemySightTime" // float
|
||||
"m_flNextPainTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -46,25 +37,25 @@
|
||||
"mac" "1000"
|
||||
}
|
||||
|
||||
"m_vecTossVelocity" // Vector
|
||||
"m_flLastEnemySightTime" // float
|
||||
{
|
||||
"type" "vector"
|
||||
"type" "float"
|
||||
|
||||
"windows" "984"
|
||||
"linux" "1004"
|
||||
"mac" "1004"
|
||||
}
|
||||
|
||||
"m_fThrowGrenade" // BOOL
|
||||
"m_vecTossVelocity" // Vector
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "vector"
|
||||
|
||||
"windows" "996"
|
||||
"linux" "1016"
|
||||
"mac" "1016"
|
||||
"windows" "988"
|
||||
"linux" "1008"
|
||||
"mac" "1008"
|
||||
}
|
||||
|
||||
"m_fStanding" // BOOL
|
||||
"m_fThrowGrenade" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -73,7 +64,7 @@
|
||||
"mac" "1020"
|
||||
}
|
||||
|
||||
"m_fFirstEncounter" // BOOL
|
||||
"m_fStanding" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -82,7 +73,7 @@
|
||||
"mac" "1024"
|
||||
}
|
||||
|
||||
"m_cClipSize" // int
|
||||
"m_fFirstEncounter" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -91,7 +82,7 @@
|
||||
"mac" "1028"
|
||||
}
|
||||
|
||||
"m_voicePitch" // int
|
||||
"m_cClipSize" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -100,7 +91,7 @@
|
||||
"mac" "1032"
|
||||
}
|
||||
|
||||
"m_iBrassShell" // int
|
||||
"m_voicePitch" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -109,7 +100,7 @@
|
||||
"mac" "1036"
|
||||
}
|
||||
|
||||
"m_iSentence" // int
|
||||
"m_iBrassShell" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -117,6 +108,15 @@
|
||||
"linux" "1040"
|
||||
"mac" "1040"
|
||||
}
|
||||
|
||||
"m_iSentence" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1024"
|
||||
"linux" "1044"
|
||||
"mac" "1044"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -429,14 +429,23 @@
|
||||
"mac" "928"
|
||||
}
|
||||
|
||||
"m_iClass" // int
|
||||
"m_flLastYawTime" // float
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "float"
|
||||
|
||||
"windows" "912"
|
||||
"linux" "932"
|
||||
"mac" "932"
|
||||
}
|
||||
|
||||
"m_iClass" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -23,39 +23,30 @@
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_iSpin" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
}
|
||||
|
||||
"m_pEyeGlow" // CSprite*
|
||||
{
|
||||
"type" "classptr"
|
||||
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
}
|
||||
|
||||
"m_eyeBrightness" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "928"
|
||||
"linux" "948"
|
||||
"mac" "948"
|
||||
}
|
||||
|
||||
"m_iDeployHeight" // int
|
||||
"m_eyeBrightness" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -64,7 +55,7 @@
|
||||
"mac" "952"
|
||||
}
|
||||
|
||||
"m_iRetractHeight" // int
|
||||
"m_iDeployHeight" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -73,7 +64,7 @@
|
||||
"mac" "956"
|
||||
}
|
||||
|
||||
"m_iMinPitch" // int
|
||||
"m_iRetractHeight" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -82,7 +73,7 @@
|
||||
"mac" "960"
|
||||
}
|
||||
|
||||
"m_iBaseTurnRate" // int
|
||||
"m_iMinPitch" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -91,25 +82,25 @@
|
||||
"mac" "964"
|
||||
}
|
||||
|
||||
"m_fTurnRate" // float
|
||||
"m_iBaseTurnRate" // int
|
||||
{
|
||||
"type" "float"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "948"
|
||||
"linux" "968"
|
||||
"mac" "968"
|
||||
}
|
||||
|
||||
"m_iOrientation" // int
|
||||
"m_fTurnRate" // float
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "float"
|
||||
|
||||
"windows" "952"
|
||||
"linux" "972"
|
||||
"mac" "972"
|
||||
}
|
||||
|
||||
"m_iOn" // int
|
||||
"m_iOrientation" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -118,7 +109,7 @@
|
||||
"mac" "976"
|
||||
}
|
||||
|
||||
"m_fBeserk" // int
|
||||
"m_iOn" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -127,7 +118,7 @@
|
||||
"mac" "980"
|
||||
}
|
||||
|
||||
"m_iAutoStart" // int
|
||||
"m_fBeserk" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -136,25 +127,25 @@
|
||||
"mac" "984"
|
||||
}
|
||||
|
||||
"m_vecLastSight" // Vector
|
||||
"m_iAutoStart" // int
|
||||
{
|
||||
"type" "vector"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "968"
|
||||
"linux" "988"
|
||||
"mac" "988"
|
||||
}
|
||||
|
||||
"m_flLastSight" // float
|
||||
"m_vecLastSight" // Vector
|
||||
{
|
||||
"type" "float"
|
||||
"type" "vector"
|
||||
|
||||
"windows" "980"
|
||||
"linux" "1000"
|
||||
"mac" "1000"
|
||||
"windows" "972"
|
||||
"linux" "992"
|
||||
"mac" "992"
|
||||
}
|
||||
|
||||
"m_flMaxWait" // float
|
||||
"m_flLastSight" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -163,58 +154,67 @@
|
||||
"mac" "1004"
|
||||
}
|
||||
|
||||
"m_iSearchSpeed" // int
|
||||
"m_flMaxWait" // float
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "float"
|
||||
|
||||
"windows" "988"
|
||||
"linux" "1008"
|
||||
"mac" "1008"
|
||||
}
|
||||
|
||||
"m_flStartYaw" // float
|
||||
"m_iSearchSpeed" // int
|
||||
{
|
||||
"type" "float"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "992"
|
||||
"linux" "1012"
|
||||
"mac" "1012"
|
||||
}
|
||||
|
||||
"m_vecCurAngles" // Vector
|
||||
"m_flStartYaw" // float
|
||||
{
|
||||
"type" "vector"
|
||||
"type" "float"
|
||||
|
||||
"windows" "996"
|
||||
"linux" "1016"
|
||||
"mac" "1016"
|
||||
}
|
||||
|
||||
"m_vecCurAngles" // Vector
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "1000"
|
||||
"linux" "1020"
|
||||
"mac" "1020"
|
||||
}
|
||||
|
||||
"m_vecGoalAngles" // Vector
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "1008"
|
||||
"linux" "1028"
|
||||
"mac" "1028"
|
||||
"windows" "1012"
|
||||
"linux" "1032"
|
||||
"mac" "1032"
|
||||
}
|
||||
|
||||
"m_flPingTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "1020"
|
||||
"linux" "1040"
|
||||
"mac" "1040"
|
||||
"windows" "1024"
|
||||
"linux" "1044"
|
||||
"mac" "1044"
|
||||
}
|
||||
|
||||
"m_flSpinUpTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "1024"
|
||||
"linux" "1044"
|
||||
"mac" "1044"
|
||||
"windows" "1028"
|
||||
"linux" "1048"
|
||||
"mac" "1048"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,21 +23,12 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
}
|
||||
|
||||
"m_iszIdle" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_iszPlay" // int
|
||||
"m_iszIdle" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -46,7 +37,7 @@
|
||||
"mac" "944"
|
||||
}
|
||||
|
||||
"m_iszEntity" // int
|
||||
"m_iszPlay" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -55,7 +46,7 @@
|
||||
"mac" "948"
|
||||
}
|
||||
|
||||
"m_iszAttack" // int
|
||||
"m_iszEntity" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -64,7 +55,7 @@
|
||||
"mac" "952"
|
||||
}
|
||||
|
||||
"m_iszFireOnBegin" // int
|
||||
"m_iszAttack" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -73,7 +64,7 @@
|
||||
"mac" "956"
|
||||
}
|
||||
|
||||
"m_fMoveTo" // int
|
||||
"m_iszFireOnBegin" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -82,7 +73,7 @@
|
||||
"mac" "960"
|
||||
}
|
||||
|
||||
"m_fTurnType" // int
|
||||
"m_fMoveTo" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -91,7 +82,7 @@
|
||||
"mac" "964"
|
||||
}
|
||||
|
||||
"m_fAction" // int
|
||||
"m_fTurnType" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -100,7 +91,7 @@
|
||||
"mac" "968"
|
||||
}
|
||||
|
||||
"m_iFinishSchedule" // int
|
||||
"m_fAction" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -109,52 +100,52 @@
|
||||
"mac" "972"
|
||||
}
|
||||
|
||||
"m_flRadius" // float
|
||||
"m_iFinishSchedule" // int
|
||||
{
|
||||
"type" "float"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "956"
|
||||
"linux" "976"
|
||||
"mac" "976"
|
||||
}
|
||||
|
||||
"m_iDelay" // int
|
||||
"m_flRadius" // float
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "float"
|
||||
|
||||
"windows" "960"
|
||||
"linux" "980"
|
||||
"mac" "980"
|
||||
}
|
||||
|
||||
"m_startTime" // float
|
||||
"m_iDelay" // int
|
||||
{
|
||||
"type" "float"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "964"
|
||||
"linux" "984"
|
||||
"mac" "984"
|
||||
}
|
||||
|
||||
"m_saved_m_hTargetEnt" // EHANDLE
|
||||
"m_startTime" // float
|
||||
{
|
||||
"type" "ehandle"
|
||||
"type" "float"
|
||||
|
||||
"windows" "968"
|
||||
"linux" "988"
|
||||
"mac" "988"
|
||||
}
|
||||
|
||||
"m_saved_m_pGoalEnt" // int
|
||||
"m_saved_m_hTargetEnt" // EHANDLE
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "ehandle"
|
||||
|
||||
"windows" "976"
|
||||
"linux" "996"
|
||||
"mac" "996"
|
||||
"windows" "972"
|
||||
"linux" "992"
|
||||
"mac" "992"
|
||||
}
|
||||
|
||||
"m_saved_movetype" // int
|
||||
"m_saved_m_pGoalEnt" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -163,7 +154,7 @@
|
||||
"mac" "1000"
|
||||
}
|
||||
|
||||
"m_saved_solid" // int
|
||||
"m_saved_movetype" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -172,7 +163,7 @@
|
||||
"mac" "1004"
|
||||
}
|
||||
|
||||
"m_saved_effects" // int
|
||||
"m_saved_solid" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -181,7 +172,7 @@
|
||||
"mac" "1008"
|
||||
}
|
||||
|
||||
"m_interruptable" // BOOL
|
||||
"m_saved_effects" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -189,6 +180,15 @@
|
||||
"linux" "1012"
|
||||
"mac" "1012"
|
||||
}
|
||||
|
||||
"m_interruptable" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "996"
|
||||
"linux" "1016"
|
||||
"mac" "1016"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,21 +23,12 @@
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "972"
|
||||
"linux" "992"
|
||||
"mac" "992"
|
||||
}
|
||||
|
||||
"m_flShootTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "976"
|
||||
"linux" "996"
|
||||
"mac" "996"
|
||||
}
|
||||
|
||||
"m_flShootEnd" // float
|
||||
"m_flShootTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -46,14 +37,23 @@
|
||||
"mac" "1000"
|
||||
}
|
||||
|
||||
"m_flShootEnd" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "984"
|
||||
"linux" "1004"
|
||||
"mac" "1004"
|
||||
}
|
||||
|
||||
"m_pBall" // CSprite*[2]
|
||||
{
|
||||
"type" "classptr"
|
||||
"size" "2"
|
||||
|
||||
"windows" "984"
|
||||
"linux" "1004"
|
||||
"mac" "1004"
|
||||
"windows" "988"
|
||||
"linux" "1008"
|
||||
"mac" "1008"
|
||||
}
|
||||
|
||||
"m_iBall" // int[2]
|
||||
@ -61,9 +61,9 @@
|
||||
"type" "integer"
|
||||
"size" "2"
|
||||
|
||||
"windows" "992"
|
||||
"linux" "1012"
|
||||
"mac" "1012"
|
||||
"windows" "996"
|
||||
"linux" "1016"
|
||||
"mac" "1016"
|
||||
}
|
||||
|
||||
"m_iBallTime" // float[2]
|
||||
@ -71,9 +71,9 @@
|
||||
"type" "float"
|
||||
"size" "2"
|
||||
|
||||
"windows" "1000"
|
||||
"linux" "1020"
|
||||
"mac" "1020"
|
||||
"windows" "1004"
|
||||
"linux" "1024"
|
||||
"mac" "1024"
|
||||
}
|
||||
|
||||
"m_iBallCurrent" // int[2]
|
||||
@ -81,36 +81,36 @@
|
||||
"type" "integer"
|
||||
"size" "2"
|
||||
|
||||
"windows" "1008"
|
||||
"linux" "1028"
|
||||
"mac" "1028"
|
||||
"windows" "1012"
|
||||
"linux" "1032"
|
||||
"mac" "1032"
|
||||
}
|
||||
|
||||
"m_vecEstVelocity" // Vector
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "1016"
|
||||
"linux" "1036"
|
||||
"mac" "1036"
|
||||
"windows" "1020"
|
||||
"linux" "1040"
|
||||
"mac" "1040"
|
||||
}
|
||||
|
||||
"m_velocity" // Vector
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "1028"
|
||||
"linux" "1048"
|
||||
"mac" "1048"
|
||||
"windows" "1032"
|
||||
"linux" "1052"
|
||||
"mac" "1052"
|
||||
}
|
||||
|
||||
"m_fInCombat" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1040"
|
||||
"linux" "1060"
|
||||
"mac" "1060"
|
||||
"windows" "1044"
|
||||
"linux" "1064"
|
||||
"mac" "1064"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,36 +23,36 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_flNextAttack" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
}
|
||||
|
||||
"m_vecIdeal" // Vector
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
"windows" "928"
|
||||
"linux" "948"
|
||||
"mac" "948"
|
||||
}
|
||||
|
||||
"m_hOwner" // EHANDLE
|
||||
{
|
||||
"type" "ehandle"
|
||||
|
||||
"windows" "936"
|
||||
"linux" "956"
|
||||
"mac" "956"
|
||||
"windows" "940"
|
||||
"linux" "960"
|
||||
"mac" "960"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "ehandle"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,18 +23,18 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_spriteScale" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,21 +23,12 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
}
|
||||
|
||||
"m_flClipTime" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_iOldMoveType" // int
|
||||
"m_flClipTime" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -46,7 +37,7 @@
|
||||
"mac" "944"
|
||||
}
|
||||
|
||||
"m_iBodyGibs" // int
|
||||
"m_iOldMoveType" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -55,7 +46,7 @@
|
||||
"mac" "948"
|
||||
}
|
||||
|
||||
"m_fRegisteredSound" // BOOL
|
||||
"m_iBodyGibs" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -63,6 +54,15 @@
|
||||
"linux" "952"
|
||||
"mac" "952"
|
||||
}
|
||||
|
||||
"m_fRegisteredSound" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "936"
|
||||
"linux" "956"
|
||||
"mac" "956"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "936"
|
||||
"linux" "956"
|
||||
"mac" "956"
|
||||
"windows" "940"
|
||||
"linux" "960"
|
||||
"mac" "960"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,36 +23,36 @@
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_flNextSmellTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
}
|
||||
|
||||
"m_fLightHacked" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
"windows" "928"
|
||||
"linux" "948"
|
||||
"mac" "948"
|
||||
}
|
||||
|
||||
"m_iMode" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "928"
|
||||
"linux" "948"
|
||||
"mac" "948"
|
||||
"windows" "932"
|
||||
"linux" "952"
|
||||
"mac" "952"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,36 +23,36 @@
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_flNextSmellTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
}
|
||||
|
||||
"m_fLightHacked" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
"windows" "928"
|
||||
"linux" "948"
|
||||
"mac" "948"
|
||||
}
|
||||
|
||||
"m_iMode" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "928"
|
||||
"linux" "948"
|
||||
"mac" "948"
|
||||
"windows" "932"
|
||||
"linux" "952"
|
||||
"mac" "952"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,21 +23,12 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1040"
|
||||
"linux" "1060"
|
||||
"mac" "1060"
|
||||
}
|
||||
|
||||
"m_painTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "1044"
|
||||
"linux" "1064"
|
||||
"mac" "1064"
|
||||
}
|
||||
|
||||
"m_checkAttackTime" // float
|
||||
"m_painTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -46,14 +37,23 @@
|
||||
"mac" "1068"
|
||||
}
|
||||
|
||||
"m_lastAttackCheck" // BOOL
|
||||
"m_checkAttackTime" // float
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1052"
|
||||
"linux" "1072"
|
||||
"mac" "1072"
|
||||
}
|
||||
|
||||
"m_lastAttackCheck" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1056"
|
||||
"linux" "1076"
|
||||
"mac" "1076"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "ehandle"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_hSquadMember" // EHANDLE[4]
|
||||
@ -33,45 +33,45 @@
|
||||
"type" "ehandle"
|
||||
"size" "4"
|
||||
|
||||
"windows" "924"
|
||||
"linux" "944"
|
||||
"mac" "944"
|
||||
"windows" "928"
|
||||
"linux" "948"
|
||||
"mac" "948"
|
||||
}
|
||||
|
||||
"m_afSquadSlots" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "956"
|
||||
"linux" "976"
|
||||
"mac" "976"
|
||||
"windows" "960"
|
||||
"linux" "980"
|
||||
"mac" "980"
|
||||
}
|
||||
|
||||
"m_flLastEnemySightTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "960"
|
||||
"linux" "980"
|
||||
"mac" "980"
|
||||
"windows" "964"
|
||||
"linux" "984"
|
||||
"mac" "984"
|
||||
}
|
||||
|
||||
"m_fEnemyEluded" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "964"
|
||||
"linux" "984"
|
||||
"mac" "984"
|
||||
"windows" "968"
|
||||
"linux" "988"
|
||||
"mac" "988"
|
||||
}
|
||||
|
||||
"m_iMySlot" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "968"
|
||||
"linux" "988"
|
||||
"mac" "988"
|
||||
"windows" "972"
|
||||
"linux" "992"
|
||||
"mac" "992"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,21 +23,12 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
}
|
||||
|
||||
"m_nSpeak" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
|
||||
"m_voicePitch" // int
|
||||
"m_nSpeak" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -46,35 +37,35 @@
|
||||
"mac" "944"
|
||||
}
|
||||
|
||||
"m_szGrp" // const char*[19]
|
||||
"m_voicePitch" // int
|
||||
{
|
||||
"type" "stringptr"
|
||||
"size" "19"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "928"
|
||||
"linux" "948"
|
||||
"mac" "948"
|
||||
}
|
||||
|
||||
"m_szGrp" // const char*[19]
|
||||
{
|
||||
"type" "stringptr"
|
||||
"size" "19"
|
||||
|
||||
"windows" "932"
|
||||
"linux" "952"
|
||||
"mac" "952"
|
||||
}
|
||||
|
||||
"m_useTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "1004"
|
||||
"linux" "1024"
|
||||
"mac" "1024"
|
||||
}
|
||||
|
||||
"m_iszUse" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1008"
|
||||
"linux" "1028"
|
||||
"mac" "1028"
|
||||
}
|
||||
|
||||
"m_iszUnUse" // int
|
||||
"m_iszUse" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -83,7 +74,7 @@
|
||||
"mac" "1032"
|
||||
}
|
||||
|
||||
"m_iszDecline" // int
|
||||
"m_iszUnUse" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -92,7 +83,7 @@
|
||||
"mac" "1036"
|
||||
}
|
||||
|
||||
"m_iszSpeakAs" // int
|
||||
"m_iszDecline" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -101,16 +92,16 @@
|
||||
"mac" "1040"
|
||||
}
|
||||
|
||||
"m_flLastSaidSmelled" // float
|
||||
"m_iszSpeakAs" // int
|
||||
{
|
||||
"type" "float"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1024"
|
||||
"linux" "1044"
|
||||
"mac" "1044"
|
||||
}
|
||||
|
||||
"m_flStopTalkTime" // float
|
||||
"m_flLastSaidSmelled" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -119,14 +110,23 @@
|
||||
"mac" "1048"
|
||||
}
|
||||
|
||||
"m_hTalkTarget" // EHANDLE
|
||||
"m_flStopTalkTime" // float
|
||||
{
|
||||
"type" "ehandle"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1032"
|
||||
"linux" "1052"
|
||||
"mac" "1052"
|
||||
}
|
||||
|
||||
"m_hTalkTarget" // EHANDLE
|
||||
{
|
||||
"type" "ehandle"
|
||||
|
||||
"windows" "1036"
|
||||
"linux" "1056"
|
||||
"mac" "1056"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1028"
|
||||
"linux" "1048"
|
||||
"mac" "1048"
|
||||
"windows" "1032"
|
||||
"linux" "1052"
|
||||
"mac" "1052"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,9 +23,9 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "916"
|
||||
"linux" "936"
|
||||
"mac" "936"
|
||||
"windows" "920"
|
||||
"linux" "940"
|
||||
"mac" "940"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user