View Single Post
Sreaper
髪を用心
Join Date: Nov 2009
Old 10-23-2022 , 01:28   Re: [TF2] No Thriller Taunt
Reply With Quote #144

Quote:
Originally Posted by PC Gamer View Post
Does anyone have a working version of this plugin? Current version crashes my server. Also, tf_forced_holiday 8 doesn't prevent the thriller taunt.
Might be your gamedata. The one on my server seems to be different than what's in the OP.

Quote:
Metamod:Source version 1.12.0-dev+1147
SourceMod Version: 1.11.0.6826
Code:
"Games"
{
	"tf"
	{
		"Signatures"
		{
			"ThrillerTaunt"
			{
				"library"		"server"
				"linux"		"@_ZN9CTFPlayer22ModifyOrAppendCriteriaER14AI_CriteriaSet"
				"windows"		"\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x81\xEC\x28\x01\x00\x00\x56\x57\x8B\x7B\x08"
			}
		}
		"Addresses"
		{
			"ThrillerTaunt"
			{
				"signature"	"ThrillerTaunt"
			}
		}
		"Offsets"
		{
			"Offset_ThrillerTaunt"
			{
				"linux"		"2605"
				"windows"		"3092"
			}
			"Payload_ThrillerTaunt"
			{
				"linux"		"128"		// NEAR JO
				"windows"		"113"		// SHORT JNO
			}
		}
	}
}

Last edited by Sreaper; 10-23-2022 at 02:09.
Sreaper is offline