Move same gamedata fields to #default section

This commit is contained in:
GAMMACASE 2021-08-26 05:25:01 +03:00
parent 3ecc270c4f
commit cf305d758a

View File

@ -1,6 +1,6 @@
"Games"
{
"csgo"
"#default"
{
"Keys"
{
@ -12,6 +12,24 @@
"CBaseEntity::m_RefEHandle" "12"
}
"Offsets"
{
"OSType"
{
"windows" "1"
"linux" "2"
}
"m_angRotation"
{
"class" "CBaseEntity"
"prop" "m_angRotation"
}
}
}
"csgo"
{
"Signatures"
{
"CGameMovement::FullNoClipMove"
@ -21,34 +39,10 @@
"linux" "\x55\x89\xE5\x57\x56\x53\x81\xEC\x9C\x00\x00\x00\xA1\x2A\x2A\x2A\x2A\x8B\x5D\x08\x3D\x2A\x2A\x2A\x2A"
}
}
"Offsets"
{
"OSType"
{
"windows" "1"
"linux" "2"
}
"m_angRotation"
{
"class" "CBaseEntity"
"prop" "m_angRotation"
}
}
}
"cstrike"
{
"Keys"
{
//CGameMovement
"CGameMovement::player" "4"
//CBaseEntity
//Offset is relative to m_angRotation netprop
"CBaseEntity::m_RefEHandle" "12"
}
"Signatures"
{
"CGameMovement::FullNoClipMove"
@ -58,20 +52,5 @@
"linux" "@_ZN13CGameMovement14FullNoClipMoveEff"
}
}
"Offsets"
{
"OSType"
{
"windows" "1"
"linux" "2"
}
"m_angRotation"
{
"class" "CBaseEntity"
"prop" "m_angRotation"
}
}
}
}