Please or Register to create posts and topics.

Compile error and other questions

Page 1 of 5Next

Hello!
Questions time

1. So apperantly I keep getting that a prop_dynamic is getting leaked (the object is an hanging walkway which streches out from a door connected to a wall). And all the walls are sealed. The load pointfile option just goes right through the wall.
Would it be a good thing to just place my whole map inside a shallow box to avoid furhter leaking error? What seem to be the the cause of this leaking problem?

2. What is the name of the portal weapon holder (which holds a portalgun during the begining of most maps).

3. How do i make animations? Like stuff falling (pillars, hanging walkways etc). You can just give me a link on this question.

1: No, big boxes around your level are horrible for performance, DON'T do this.
Probably one of the wall is a func_brush or a func_detail, they don't seal your map. Select the brush and click "to world".

2: Are you talking about the model that hold the portalgun in like the level where the portalgun is supposed to be but isn't in portal 2? Or are you talking about the elevator?

3: There are dynamic models with certain destroy animations, you can use those, you can parent stuff to a func_train and move them and probably a lot more ;)

Lpfreaky90 wrote:
1: No, big boxes around your level are horrible for performance, DON'T do this.
Probably one of the wall is a func_brush or a func_detail, they don't seal your map. Select the brush and click "to world".

2: Are you talking about the model that hold the portalgun in like the level where the portalgun is supposed to be but isn't in portal 2? Or are you talking about the elevator?

3: There are dynamic models with certain destroy animations, you can use those, you can parent stuff to a func_train and move them and probably a lot more ;)

1. Thanks fixed I dont know why everything was not "to world" because it worked fine earlier.

2. Yes im talking about that thing which holds the portalgun.

3. Is there a guide or example?

For falling stuff, you could make a model into a prop_physics[_override] or a wall tile into a func_physbox. Make it start motion disabled. Then when you EnableMotion it will detach and start falling.

Falsi sumus crusto!

1. Great!
2. community-releases/portal-gun-pedestal-instance-t3974.html
3. https://developer.valvesoftware.com/wiki/Panels (this might help)

?????????????????????????????TWP Releases | My Workshop

Hi, im new here, hoe do I post a question on the forum, not a reply, a new question?

Go to the correct forum you want to post in and click the New topic at the bottom or top of the page.

?????????????????????????????TWP Releases | My Workshop

press the new topic button at the top of the page.

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

Thanks for the answers. After a while of creating a map I face another problem.

When I set an animation which is a giant pillar which falls. The animation works but it makes no sound. Is this suppose to happen? How do i fix this. I have tied the animation on the pillar to a trigger_once

Add in an ambient_generic entity for the right sound.

Falsi sumus crusto!
Page 1 of 5Next