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:
Vincent Herbet
2019-10-21 11:49:30 +02:00
committed by GitHub
parent d01aa5762f
commit 5120deaf74
217 changed files with 5053 additions and 4873 deletions

View File

@ -23,30 +23,21 @@
{
"type" "classptr"
"windows" "660"
"linux" "680"
"mac" "680"
"windows" "664"
"linux" "684"
"mac" "684"
}
"m_pSquadNext" // CFlockingFlyer*
{
"type" "classptr"
"windows" "664"
"linux" "684"
"mac" "684"
}
"m_fTurning" // BOOL
{
"type" "integer"
"windows" "668"
"linux" "688"
"mac" "688"
}
"m_fCourseAdjust" // BOOL
"m_fTurning" // BOOL
{
"type" "integer"
@ -55,7 +46,7 @@
"mac" "692"
}
"m_fPathBlocked" // BOOL
"m_fCourseAdjust" // BOOL
{
"type" "integer"
@ -64,43 +55,43 @@
"mac" "696"
}
"m_vecReferencePoint" // Vector
"m_fPathBlocked" // BOOL
{
"type" "vector"
"type" "integer"
"windows" "680"
"linux" "700"
"mac" "700"
}
"m_vecReferencePoint" // Vector
{
"type" "vector"
"windows" "684"
"linux" "704"
"mac" "704"
}
"m_vecAdjustedVelocity" // Vector
{
"type" "vector"
"windows" "692"
"linux" "712"
"mac" "712"
"windows" "696"
"linux" "716"
"mac" "716"
}
"m_flGoalSpeed" // float
{
"type" "float"
"windows" "704"
"linux" "724"
"mac" "724"
}
"m_flLastBlockedTime" // float
{
"type" "float"
"windows" "708"
"linux" "728"
"mac" "728"
}
"m_flFakeBlockedTime" // float
"m_flLastBlockedTime" // float
{
"type" "float"
@ -109,7 +100,7 @@
"mac" "732"
}
"m_flAlertTime" // float
"m_flFakeBlockedTime" // float
{
"type" "float"
@ -118,7 +109,7 @@
"mac" "736"
}
"m_flFlockNextSoundTime" // float
"m_flAlertTime" // float
{
"type" "float"
@ -126,6 +117,15 @@
"linux" "740"
"mac" "740"
}
"m_flFlockNextSoundTime" // float
{
"type" "float"
"windows" "724"
"linux" "744"
"mac" "744"
}
}
}
}