Info placement helper movement?

Avatar
mynameiscody07
13 Posts
Posted Jan 30, 2012
I have a few panels that move on a button press or trigger. The panels go from 90 degrees to 0 degrees. Is there a way to make the info placement helper to move with the func brush that is attached to the panel. I tried setting the IPH parent to the func brush and hoped it would follow the brush when the brush follows the panel but it seems as if it didnt work
Advertisement
Registered users don’t see ads! Register now!
Avatar
ChickenMobile
2,460 Posts
Posted Jan 30, 2012
Replied 1 hour later
no.
Avatar
Spam Nugget
492 Posts
Posted Jan 30, 2012
Replied 17 minutes later
Indeed you cant. try using two info placement helpers, one set for the panel at 0 degrees, one set for when it is at 90.
Avatar
mynameiscody07
13 Posts
Posted Jan 30, 2012
Replied 8 hours later
Okay thanks for the help. I was thinking that might be the case but Just wanted to be sure before I did that.
Avatar
greykarel
225 Posts
Posted Jan 30, 2012
Replied 1 hour later
Hey,guys, why not? I've just made a thing like that and it works quite allright.
I don't know if it matters but I set parent for helpers to panels(prop_dynamic) not to brush.And set the radius 64(or even 96)for panel 128x128 size.
The above posts made me che?k my map with consol command ent_text <helper_name>.
Here is screenshots where you can see helper goes with panel.

img[/URL]
img[/URL]

Anyway placement_helper affect the first portal on the panel.But if there already is a portal on the panel and you "shoot" the same coulor portal the placement_helper dosn't work and new portal can be misaligned.

Advertisement
Registered users don’t see ads! Register now!
Avatar
mynameiscody07
13 Posts
Posted Jan 30, 2012
Replied 2 hours later
Yep I just tested it out as well as it seemed as things like triggers can move with panels and it worked perfectly fine for me as well.