PDA

View Full Version : [TF2] Rocket/Pipe collision with teammates (FF enabled)?


napalm00
02-01-2012, 11:32
I'm trying to find out a way to make friendly rockets/pipebombs collide with teammates (of course with mp_friendlyfire set to 1).
I already tried changing the rocket's team, thinking that would do something but the rocket still didn't collide.
I guess I'd have to play around with"m_usSolidFlags", "m_nSolidType" and "m_CollisionGroup", but I'm not sure about which flags I'd have to set.

Any solution to this?
Thanks in advance :mrgreen:

Edit:
Rockets work with m_usSolidFlags set to 8, while the same doesn't apply to pipebombs unfortunately.