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,9 +23,9 @@
{
"type" "ehandle"
"windows" "820"
"linux" "840"
"mac" "840"
"windows" "824"
"linux" "844"
"mac" "844"
}
"m_hSquadMember" // EHANDLE[4]
@ -33,75 +33,66 @@
"type" "ehandle"
"size" "4"
"windows" "828"
"linux" "848"
"mac" "848"
"windows" "832"
"linux" "852"
"mac" "852"
}
"m_afSquadSlots" // int
{
"type" "integer"
"windows" "860"
"linux" "880"
"mac" "880"
"windows" "864"
"linux" "884"
"mac" "884"
}
"m_flLastEnemySightTime" // float
{
"type" "float"
"windows" "864"
"linux" "884"
"mac" "884"
"windows" "868"
"linux" "888"
"mac" "888"
}
"m_fEnemyEluded" // BOOL
{
"type" "integer"
"windows" "868"
"linux" "888"
"mac" "888"
"windows" "872"
"linux" "892"
"mac" "892"
}
"m_hWaitMedic" // EHANDLE
{
"type" "ehandle"
"windows" "872"
"linux" "892"
"mac" "892"
"windows" "876"
"linux" "896"
"mac" "896"
}
"m_flMedicWaitTime" // float
{
"type" "float"
"windows" "880"
"linux" "900"
"mac" "900"
}
"m_flLastHitByPlayer" // float
{
"type" "float"
"windows" "884"
"linux" "904"
"mac" "904"
}
"m_iPlayerHits" // int
"m_flLastHitByPlayer" // float
{
"type" "integer"
"type" "float"
"windows" "888"
"linux" "908"
"mac" "908"
}
"m_iMySlot" // int
"m_iPlayerHits" // int
{
"type" "integer"
@ -109,6 +100,15 @@
"linux" "912"
"mac" "912"
}
"m_iMySlot" // int
{
"type" "integer"
"windows" "896"
"linux" "916"
"mac" "916"
}
}
}
}