Need help creating panels
And I would suggest watching the tutorial by TopHattWaffle:
http://www.youtube.com/watch?feature=player_detailpage&v=Q5na8Llhk8k
It's a great video!
but now, I've got another problem...I'll show you with few screenshots:
so should it look in portal 2:
http://www.abload.de/thumb/5cuzrf.png
so does it look in portal 2:
http://www.abload.de/thumb/2013-04-16_000010wl9d.jpg
Are the brushes doing the animation of the panel, but are offset? Chances are you haven't done this output correctly in the logic_auto:
OnMapSpawn > [panel_brush_name] > SetParentAttachmentMaintainOffset > Parameter = panel_attach
I'd recommend the VDC page to make sure your logic is correct:
DaMaGepy wrote:
I always change the default animation in hammer to bindpose or my anim's idle state, I align the panel to the arm, onmapspawn I attach it, then right after it I setdefaultanim to the startpos or just setanimation (with hold animation turned on, it ignores the setdefaultanim, since it will always freeze at the last frame of the setanimation)
^ Pretty much this. It's what I also do for my panels. OP, try this out and see what happens.