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,21 +23,12 @@
{
"type" "integer"
"windows" "660"
"linux" "680"
"mac" "680"
}
"m_nSpeak" // int
{
"type" "integer"
"windows" "664"
"linux" "684"
"mac" "684"
}
"m_voicePitch" // int
"m_nSpeak" // int
{
"type" "integer"
@ -46,35 +37,35 @@
"mac" "688"
}
"m_szGrp" // const char*[18]
"m_voicePitch" // int
{
"type" "stringptr"
"size" "18"
"type" "integer"
"windows" "672"
"linux" "692"
"mac" "692"
}
"m_szGrp" // const char*[18]
{
"type" "stringptr"
"size" "18"
"windows" "676"
"linux" "696"
"mac" "696"
}
"m_useTime" // float
{
"type" "float"
"windows" "744"
"linux" "764"
"mac" "764"
}
"m_iszUse" // int
{
"type" "integer"
"windows" "748"
"linux" "768"
"mac" "768"
}
"m_iszUnUse" // int
"m_iszUse" // int
{
"type" "integer"
@ -83,16 +74,16 @@
"mac" "772"
}
"m_flLastSaidSmelled" // float
"m_iszUnUse" // int
{
"type" "float"
"type" "integer"
"windows" "756"
"linux" "776"
"mac" "776"
}
"m_flStopTalkTime" // float
"m_flLastSaidSmelled" // float
{
"type" "float"
@ -101,14 +92,23 @@
"mac" "780"
}
"m_hTalkTarget" // EHANDLE
"m_flStopTalkTime" // float
{
"type" "ehandle"
"type" "float"
"windows" "764"
"linux" "784"
"mac" "784"
}
"m_hTalkTarget" // EHANDLE
{
"type" "ehandle"
"windows" "768"
"linux" "788"
"mac" "788"
}
}
}
}