add some gamedata notes

This commit is contained in:
rtldg 2022-06-24 12:45:12 +00:00
parent 4486528880
commit c3f67d77f2

View File

@ -46,7 +46,7 @@
{ {
"Offsets" "Offsets"
{ {
// todo // search string: "func_pushable" and you can find CBaseTrigger::PassesTriggerFilters / CBaseVPhysicsTrigger::PassesTriggerFilters. Follow references to these functions to find the vtable and then calculate the offset...
"CBaseTrigger::PassesTriggerFilters" "CBaseTrigger::PassesTriggerFilters"
{ {
"windows" "210" "windows" "210"
@ -59,7 +59,7 @@
"linux" "507" "linux" "507"
"mac" "507" "mac" "507"
} }
// add 1 to the css offset and hope it works // add 1 to the css offset and hope it works (or look around the references to "Invalid counterterrorist spawnpoint")
"CGameRules::IsSpawnPointValid" "CGameRules::IsSpawnPointValid"
{ {
"windows" "77" "windows" "77"