Added SDKTools support for PVKII (Pirates, Vikings, and Knights II) and The Ship

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401074
This commit is contained in:
Scott Ehlert 2007-07-08 11:24:28 +00:00
parent 9d086692ca
commit 4217bc18e6

View File

@ -8,8 +8,10 @@
"game" "cstrike" "game" "cstrike"
"game" "dod" "game" "dod"
"game" "hl2mp" "game" "hl2mp"
"game" "ship"
"game" "!Dystopia" "game" "!Dystopia"
"game" "!Insurgency" "game" "!Insurgency"
"game" "!Pirates, Vikings and Knights II"
"game" "!SourceForts v1.9.2" "game" "!SourceForts v1.9.2"
} }
@ -61,6 +63,7 @@
"game" "ship" "game" "ship"
"game" "!Dystopia" "game" "!Dystopia"
"game" "!Insurgency" "game" "!Insurgency"
"game" "!Pirates, Vikings and Knights II"
"game" "!SourceForts v1.9.2" "game" "!SourceForts v1.9.2"
} }
@ -210,6 +213,52 @@
} }
} }
/* The Ship */
"ship"
{
"Offsets"
{
/* CBasePlayer */
"GiveNamedItem"
{
"windows" "316"
"linux" "317"
}
"RemovePlayerItem"
{
"windows" "220"
"linux" "221"
}
"Weapon_GetSlot"
{
"windows" "218"
"linux" "219"
}
"Ignite"
{
"windows" "180"
"linux" "181"
}
"Extinguish"
{
"windows" "181"
"linux" "182"
}
"Teleport"
{
"windows" "100"
"linux" "101"
}
/* Temp Entities */
"TE_GetServerClass"
{
"windows" "0"
"linux" "0"
}
}
}
/* Dsytopia */ /* Dsytopia */
"!Dystopia" "!Dystopia"
{ {
@ -313,6 +362,51 @@
} }
} }
} }
/* Pirates, Vikings and Knights II */
"!Pirates, Vikings and Knights II"
{
"Offsets"
{
/* CBasePlayer */
"GiveNamedItem"
{
"windows" "328"
"linux" "329"
}
"RemovePlayerItem"
{
"windows" "226"
"linux" "227"
}
"Weapon_GetSlot"
{
"windows" "224"
"linux" "225"
}
"Ignite"
{
"windows" "188"
"linux" "189"
}
"Extinguish"
{
"windows" "189"
"linux" "190"
}
"Teleport"
{
"windows" "98"
"linux" "99"
}
/* Temp Entities */
"s_pTempEntities"
{
"linux" "29"
}
}
}
/* SourceForts 1.9.2 */ /* SourceForts 1.9.2 */
"!SourceForts v1.9.2" "!SourceForts v1.9.2"