agrastiOs / Ultimate-TF2-Visual-Fix-Pack

A pack of visual fixes for TF2, to be sent to Valve.
178 stars 14 forks source link

Update Rainblower taunt particles to point in the correct direction #53

Closed FlaminSarge closed 3 years ago

FlaminSarge commented 3 years ago

The other option would be to update the pyro model's bone, this seemed easier.

Specifically, under the Position Within Sphere Random Initializer for the 2 relevant particles (pyrotaunt_rainbow_bubbles_flame and pyrotaunt_rainbow_bubbles), this changes speed_in_local_coordinate_system_max from 800 30 30 to 30 30 800 and speed_in_local_coordinate_system_min from 600 -30 -30 to -30 -30 600

FlaminSarge commented 3 years ago

The only concern would be if these particle effects are used as children in another particle effect. Anybody know if that's the case?

agrastiOs commented 3 years ago

Hey, I do not think so, but I myself am not able to check because I don't have access to a PC for three more days. I'll ask someone to check the particle files.

agrastiOs commented 3 years ago

Thanks for your fix FlaminSarge.