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 Arkshine
parent 78ecb35e3c
commit 9ca3a685ed
217 changed files with 5053 additions and 4873 deletions

View File

@ -1729,6 +1729,33 @@
"linux" "2468"
"mac" "2468"
}
"m_iLastAccount" // int
{
"type" "integer"
"windows" "2480"
"linux" "2500"
"mac" "2500"
}
"m_iLastClientHealth" // int
{
"type" "integer"
"windows" "2484"
"linux" "2504"
"mac" "2504"
}
"m_tmNextAccountHealthUpdate" // float
{
"type" "float"
"windows" "2488"
"linux" "2508"
"mac" "2508"
}
}
}
}

View File

@ -23,9 +23,9 @@
{
"type" "pointer"
"windows" "2480"
"linux" "2500"
"mac" "2500"
"windows" "2492"
"linux" "2512"
"mac" "2512"
}
"m_id" // unsigned int
@ -33,57 +33,21 @@
"type" "integer"
"unsigned" "1"
"windows" "2484"
"linux" "2504"
"mac" "2504"
"windows" "2496"
"linux" "2516"
"mac" "2516"
}
"m_flNextBotThink" // float
{
"type" "float"
"windows" "2488"
"linux" "2508"
"mac" "2508"
}
"m_flNextFullBotThink" // float
{
"type" "float"
"windows" "2492"
"linux" "2512"
"mac" "2512"
}
"m_flPreviousCommandTime" // float
{
"type" "float"
"windows" "2496"
"linux" "2516"
"mac" "2516"
}
"m_isRunning" // bool
{
"type" "boolean"
"windows" "2500"
"linux" "2520"
"mac" "2520"
}
"m_isCrouching" // bool
{
"type" "boolean"
"windows" "2501"
"linux" "2521"
"mac" "2521"
}
"m_forwardSpeed" // float
"m_flNextFullBotThink" // float
{
"type" "float"
@ -92,7 +56,7 @@
"mac" "2524"
}
"m_strafeSpeed" // float
"m_flPreviousCommandTime" // float
{
"type" "float"
@ -101,26 +65,34 @@
"mac" "2528"
}
"m_verticalSpeed" // float
"m_isRunning" // bool
{
"type" "float"
"type" "boolean"
"windows" "2512"
"linux" "2532"
"mac" "2532"
}
"m_buttonFlags" // short unsigned int
"m_isCrouching" // bool
{
"type" "short"
"unsigned" "1"
"type" "boolean"
"windows" "2513"
"linux" "2533"
"mac" "2533"
}
"m_forwardSpeed" // float
{
"type" "float"
"windows" "2516"
"linux" "2536"
"mac" "2536"
}
"m_jumpTimestamp" // float
"m_strafeSpeed" // float
{
"type" "float"
@ -129,23 +101,51 @@
"mac" "2540"
}
"m_postureStack" // struct PostureContext[8]
"m_verticalSpeed" // float
{
"type" "structure"
"size" "8"
"type" "float"
"windows" "2524"
"linux" "2544"
"mac" "2544"
}
"m_buttonFlags" // short unsigned int
{
"type" "short"
"unsigned" "1"
"windows" "2528"
"linux" "2548"
"mac" "2548"
}
"m_jumpTimestamp" // float
{
"type" "float"
"windows" "2532"
"linux" "2552"
"mac" "2552"
}
"m_postureStack" // struct PostureContext[8]
{
"type" "structure"
"size" "8"
"windows" "2536"
"linux" "2556"
"mac" "2556"
}
"m_postureStackIndex" // int
{
"type" "integer"
"windows" "2540"
"linux" "2560"
"mac" "2560"
"windows" "2552"
"linux" "2572"
"mac" "2572"
}
}
}

File diff suppressed because it is too large Load Diff