Update clan tag and team score offsets for cstrike ext on OS X.
This commit is contained in:
parent
4c7cf6ce06
commit
3c89f2b1c2
@ -33,21 +33,21 @@
|
|||||||
{
|
{
|
||||||
"windows" "24"
|
"windows" "24"
|
||||||
"linux" "29"
|
"linux" "29"
|
||||||
"mac" "29"
|
"mac" "18"
|
||||||
}
|
}
|
||||||
//Offset into CheckWinLimit to find CT team score offset from gamerules. For mac this is an offset into CCSGameRules::Think
|
//Offset into CheckWinLimit to find CT team score offset from gamerules. For mac this is an offset into CCSGameRules::Think
|
||||||
"CTTeamScoreOffset"
|
"CTTeamScoreOffset"
|
||||||
{
|
{
|
||||||
"windows" "18"
|
"windows" "18"
|
||||||
"linux" "27"
|
"linux" "27"
|
||||||
"mac" "466"
|
"mac" "205"
|
||||||
}
|
}
|
||||||
//Offset into CheckWinLimit to find T team score offset from gamerules. For mac this is an offset into CCSGameRules::Think
|
//Offset into CheckWinLimit to find T team score offset from gamerules. For mac this is an offset into CCSGameRules::Think
|
||||||
"TTeamScoreOffset"
|
"TTeamScoreOffset"
|
||||||
{
|
{
|
||||||
"windows" "56"
|
"windows" "56"
|
||||||
"linux" "38"
|
"linux" "38"
|
||||||
"mac" "481"
|
"mac" "216"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"Signatures"
|
"Signatures"
|
||||||
|
Loading…
Reference in New Issue
Block a user