Fixed CreateEntityByName for Insurgency (bug 4180, r=dvander).
This commit is contained in:
parent
6e87e5c05f
commit
d484979fe8
@ -79,7 +79,6 @@
|
|||||||
"game" "hl2mp"
|
"game" "hl2mp"
|
||||||
"game" "ship"
|
"game" "ship"
|
||||||
"game" "!Dystopia"
|
"game" "!Dystopia"
|
||||||
"game" "insurgency"
|
|
||||||
"game" "pvkii"
|
"game" "pvkii"
|
||||||
"game" "sourceforts"
|
"game" "sourceforts"
|
||||||
"game" "FortressForever"
|
"game" "FortressForever"
|
||||||
@ -158,7 +157,6 @@
|
|||||||
{
|
{
|
||||||
"game" "cstrike"
|
"game" "cstrike"
|
||||||
"game" "hl2mp"
|
"game" "hl2mp"
|
||||||
"game" "insurgency"
|
|
||||||
"game" "pvkii"
|
"game" "pvkii"
|
||||||
"game" "sourceforts"
|
"game" "sourceforts"
|
||||||
"game" "synergy"
|
"game" "synergy"
|
||||||
|
@ -82,9 +82,34 @@
|
|||||||
"windows" "288"
|
"windows" "288"
|
||||||
"linux" "289"
|
"linux" "289"
|
||||||
}
|
}
|
||||||
|
"g_pGameRules"
|
||||||
|
{
|
||||||
|
"windows" "2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
"Signatures"
|
"Signatures"
|
||||||
{
|
{
|
||||||
|
"Offsets"
|
||||||
|
{
|
||||||
|
/* Offset into CreateGameRulesObject */
|
||||||
|
"g_pGameRules"
|
||||||
|
{
|
||||||
|
"windows" "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"Signatures"
|
||||||
|
{
|
||||||
|
"CreateGameRulesObject"
|
||||||
|
{
|
||||||
|
"library" "server"
|
||||||
|
"windows" "\x8B\x0D\x2A\x2A\x2A\x2A\x85\xC9\x74\x2A\x8B\x01\x6A\x01\xFF\x50"
|
||||||
|
}
|
||||||
|
"g_pGameRules"
|
||||||
|
{
|
||||||
|
"library" "server"
|
||||||
|
"linux" "@g_pGameRules"
|
||||||
|
}
|
||||||
"FireOutput"
|
"FireOutput"
|
||||||
{
|
{
|
||||||
"library" "server"
|
"library" "server"
|
||||||
|
Loading…
Reference in New Issue
Block a user