Fix CS:GO gamedata.
This commit is contained in:
parent
aee82c9be4
commit
8a6889663d
@ -69,14 +69,14 @@
|
||||
}
|
||||
"GetWeaponPriceFunc"
|
||||
{
|
||||
"windows" "98"
|
||||
"linux" "139"
|
||||
"windows" "105"
|
||||
"linux" "152"
|
||||
}
|
||||
//This is GetWeaponPriceFunc offset -1 (only used by GDC)
|
||||
"GetWeaponPriceFuncGDC"
|
||||
{
|
||||
"windows" "97"
|
||||
"linux" "138"
|
||||
"windows" "104"
|
||||
"linux" "151"
|
||||
}
|
||||
}
|
||||
"Signatures"
|
||||
@ -97,7 +97,7 @@
|
||||
{
|
||||
"library" "server"
|
||||
"windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x7C\x01\x00\x00\x53\x56\x57\x6A\x00"
|
||||
"linux" "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x9C\x01\x00\x00\x8B\x5D\x08\xC7\x44\x24\x04\x00\x00\x00\x00"
|
||||
"linux" "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x9C\x01\x00\x00\x0F\xB6\x55\x14"
|
||||
}
|
||||
"CSWeaponDrop"//Wildcard first 6 bytes for CS:S DM
|
||||
{
|
||||
@ -153,8 +153,8 @@
|
||||
"GetWeaponPrice"
|
||||
{
|
||||
"library" "server"
|
||||
"windows" "\x55\x8B\xEC\x8B\xD1\x8B\x4D\x08\x83\xF9\x2A\x75\x2A\x83\xBA\x2A\x2A\x2A\x2A\x64\xB8\xE8\x2A\x2A\x2A\x7C"
|
||||
"linux" "\x55\x89\xE5\x53\x83\xEC\x14\x8B\x55\x0C\x8B\x4D\x08"
|
||||
"windows" "\x55\x8B\xEC\x8B\xD1\x8B\x4D\x08\x85\xC9\x75\x2A\x83\xC8\xFF"
|
||||
"linux" "\x55\x89\xE5\x83\xEC\x18\x89\x5D\xF8\x8B\x5D\x10\x89\x75\xFC\x8B\x4D\x08"
|
||||
}
|
||||
"SetModelFromClass"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user