Update Opfor offsets

This commit is contained in:
Arkshine
2015-08-10 16:20:43 +02:00
parent a50b1e17d8
commit a6e587f0f0
232 changed files with 3188 additions and 1 deletions

View File

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