View Single Post
Dubswitcher
Junior Member
Join Date: Jun 2020
Old 06-27-2020 , 19:43   Re: Getting an error compiling a plugin for changing TF2 item stats
Reply With Quote #9

I've just modified the stats code for the rocket jumper in the tf2items.weapons.txt file, from what it was before, to this -

Code:
 "custom_weapons_v3"
{
	"*"
	{
		"237"
		{
			"quality"		"1"
			"level"			"1"

			"1"				"4 ; 20"
			"2"				"76 ; 40"
		}
	}
}
I don't really know if this is any better or not as I'm still getting no visible response from it. Command to reload the tf2items manager still doesn't work.

Last edited by Dubswitcher; 06-28-2020 at 09:18.
Dubswitcher is offline