sourcemod/gamedata/sdktools.games/game.nmrih.txt
Nicholas Hastings 53a0acc2e3 Add GiveAmmo gamedata for more games.
--HG--
extra : amend_source : fd278ab2ac6f0afe7a47b0ba24d8c751755e1970
2014-02-10 11:46:10 -05:00

122 lines
2.1 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"
{
/* No More Room in Hell */
"nmrih"
{
"Offsets"
{
"GiveNamedItem"
{
"windows" "412"
"linux" "413"
"mac" "413"
}
"RemovePlayerItem"
{
"windows" "271"
"linux" "272"
"mac" "272"
}
"Weapon_GetSlot"
{
"windows" "269"
"linux" "270"
"mac" "270"
}
"Ignite"
{
"windows" "209"
"linux" "210"
"mac" "210"
}
"Extinguish"
{
"windows" "213"
"linux" "214"
"mac" "214"
}
"Teleport"
{
"windows" "109"
"linux" "110"
"mac" "110"
}
"CommitSuicide"
{
"windows" "451"
"linux" "451"
"mac" "451"
}
"GetVelocity"
{
"windows" "141"
"linux" "142"
"mac" "142"
}
"EyeAngles"
{
"windows" "132"
"linux" "133"
"mac" "133"
}
"AcceptInput"
{
"windows" "36"
"linux" "37"
"mac" "37"
}
"SetEntityModel"
{
"windows" "24"
"linux" "25"
"mac" "25"
}
"WeaponEquip"
{
"windows" "262"
"linux" "263"
"mac" "263"
}
"Activate"
{
"windows" "33"
"linux" "34"
"mac" "34"
}
"PlayerRunCmd"
{
"windows" "430"
"linux" "431"
"mac" "431"
}
"GiveAmmo"
{
"windows" "253"
"linux" "253"
"mac" "253"
}
}
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x55\x8B\xEC\x81\x2A\x2A\x2A\x2A\x2A\x53\x56\x8B\x71\x2A\x57\x89"
"linux" "\x55\x89\xE5\x57\x56\x53\x81\xEC\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x65\x2A\x2A\x2A\x2A\x2A\x89\x2A\x2A\x31\xC0\x8B\x2A\x2A\x8B\x2A\x2A\x8B\x2A\x2A\x8B\x2A\x2A\x89\x2A\x2A\x2A\x2A\x2A\x89\x2A\x2A\x2A\x2A\x2A\x89"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
}