View Single Post
Author Message
serpentine
I don't have a problem
Join Date: Feb 2011
Location: Madison, WI
Old 11-07-2011 , 22:39   Setup admin flags?
Reply With Quote #1

EDIT: Edited this thread instead of making a new one, different issue this time. I'm getting the "orbiting planets" particle effect when equipping the mutton chops w/ pipe item for soldier. Item #440 in the items_game, though I don't have that item in my tf2items.weapons.txt file anywhere, here it is.
Code:
"custom_weapons_v3"
{
	"*"
	{
		"12"
		{
			"admin-flags" "z"
			"quality"		"4"
			"level"			"50"
			"preserve-attributes"	"1"
		}
		"18"
		{
			"admin-flags" "z"
			"quality"		"1"
			"level"			"100"
			"preserve-attributes"	"1"
			
			"1"				"134 ; 2"
		}
		"205"
		{
			"admin-flags" "z"
			"quality"		"1"
			"level"			"100"
			"preserve-attributes"	"1"
			
			"1"				"134 ; 2"
		}
		"*"
		{
			"quality"		"1"
			"level"			"100"
			"preserve-attributes" 	"1"
			
			"1"				"134 ; 4"
		}
		"128"
		{
			"admin-flags" "z"
			"quality"		"1"
			"level"			"100"
			"preserve-attributes" 	"1"
			
			"1"				"134 ; 2"
		}
		"127"
		{
			"admin-flags" "z"
			"quality"		"1"
			"level"			"100"
			"preserve-attributes" 	"1"
			
			"1"				"134 ; 4"
		}
		"513"
		{
			"admin-flags" "z"
			"quality" 		"9"
			"level"			"69"
			"preserve-attributes"	"1"

			"1"				"134 ; 2"
		}
	}
}
And here is a screenshot of the effect showing even with the item not assigned: http://cloud.steampowered.com/ugc/61...D47F3393F7724/ anyone know why this is happening?

Last edited by serpentine; 11-09-2011 at 07:28.
serpentine is offline