Please or Register to create posts and topics.

Base Game Particles do not abide by Control Points

Basically, every particle in my game has decided it would rather go towards the origin of the map rather than the specified control point. Help?

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!

Did you try reloading your map?
Sometimes weird things happen...

Mostly lurking

What type of entity are you using for the control points? I always use info_targets, and enable the "always transmit to client (ignore PVS)" flag on each info_target.

This tells the game that the targets / control points are visible to the "client" part of the game, which does the particle rendering. (By default, info_targets are not sent to the client, since they are invisible.)

If the client can't find a control point when the map starts, the location for that control point falls back to the map origin.

Sendificate series: Sendificate | A Beam Too Far | Airtime | 302
Other Portal 2 maps: Medusa Glare
Portal 1 maps: Try Anything Twice | Manic Mechanic

Oh, that would probably be it. I never thought of doingthatbefore. Thanks!

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!