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:
@ -23,30 +23,21 @@
|
||||
{
|
||||
"type" "vector"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
"mac" "680"
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
"mac" "684"
|
||||
}
|
||||
|
||||
"m_flightSpeed" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "672"
|
||||
"linux" "692"
|
||||
"mac" "692"
|
||||
}
|
||||
|
||||
"m_stopTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "676"
|
||||
"linux" "696"
|
||||
"mac" "696"
|
||||
}
|
||||
|
||||
"m_momentum" // float
|
||||
"m_stopTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -55,14 +46,32 @@
|
||||
"mac" "700"
|
||||
}
|
||||
|
||||
"m_pFlapSound" // const char*
|
||||
"m_momentum" // float
|
||||
{
|
||||
"type" "stringptr"
|
||||
"type" "float"
|
||||
|
||||
"windows" "684"
|
||||
"linux" "704"
|
||||
"mac" "704"
|
||||
}
|
||||
|
||||
"m_pFlapSound" // const char*
|
||||
{
|
||||
"type" "stringptr"
|
||||
|
||||
"windows" "688"
|
||||
"linux" "708"
|
||||
"mac" "708"
|
||||
}
|
||||
|
||||
"m_flLastZYawTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "692"
|
||||
"linux" "712"
|
||||
"mac" "712"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user