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" "708"
|
||||
"linux" "728"
|
||||
"mac" "728"
|
||||
"windows" "712"
|
||||
"linux" "732"
|
||||
"mac" "732"
|
||||
}
|
||||
|
||||
"m_flightSpeed" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "720"
|
||||
"linux" "740"
|
||||
"mac" "740"
|
||||
}
|
||||
|
||||
"m_stopTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "724"
|
||||
"linux" "744"
|
||||
"mac" "744"
|
||||
}
|
||||
|
||||
"m_momentum" // float
|
||||
"m_stopTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -55,14 +46,32 @@
|
||||
"mac" "748"
|
||||
}
|
||||
|
||||
"m_pFlapSound" // const char*
|
||||
"m_momentum" // float
|
||||
{
|
||||
"type" "stringptr"
|
||||
"type" "float"
|
||||
|
||||
"windows" "732"
|
||||
"linux" "752"
|
||||
"mac" "752"
|
||||
}
|
||||
|
||||
"m_pFlapSound" // const char*
|
||||
{
|
||||
"type" "stringptr"
|
||||
|
||||
"windows" "736"
|
||||
"linux" "756"
|
||||
"mac" "756"
|
||||
}
|
||||
|
||||
"m_flLastZYawTime" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
"windows" "740"
|
||||
"linux" "760"
|
||||
"mac" "760"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user