Source-1-Games icon indicating copy to clipboard operation
Source-1-Games copied to clipboard

[TF2] Soda Popper Using Fancy Scattergun Idle Animation on Class Selection Screen

Open AtomicTEM opened this issue 1 year ago • 1 comments

If you equip the Soda Popper for Scout, in the class selection the Scout will do the Scattergun Posing animation, instead of doing no animation like Force of Nature. This causes the Soda Popper model to appear "exploded" where the bullets are hanging out of the Soda Popper and the chamber clips into the stock. Its not an issue with the animation files itself, it just seems that whatever coding normally prevents the posing animation from playing, like in the case of the Force of Nature, is not working.

AtomicTEM avatar Feb 23 '24 19:02 AtomicTEM

Found the issue, In the "items_game.txt" file, The Soda popper is missing the following attribute under "attributes"

			"disable fancy class select anim"
			{
				"attribute_class"	"disable_fancy_class_select_anim"
				"value"	"1"
			}

AtomicTEM avatar Feb 24 '24 07:02 AtomicTEM