Please or Register to create posts and topics.

trying to make stairs with arm panels help

Page 1 of 5Next

I am trying to make a ramp like stairs with the arm panels using the rampa_stair##_up/down animations and I seemed to be misunderstanding this. In the puzzle creator there are the ramp stairs that you can just place down and be down. I tried doing that with the p2editor stairs instance and it never showed up in game. I then started to use the arm64x64_interior.mdl. I created a 4x2 structure with the arms and from the bottom is rampa_stair01_down_idle. Second row from the bottom is 02, third is 03, and the fourth row is 04. Now these are all very far apart so it looks more like somebody was drunk and doesn't know how to build things. However, that is a simile; I am not drunk or never have been.

I guess what I am trying to do is make it pop out of the floor and create a ramp to the next level of the puzzle. I am surely lost here.

Sincerely,
Harley Frank

Any errors when it "doesn't show up"? The instance is bizarre and expensive but should work okay.

Falsi sumus crusto!

No errors, it just looks really far apart to be a ramp or stairs. Is there a way I can just like move it closer and still have it fit in the ground? Or do I have to add panels underneath them?

Sincerely,
Harley Frank

Do you mean, that you place them correctly in hammer,but they are missaligned placed inGame?
Thats because you must turn at every panel the animation to "idle" (Under the tab "model")
and "Then" you place them.

Can you post a screenshot?

Falsi sumus crusto!

Here is what is going on: http://www.mediafire.com/view/?jdauwiinmoyiimj

Sincerely,
Harley Frank

harmeister wrote:
Here is what is going on: http://www.mediafire.com/view/?jdauwiinmoyiimj

Sincerely,
Harley Frank

the problem is that the pannel brushes don't know that they have to stick to the model.
In order to do that you have to have a logic_auto that sets the parent_attachment_maintain_offset to the appropriate attachment point. That'll tell them to stay linked to the proper part of the pannel.

For the name of the appropriate attachment point either look in the instance or browse in the model browser.

*cough* panel_attach

Image
PortalStories.com
"Oh, in case you got covered in that repulsion gel, here's some advice the lab boys gave me: DO NOT get covered in the repulsion gel."

*cough* don't understand *cough*

Sincerely,
Harley Frank

harmeister wrote:
*cough* don't understand *cough*

Sincerely,
Harley Frank

Panel func_brush properties:
Parent: <name of your panel model>

Logic_auto outputs:
OnMapSpawn -> <name of panel func_brush> -> SetParentAttachmentMaintainOffset -> panel_attach

If all else fails, use this instance:
Panel Stairs Instance

Page 1 of 5Next