sourcemod/gamedata/sdktools.games/game.pvkii.txt

137 lines
2.2 KiB
Plaintext
Raw Normal View History

/**
* 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 */
2014-11-25 12:32:17 +01:00
2014-11-25 12:32:17 +01:00
/* CBaseEntityOutput::FireOutput */
"pvkii"
{
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\x53\x8B\xC1\xC7\x2A\x2A\x2A\x2A\x2A\x00\x56\x57\x89"
"linux" "\x55\x89\xE5\x57\x56\x53\x81\xEC\x2A\x2A\x2A\x2A\x8B\x55\x08\x8B\x75\x14\x8B\x5A\x14\x85\xDB\x0F\x84"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
"pvkii"
{
"Offsets"
{
/* CBasePlayer */
"GiveNamedItem"
{
2015-12-30 14:34:54 +01:00
"windows" "404"
"linux" "405"
"mac" "405"
}
"RemovePlayerItem"
{
2015-12-30 14:34:54 +01:00
"windows" "273"
"linux" "274"
"mac" "274"
}
"Weapon_GetSlot"
{
2015-12-30 14:34:54 +01:00
"windows" "271"
"linux" "272"
"mac" "272"
}
"Ignite"
{
2015-12-30 14:34:54 +01:00
"windows" "212"
"linux" "213"
"mac" "213"
}
"Extinguish"
{
2015-12-30 14:34:54 +01:00
"windows" "216"
"linux" "217"
"mac" "217"
}
"Teleport"
{
2014-11-25 12:32:17 +01:00
"windows" "109"
"linux" "110"
"mac" "110"
}
"CommitSuicide"
{
2015-12-30 14:34:54 +01:00
"windows" "443"
"linux" "443"
"mac" "443"
}
"GetVelocity"
{
2014-11-25 12:32:17 +01:00
"windows" "141"
"linux" "142"
"mac" "142"
}
"EyeAngles"
{
2014-11-25 12:32:17 +01:00
"windows" "132"
"linux" "133"
"mac" "133"
}
"AcceptInput"
{
2014-11-25 12:32:17 +01:00
"windows" "37"
"linux" "38"
"mac" "38"
}
"SetEntityModel"
{
2014-11-25 12:32:17 +01:00
"windows" "25"
"linux" "26"
"mac" "26"
}
"WeaponEquip"
{
2015-12-30 14:34:54 +01:00
"windows" "264"
"linux" "265"
"mac" "265"
}
"Activate"
{
2014-11-25 12:32:17 +01:00
"windows" "34"
"linux" "35"
"mac" "35"
}
"PlayerRunCmd"
{
2015-12-30 14:34:54 +01:00
"windows" "422"
"linux" "423"
"mac" "423"
}
2014-11-25 12:32:17 +01:00
"GiveAmmo"
{
2015-12-30 14:34:54 +01:00
"windows" "255"
"linux" "256"
"mac" "256"
}
}
2014-11-25 12:32:17 +01:00
"Keys"
{
"GameRulesProxy" "CPVK2GameRulesProxy"
"GameRulesDataTable" "pvk2_gamerules_data"
2014-11-25 12:32:17 +01:00
}
2015-12-30 14:34:54 +01:00
}
}