Intelligence Model Glow Question

Rizz

L5: Dapper Member
Dec 18, 2009
210
21
Is it possible to add the glow you get from the intelligence, or a payload cart to a normal brush or anything else?
 

Seba

DR. BIG FUCKER, PHD
aa
Jun 9, 2009
2,364
2,728
If you mean the team-coloured outline, that's already on Payload karts. I'm pretty sure that you can't put it on other entities though.
 

Penguin

Clinically Diagnosed with Small Mapper's Syndrome
aa
May 21, 2009
2,039
1,484
Yeah, you can.

Make a tracktrain, and parent something to that. Don't forget payload logic.

And of course, the tracktrain can be parented to any other thing.
 

Penguin

Clinically Diagnosed with Small Mapper's Syndrome
aa
May 21, 2009
2,039
1,484
you take the base payload entity (func_tracktrain) and parent whatever model you want to have the glow, to that tracktrain.

Then, add the payload logic. Remember, you do nto need to have path_tracks for the tracktrain entity at all. Also, this does not mean that the game mode is payload inherently.

Lastly, parent the tracktrain to whatever you like, if you want it to be dynamic.
 

Seba

DR. BIG FUCKER, PHD
aa
Jun 9, 2009
2,364
2,728
(the PL logic thinks that the parented model is a kart and puts an outline around it)
 

Penguin

Clinically Diagnosed with Small Mapper's Syndrome
aa
May 21, 2009
2,039
1,484
(basically, yeah)