added empires mod support to sdktools
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401760
This commit is contained in:
parent
430a7ee54b
commit
02c062a380
@ -40,6 +40,7 @@
|
|||||||
"game" "!Pirates, Vikings and Knights II"
|
"game" "!Pirates, Vikings and Knights II"
|
||||||
"game" "!SourceForts v1.9.2"
|
"game" "!SourceForts v1.9.2"
|
||||||
"game" "FortressForever"
|
"game" "FortressForever"
|
||||||
|
"game" "empires"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Offsets"
|
"Offsets"
|
||||||
@ -96,6 +97,7 @@
|
|||||||
"game" "!Pirates, Vikings and Knights II"
|
"game" "!Pirates, Vikings and Knights II"
|
||||||
"game" "!SourceForts v1.9.2"
|
"game" "!SourceForts v1.9.2"
|
||||||
"game" "FortressForever"
|
"game" "FortressForever"
|
||||||
|
"game" "empires"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Offsets"
|
"Offsets"
|
||||||
@ -144,6 +146,7 @@
|
|||||||
"game" "!Pirates, Vikings and Knights II"
|
"game" "!Pirates, Vikings and Knights II"
|
||||||
"game" "!SourceForts v1.9.2"
|
"game" "!SourceForts v1.9.2"
|
||||||
"game" "FortressForever"
|
"game" "FortressForever"
|
||||||
|
"game" "empires"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Offsets"
|
"Offsets"
|
||||||
@ -189,6 +192,7 @@
|
|||||||
"game" "!Insurgency"
|
"game" "!Insurgency"
|
||||||
"game" "!Pirates, Vikings and Knights II"
|
"game" "!Pirates, Vikings and Knights II"
|
||||||
"game" "FortressForever"
|
"game" "FortressForever"
|
||||||
|
"game" "empires"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Signatures"
|
"Signatures"
|
||||||
@ -1088,5 +1092,99 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Empires 2 */
|
||||||
|
"empires"
|
||||||
|
{
|
||||||
|
|
||||||
|
"Offsets"
|
||||||
|
{
|
||||||
|
"GiveNamedItem"
|
||||||
|
{
|
||||||
|
"windows" "332"
|
||||||
|
"linux" "333"
|
||||||
|
}
|
||||||
|
"RemovePlayerItem"
|
||||||
|
{
|
||||||
|
"windows" "230"
|
||||||
|
"linux" "231"
|
||||||
|
}
|
||||||
|
"Weapon_GetSlot"
|
||||||
|
{
|
||||||
|
"windows" "228"
|
||||||
|
"linux" "229"
|
||||||
|
}
|
||||||
|
"Ignite"
|
||||||
|
{
|
||||||
|
"windows" "192"
|
||||||
|
"linux" "193"
|
||||||
|
}
|
||||||
|
"Extinguish"
|
||||||
|
{
|
||||||
|
"windows" "193"
|
||||||
|
"linux" "194"
|
||||||
|
}
|
||||||
|
"Teleport"
|
||||||
|
{
|
||||||
|
"windows" "102"
|
||||||
|
"linux" "103"
|
||||||
|
}
|
||||||
|
"CommitSuicide"
|
||||||
|
{
|
||||||
|
"windows" "360"
|
||||||
|
"linux" "361"
|
||||||
|
}
|
||||||
|
"GetVelocity"
|
||||||
|
{
|
||||||
|
"windows" "130"
|
||||||
|
"linux" "131"
|
||||||
|
}
|
||||||
|
"EyeAngles"
|
||||||
|
{
|
||||||
|
"windows" "122"
|
||||||
|
"linux" "123"
|
||||||
|
}
|
||||||
|
"AcceptInput"
|
||||||
|
{
|
||||||
|
"windows" "36"
|
||||||
|
"linux" "37"
|
||||||
|
}
|
||||||
|
"DispatchKeyValue"
|
||||||
|
{
|
||||||
|
"windows" "31"
|
||||||
|
"linux" "30"
|
||||||
|
}
|
||||||
|
"DispatchKeyValueFloat"
|
||||||
|
{
|
||||||
|
"windows" "30"
|
||||||
|
"linux" "31"
|
||||||
|
}
|
||||||
|
"DispatchKeyValueVector"
|
||||||
|
{
|
||||||
|
"windows" "29"
|
||||||
|
"linux" "32"
|
||||||
|
}
|
||||||
|
"SetEntityModel"
|
||||||
|
{
|
||||||
|
"windows" "25"
|
||||||
|
"linux" "26"
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Offset into LevelShutdown for CGlobalEntList */
|
||||||
|
"gEntList"
|
||||||
|
{
|
||||||
|
"windows" "64"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"Signatures"
|
||||||
|
{
|
||||||
|
"LevelShutdown"
|
||||||
|
{
|
||||||
|
"library" "server"
|
||||||
|
"windows" "\x8B\x0D\x2A\x2A\x2A\x2A\x85\xC9\x74\x2B\x56\xE8\x2A\x2A\x2A\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x85\xC9\x8B\xF1\x74\x0E"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user