Update HLDM offsets

This commit is contained in:
Arkshine
2015-08-10 15:58:41 +02:00
parent 2fa53badd9
commit 9a83db66f5
138 changed files with 1775 additions and 1 deletions

View File

@ -21,6 +21,8 @@
{
"m_afConditions" // int
{
"type" "integer"
"windows" "240"
"linux" "260"
"mac" "260"
@ -28,6 +30,8 @@
"m_hEnemy" // EHANDLE
{
"type" "ehandle"
"windows" "244"
"linux" "264"
"mac" "264"
@ -35,6 +39,8 @@
"m_hTargetEnt" // EHANDLE
{
"type" "ehandle"
"windows" "252"
"linux" "272"
"mac" "272"
@ -42,6 +48,9 @@
"m_hOldEnemy" // EHANDLE[4]
{
"type" "ehandle"
"size" "4"
"windows" "260"
"linux" "280"
"mac" "280"
@ -49,6 +58,9 @@
"m_vecOldEnemy" // Vector[4]
{
"type" "vector"
"size" "4"
"windows" "292"
"linux" "312"
"mac" "312"
@ -56,6 +68,8 @@
"m_flFieldOfView" // float
{
"type" "time"
"windows" "340"
"linux" "360"
"mac" "360"
@ -63,6 +77,8 @@
"m_flWaitFinished" // float
{
"type" "time"
"windows" "344"
"linux" "364"
"mac" "364"
@ -70,6 +86,8 @@
"m_flMoveWaitFinished" // float
{
"type" "time"
"windows" "348"
"linux" "368"
"mac" "368"
@ -77,6 +95,8 @@
"m_Activity" // Activity
{
"type" "integer"
"windows" "352"
"linux" "372"
"mac" "372"
@ -84,6 +104,8 @@
"m_IdealActivity" // Activity
{
"type" "integer"
"windows" "356"
"linux" "376"
"mac" "376"
@ -91,6 +113,8 @@
"m_LastHitGroup" // int
{
"type" "integer"
"windows" "360"
"linux" "380"
"mac" "380"
@ -98,6 +122,8 @@
"m_MonsterState" // MONSTERSTATE
{
"type" "integer"
"windows" "364"
"linux" "384"
"mac" "384"
@ -105,6 +131,8 @@
"m_IdealMonsterState" // MONSTERSTATE
{
"type" "integer"
"windows" "368"
"linux" "388"
"mac" "388"
@ -112,6 +140,8 @@
"m_iTaskStatus" // int
{
"type" "integer"
"windows" "372"
"linux" "392"
"mac" "392"
@ -119,6 +149,8 @@
"m_pSchedule" // class Schedule_t*
{
"type" "pointer"
"windows" "376"
"linux" "396"
"mac" "396"
@ -126,6 +158,8 @@
"m_iScheduleIndex" // int
{
"type" "integer"
"windows" "380"
"linux" "400"
"mac" "400"
@ -133,6 +167,9 @@
"m_Route" // struct WayPoint_t[8]
{
"type" "structure"
"size" "8"
"windows" "384"
"linux" "404"
"mac" "404"
@ -140,6 +177,8 @@
"m_movementGoal" // int
{
"type" "integer"
"windows" "512"
"linux" "532"
"mac" "532"
@ -147,6 +186,8 @@
"m_iRouteIndex" // int
{
"type" "integer"
"windows" "516"
"linux" "536"
"mac" "536"
@ -154,6 +195,8 @@
"m_moveWaitTime" // float
{
"type" "time"
"windows" "520"
"linux" "540"
"mac" "540"
@ -161,6 +204,8 @@
"m_vecMoveGoal" // Vector
{
"type" "vector"
"windows" "524"
"linux" "544"
"mac" "544"
@ -168,6 +213,8 @@
"m_movementActivity" // Activity
{
"type" "integer"
"windows" "536"
"linux" "556"
"mac" "556"
@ -175,6 +222,8 @@
"m_iAudibleList" // int
{
"type" "integer"
"windows" "540"
"linux" "560"
"mac" "560"
@ -182,6 +231,8 @@
"m_afSoundTypes" // int
{
"type" "integer"
"windows" "544"
"linux" "564"
"mac" "564"
@ -189,6 +240,8 @@
"m_vecLastPosition" // Vector
{
"type" "vector"
"windows" "548"
"linux" "568"
"mac" "568"
@ -196,6 +249,8 @@
"m_iHintNode" // int
{
"type" "integer"
"windows" "560"
"linux" "580"
"mac" "580"
@ -203,6 +258,8 @@
"m_afMemory" // int
{
"type" "integer"
"windows" "564"
"linux" "584"
"mac" "584"
@ -210,6 +267,8 @@
"m_iMaxHealth" // int
{
"type" "integer"
"windows" "568"
"linux" "588"
"mac" "588"
@ -217,6 +276,8 @@
"m_vecEnemyLKP" // Vector
{
"type" "vector"
"windows" "572"
"linux" "592"
"mac" "592"
@ -224,6 +285,8 @@
"m_cAmmoLoaded" // int
{
"type" "integer"
"windows" "584"
"linux" "604"
"mac" "604"
@ -231,6 +294,8 @@
"m_afCapability" // int
{
"type" "integer"
"windows" "588"
"linux" "608"
"mac" "608"
@ -238,6 +303,8 @@
"m_flNextAttack" // float
{
"type" "time"
"windows" "592"
"linux" "612"
"mac" "612"
@ -245,6 +312,8 @@
"m_bitsDamageType" // int
{
"type" "integer"
"windows" "596"
"linux" "616"
"mac" "616"
@ -252,6 +321,10 @@
"m_rgbTimeBasedDamage" // unsigned char[8]
{
"type" "character"
"size" "8"
"unsigned" "1"
"windows" "600"
"linux" "620"
"mac" "620"
@ -259,6 +332,8 @@
"m_lastDamageAmount" // int
{
"type" "integer"
"windows" "608"
"linux" "628"
"mac" "628"
@ -266,6 +341,8 @@
"m_bloodColor" // int
{
"type" "integer"
"windows" "612"
"linux" "632"
"mac" "632"
@ -273,6 +350,8 @@
"m_failSchedule" // int
{
"type" "integer"
"windows" "616"
"linux" "636"
"mac" "636"
@ -280,6 +359,8 @@
"m_flHungryTime" // float
{
"type" "time"
"windows" "620"
"linux" "640"
"mac" "640"
@ -287,6 +368,8 @@
"m_flDistTooFar" // float
{
"type" "time"
"windows" "624"
"linux" "644"
"mac" "644"
@ -294,6 +377,8 @@
"m_flDistLook" // float
{
"type" "time"
"windows" "628"
"linux" "648"
"mac" "648"
@ -301,6 +386,8 @@
"m_iTriggerCondition" // int
{
"type" "integer"
"windows" "632"
"linux" "652"
"mac" "652"
@ -308,6 +395,8 @@
"m_iszTriggerTarget" // string_t
{
"type" "stringint"
"windows" "636"
"linux" "656"
"mac" "656"
@ -315,6 +404,8 @@
"m_HackedGunPos" // Vector
{
"type" "vector"
"windows" "640"
"linux" "660"
"mac" "660"
@ -322,6 +413,8 @@
"m_scriptState" // SCRIPTSTATE
{
"type" "integer"
"windows" "652"
"linux" "672"
"mac" "672"
@ -329,6 +422,8 @@
"m_pCine" // CCineMonster*
{
"type" "classptr"
"windows" "656"
"linux" "676"
"mac" "676"