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,21 +23,12 @@
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1700"
|
||||
"linux" "1720"
|
||||
"mac" "1720"
|
||||
}
|
||||
|
||||
"m_bDontSpark" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1704"
|
||||
"linux" "1724"
|
||||
"mac" "1724"
|
||||
}
|
||||
|
||||
"m_bDontSmoke" // BOOL
|
||||
"m_bDontSpark" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
@ -46,16 +37,16 @@
|
||||
"mac" "1728"
|
||||
}
|
||||
|
||||
"m_flExplosionScale" // float
|
||||
"m_bDontSmoke" // BOOL
|
||||
{
|
||||
"type" "float"
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1712"
|
||||
"linux" "1732"
|
||||
"mac" "1732"
|
||||
}
|
||||
|
||||
"m_flSmokeScale" // float
|
||||
"m_flExplosionScale" // float
|
||||
{
|
||||
"type" "float"
|
||||
|
||||
@ -64,23 +55,32 @@
|
||||
"mac" "1736"
|
||||
}
|
||||
|
||||
"m_fRegisteredSound" // BOOL
|
||||
"m_flSmokeScale" // float
|
||||
{
|
||||
"type" "integer"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1720"
|
||||
"linux" "1740"
|
||||
"mac" "1740"
|
||||
}
|
||||
|
||||
"m_fRegisteredSound" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "1724"
|
||||
"linux" "1744"
|
||||
"mac" "1744"
|
||||
}
|
||||
|
||||
"m_usExplode" // short unsigned int
|
||||
{
|
||||
"type" "short"
|
||||
"unsigned" "1"
|
||||
|
||||
"windows" "1724"
|
||||
"linux" "1744"
|
||||
"mac" "1744"
|
||||
"windows" "1728"
|
||||
"linux" "1748"
|
||||
"mac" "1748"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user