View Single Post
lazyman0615
New Member
Join Date: Jul 2019
Old 07-29-2019 , 07:12   Re: [TF2] Custom Weapons 3 (Beta 2)
Reply With Quote #202

Hi! I am new to hosting server and i just installed this plugin, so I am sorry if I made any rookie mistake.

So far, I have made several custom weapons like knifes and fists and they work. However, custom flamethrowers don't show up in my menu, not even the one in the DLC pack. Are there any additional files I missed, or do I have to update some files? Here's the code for the stock flamethrower.

Code:
"Stock Flamethrower"
{
	"classes"
	{
		"pyro"		"0"
	}
	"baseclass"		"flamethrower"
	"baseindex"		"21"
	"nobots"		"1"
	"quality"		"6"
	"logname"		"flamethrower"
	"description"	"Stock"
"cw3_attributes"
{
"flame_gravity"
{
"plugin"	"tf2attributes"
"value"	"0"
}

"flame_drag"
{
"plugin"	"tf2attributes"
"value"	"8.5"
}

"flame_up_speed"
{
"plugin"	"tf2attributes"
"value"	"50"
}

"flame_speed"
{
"plugin"	"tf2attributes"
"value"	"2450"
}

"flame_spread_degree"
{
"plugin"	"tf2attributes"
"value"	"2.8"
}

"flame_lifetime"
{
"plugin"	"tf2attributes"
"value"	".6"
}

"flame_random_life_time_offset"
{
"plugin"	"tf2attributes"
"value"	".1"
}
}
}
lazyman0615 is offline