sourcemod/gamedata/sdktools.games/game.pvkii.txt
2012-10-24 13:55:07 -04:00

106 lines
1.7 KiB
Plaintext

/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install.
*
* To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed
* after SM's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/
"Games"
{
/* Pirates, Vikings and Knights II */
"pvkii"
{
"Offsets"
{
/* CBasePlayer */
"GiveNamedItem"
{
"windows" "354"
"linux" "355"
}
"RemovePlayerItem"
{
"windows" "241"
"linux" "242"
}
"Weapon_GetSlot"
{
"windows" "239"
"linux" "240"
}
"Ignite"
{
"windows" "196"
"linux" "197"
}
"Extinguish"
{
"windows" "200"
"linux" "201"
}
"Teleport"
{
"windows" "101"
"linux" "102"
}
"CommitSuicide"
{
"windows" "395"
"linux" "395"
}
"GetVelocity"
{
"windows" "131"
"linux" "132"
}
"EyeAngles"
{
"windows" "123"
"linux" "124"
}
"AcceptInput"
{
"windows" "35"
"linux" "36"
}
"SetEntityModel"
{
"windows" "24"
"linux" "25"
}
"WeaponEquip"
{
"windows" "232"
"linux" "233"
}
"Activate"
{
"windows" "32"
"linux" "33"
}
"PlayerRunCmd"
{
"windows" "374"
"linux" "375"
}
"FireOutputBackup"
{
"windows" "6"
"linux" "10"
}
}
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x81\xEC\x2A\x2A\x2A\x2A\x53\x55\x56\x8B\x71\x2A\x85\xF6\x57"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
}