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" "stringint"
"windows" "660"
"linux" "680"
"mac" "680"
}
"m_cNumMonsters" // int
{
"type" "integer"
"windows" "664"
"linux" "684"
"mac" "684"
}
"m_cLiveChildren" // int
"m_cNumMonsters" // int
{
"type" "integer"
@ -46,7 +37,7 @@
"mac" "688"
}
"m_iMaxLiveChildren" // int
"m_cLiveChildren" // int
{
"type" "integer"
@ -55,25 +46,25 @@
"mac" "692"
}
"m_flGround" // float
"m_iMaxLiveChildren" // int
{
"type" "float"
"type" "integer"
"windows" "676"
"linux" "696"
"mac" "696"
}
"m_fActive" // BOOL
"m_flGround" // float
{
"type" "integer"
"type" "float"
"windows" "680"
"linux" "700"
"mac" "700"
}
"m_fFadeChildren" // BOOL
"m_fActive" // BOOL
{
"type" "integer"
@ -81,6 +72,15 @@
"linux" "704"
"mac" "704"
}
"m_fFadeChildren" // BOOL
{
"type" "integer"
"windows" "688"
"linux" "708"
"mac" "708"
}
}
}
}