Please or Register to create posts and topics.

Parental Attachment for unlisted models

I am working on story based map and i want to use the following model; models/anim_wp/tv_wallpanel.mdl

however I cannot turn up the info on what the parental attachment name is required to stick a func_brush onto it. Anyone got that info?

Just when I think I understand the system, it changes on me.

Have you tried simply this:

- Introduce that tv_wallpanel.mdl as a prop_dynamic and give it a name.
- Make your func_brush and parent it to the above prop_dynamic's name (by only going into its properties and fill up the "parent" box with the name you gave to the prop_dynamic).

I bet that should do. I parent many elements this way all the time successfully forgetting about SetParentAttachmentMaintainOffset thingies into logic_autos

ImageImageImageImageImageuseful tools and stuff here on TWP :thumbup:
[spoiler]ImageImageImageImageImage[/spoiler]

Doesn't work on all things, i don't think. I learned about that the first time i started using panels and arm. But I found the correct offset after finally finding the coop_lobby.bsp and decompiling it.

Just when I think I understand the system, it changes on me.

tv_wallpanel.mdl has 3 attachment points: panel_01 panel_02 and screen_attach

You can find these for any model by opening up the model viewer from the authoring tools, loading the model you want, and checking out the attachments tab at the bottom.

Some models are more elusive and don't show up in the Load Model browser, for those I extract them from the paks with GCFScape and throw them in a temp folder under the Portal2 directory. Then they can be opened from the model viewer as well

Narsqrd, VERY useful information! Thanks! :thumbup:

ImageImageImageImageImageuseful tools and stuff here on TWP :thumbup:
[spoiler]ImageImageImageImageImage[/spoiler]

indeed. thank you

Just when I think I understand the system, it changes on me.