Update DoD offsets

This commit is contained in:
Arkshine
2015-08-10 15:52:21 +02:00
parent db14b0eae8
commit 2fa53badd9
157 changed files with 2148 additions and 3 deletions

View File

@ -21,6 +21,8 @@
{
"m_afConditions" // int
{
"type" "integer"
"windows" "492"
"linux" "512"
"mac" "512"
@ -28,6 +30,8 @@
"m_hEnemy" // EHANDLE
{
"type" "ehandle"
"windows" "496"
"linux" "516"
"mac" "516"
@ -35,6 +39,8 @@
"m_hTargetEnt" // EHANDLE
{
"type" "ehandle"
"windows" "504"
"linux" "524"
"mac" "524"
@ -42,6 +48,9 @@
"m_hOldEnemy" // EHANDLE[4]
{
"type" "ehandle"
"size" "4"
"windows" "512"
"linux" "532"
"mac" "532"
@ -49,6 +58,9 @@
"m_vecOldEnemy" // Vector[4]
{
"type" "vector"
"size" "4"
"windows" "544"
"linux" "564"
"mac" "564"
@ -56,6 +68,8 @@
"m_flFieldOfView" // float
{
"type" "time"
"windows" "592"
"linux" "612"
"mac" "612"
@ -63,6 +77,8 @@
"m_flWaitFinished" // float
{
"type" "time"
"windows" "596"
"linux" "616"
"mac" "616"
@ -70,6 +86,8 @@
"m_flMoveWaitFinished" // float
{
"type" "time"
"windows" "600"
"linux" "620"
"mac" "620"
@ -77,6 +95,8 @@
"m_Activity" // Activity
{
"type" "integer"
"windows" "604"
"linux" "624"
"mac" "624"
@ -84,6 +104,8 @@
"m_IdealActivity" // Activity
{
"type" "integer"
"windows" "608"
"linux" "628"
"mac" "628"
@ -91,6 +113,8 @@
"m_LastHitGroup" // int
{
"type" "integer"
"windows" "612"
"linux" "632"
"mac" "632"
@ -98,6 +122,8 @@
"m_MonsterState" // MONSTERSTATE
{
"type" "integer"
"windows" "616"
"linux" "636"
"mac" "636"
@ -105,6 +131,8 @@
"m_IdealMonsterState" // MONSTERSTATE
{
"type" "integer"
"windows" "620"
"linux" "640"
"mac" "640"
@ -112,6 +140,8 @@
"m_iTaskStatus" // int
{
"type" "integer"
"windows" "624"
"linux" "644"
"mac" "644"
@ -119,6 +149,8 @@
"m_pSchedule" // class Schedule_t*
{
"type" "pointer"
"windows" "628"
"linux" "648"
"mac" "648"
@ -126,6 +158,8 @@
"m_iScheduleIndex" // int
{
"type" "integer"
"windows" "632"
"linux" "652"
"mac" "652"
@ -133,6 +167,9 @@
"m_Route" // struct WayPoint_t[8]
{
"type" "structure"
"size" "8"
"windows" "636"
"linux" "656"
"mac" "656"
@ -140,6 +177,8 @@
"m_movementGoal" // int
{
"type" "integer"
"windows" "764"
"linux" "784"
"mac" "784"
@ -147,6 +186,8 @@
"m_iRouteIndex" // int
{
"type" "integer"
"windows" "768"
"linux" "788"
"mac" "788"
@ -154,6 +195,8 @@
"m_moveWaitTime" // float
{
"type" "time"
"windows" "772"
"linux" "792"
"mac" "792"
@ -161,6 +204,8 @@
"m_vecMoveGoal" // Vector
{
"type" "vector"
"windows" "776"
"linux" "796"
"mac" "796"
@ -168,6 +213,8 @@
"m_movementActivity" // Activity
{
"type" "integer"
"windows" "788"
"linux" "808"
"mac" "808"
@ -175,6 +222,8 @@
"m_iAudibleList" // int
{
"type" "integer"
"windows" "792"
"linux" "812"
"mac" "812"
@ -182,6 +231,8 @@
"m_afSoundTypes" // int
{
"type" "integer"
"windows" "796"
"linux" "816"
"mac" "816"
@ -189,6 +240,8 @@
"m_vecLastPosition" // Vector
{
"type" "vector"
"windows" "800"
"linux" "820"
"mac" "820"
@ -196,6 +249,8 @@
"m_iHintNode" // int
{
"type" "integer"
"windows" "812"
"linux" "832"
"mac" "832"
@ -203,6 +258,8 @@
"m_afMemory" // int
{
"type" "integer"
"windows" "816"
"linux" "836"
"mac" "836"
@ -210,6 +267,8 @@
"m_iMaxHealth" // int
{
"type" "integer"
"windows" "820"
"linux" "840"
"mac" "840"
@ -217,6 +276,8 @@
"m_vecEnemyLKP" // Vector
{
"type" "vector"
"windows" "824"
"linux" "844"
"mac" "844"
@ -224,6 +285,8 @@
"m_cAmmoLoaded" // int
{
"type" "integer"
"windows" "836"
"linux" "856"
"mac" "856"
@ -231,6 +294,8 @@
"m_afCapability" // int
{
"type" "integer"
"windows" "840"
"linux" "860"
"mac" "860"
@ -238,6 +303,8 @@
"m_flNextAttack" // float
{
"type" "time"
"windows" "844"
"linux" "864"
"mac" "864"
@ -245,6 +312,8 @@
"m_bitsDamageType" // int
{
"type" "integer"
"windows" "848"
"linux" "868"
"mac" "868"
@ -252,6 +321,10 @@
"m_rgbTimeBasedDamage" // unsigned char[8]
{
"type" "character"
"size" "8"
"unsigned" "1"
"windows" "852"
"linux" "872"
"mac" "872"
@ -259,6 +332,8 @@
"m_lastDamageAmount" // int
{
"type" "integer"
"windows" "860"
"linux" "880"
"mac" "880"
@ -266,6 +341,8 @@
"m_bloodColor" // int
{
"type" "integer"
"windows" "864"
"linux" "884"
"mac" "884"
@ -273,6 +350,8 @@
"m_failSchedule" // int
{
"type" "integer"
"windows" "868"
"linux" "888"
"mac" "888"
@ -280,6 +359,8 @@
"m_flHungryTime" // float
{
"type" "time"
"windows" "872"
"linux" "892"
"mac" "892"
@ -287,6 +368,8 @@
"m_flDistTooFar" // float
{
"type" "time"
"windows" "876"
"linux" "896"
"mac" "896"
@ -294,6 +377,8 @@
"m_flDistLook" // float
{
"type" "time"
"windows" "880"
"linux" "900"
"mac" "900"
@ -301,6 +386,8 @@
"m_iTriggerCondition" // int
{
"type" "integer"
"windows" "884"
"linux" "904"
"mac" "904"
@ -308,6 +395,8 @@
"m_iszTriggerTarget" // string_t
{
"type" "stringint"
"windows" "888"
"linux" "908"
"mac" "908"
@ -315,6 +404,8 @@
"m_HackedGunPos" // Vector
{
"type" "vector"
"windows" "892"
"linux" "912"
"mac" "912"
@ -322,6 +413,8 @@
"m_scriptState" // SCRIPTSTATE
{
"type" "integer"
"windows" "904"
"linux" "924"
"mac" "924"
@ -329,6 +422,8 @@
"m_pCine" // CCineMonster*
{
"type" "classptr"
"windows" "908"
"linux" "928"
"mac" "928"
@ -336,6 +431,8 @@
"m_iClass" // int
{
"type" "integer"
"windows" "912"
"linux" "932"
"mac" "932"