mirror of
https://github.com/jason-e/rngfix.git
synced 2025-12-06 18:08:33 +00:00
Update gamedata for CSGO's Danger Zone update
This commit is contained in:
parent
1c85683a7e
commit
ba2e9d22a5
@ -5,10 +5,10 @@
|
||||
"Keys"
|
||||
{
|
||||
"IGameMovement" "GameMovement001"
|
||||
|
||||
|
||||
"IServerGameEnts" "ServerGameEnts001"
|
||||
}
|
||||
|
||||
|
||||
"Signatures"
|
||||
{
|
||||
"CreateInterface"
|
||||
@ -18,7 +18,7 @@
|
||||
"linux" "@CreateInterface"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
"Offsets"
|
||||
{
|
||||
"ProcessMovement"
|
||||
@ -28,7 +28,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
"csgo"
|
||||
{
|
||||
"Offsets"
|
||||
@ -36,17 +36,17 @@
|
||||
// applies to trigger_vphysics_motion and trigger_wind
|
||||
"CBaseVPhysicsTrigger::PassesTriggerFilters"
|
||||
{
|
||||
"windows" "196"
|
||||
"linux" "197"
|
||||
"windows" "200"
|
||||
"linux" "201"
|
||||
}
|
||||
|
||||
|
||||
// applies to all other triggers
|
||||
"CBaseTrigger::PassesTriggerFilters"
|
||||
{
|
||||
"windows" "206"
|
||||
"linux" "207"
|
||||
"windows" "210"
|
||||
"linux" "211"
|
||||
}
|
||||
|
||||
|
||||
"IServerGameEnts::MarkEntitiesAsTouching"
|
||||
{
|
||||
"windows" "1"
|
||||
@ -54,25 +54,25 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
"cstrike"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
{
|
||||
// applies to trigger_vphysics_motion and trigger_wind
|
||||
"CBaseVPhysicsTrigger::PassesTriggerFilters"
|
||||
{
|
||||
"windows" "188"
|
||||
"linux" "189"
|
||||
}
|
||||
|
||||
|
||||
// applies to all other triggers
|
||||
"CBaseTrigger::PassesTriggerFilters"
|
||||
{
|
||||
"windows" "197"
|
||||
"linux" "198"
|
||||
}
|
||||
|
||||
|
||||
"IServerGameEnts::MarkEntitiesAsTouching"
|
||||
{
|
||||
"windows" "2"
|
||||
@ -80,4 +80,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user