View Single Post
Jillchang
Senior Member
Join Date: Mar 2014
Old 10-30-2017 , 09:49   Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
Reply With Quote #8

Quote:
Originally Posted by Pelipoika View Post
Code:
"CWeaponMedigun::AllowedToHealTarget"	//"weapon_blocks_healing"
{
	"library"	"server"
	"windows"	"\x55\x8B\xEC\x53\x8B\xD9\x56\x57\x8B\xB3\xE8\x01\x00\x00"
	"linux"		"@_ZN14CWeaponMedigun19AllowedToHealTargetEP11CBaseEntity"
}
Still doesn't work,
here is the full gamedata I have using your settings

Code:
"Games"
{
	"tf"
	{
		"Addresses"
		{
			"Patch_AllowedToHealTarget"
			{
				"linux"
				{
					"signature" "CWeaponMedigun::AllowedToHealTarget"
				}
				
				"windows"
				{
					"signature" "CWeaponMedigun::AllowedToHealTarget"
				}				
			}		
		}
		
		"Signatures"
		{
			"CWeaponMedigun::AllowedToHealTarget"	//"weapon_blocks_healing"
			{
			"library"	"server"
			"windows"	"\x55\x8B\xEC\x53\x8B\xD9\x56\x57\x8B\xB3\xE8\x01\x00\x00"
			"linux"		"@_ZN14CWeaponMedigun19AllowedToHealTargetEP11CBaseEntity"
			}		
		}
		
		"Offsets"
		{
			"CWeaponMedigun::AllowedToHealTarget"
			{
				"windows"	"0"
				"linux"		"17"
			}
		}
	}
}
Jillchang is offline