NotnHeavy / TF2-Old-Flamethrower-Mechanics

Pre-Jungle Inferno flames brought back to life!
GNU General Public License v3.0
3 stars 1 forks source link

Question about how to manipulate old flame max distance #3

Open Yokisan249 opened 1 month ago

Yokisan249 commented 1 month ago

Hello, I have tried all the attributes of the flamethrower to try and double the distance that the flames can travel but nothing seems to work with the old flame mechanics. flame_drag, flame_lifetime, flame_speed, mult_flame_life, they don't seem to work unless I disable the old flames plugin and use the current flames but, they are not as consistent as the old ones in terms of dps. Do you know how to double the range of the flames?

NotnHeavy commented 1 month ago

Try tinkering with the TF2 ConVars, such as tf_flamethrower_velocity and tf_flamethrower_maxdamagedist.

Yokisan249 commented 1 month ago

Try tinkering with the TF2 ConVars, such as tf_flamethrower_velocity and tf_flamethrower_maxdamagedist.

The console says the cvars don't exist, but I can see the velocity cvar in the plugins code. The problem is, I have no idea where to get it's value and change it because I cannot find the velocity values.

NotnHeavy commented 1 month ago

I think the sm_cvar command should aid here.