Please or Register to create posts and topics.

Solid object... not solid?

I am creating an incinerator and the problem is that the incinerator model is not solid in the game. I can not touch, walk on, or physically interact with it at all. Any help would be appreciated, thanks.

If only I had a portal gun...

The incinerator model doesn't have a collision model. You have to create func_detail brushes with the tools/toolsinvisible texture on them, and place them where you want the incinerator to be solid. Or you can download my prefabs. :wink:

Ald?z wrote:
Or you can download my prefabs. :wink:

Commercialism FTMFW!!!!

nah seriously though. thanks for the prefabs :P

do NOT click this

Thanks. And hi, btw.

If only I had a portal gun...

Is it possible to build a collision model out of the original incinerator model itself? If so, how would I go about doing this?

If only I had a portal gun...

You'd have to decompile the model and then load it into your favorite modeling program. You might be able to just use the actual model as the collision model but that is a TERRIBLE FUCKING IDEA since collision models should be farily simplistic.

[Important Threads] Forum Rules | Welcome to the new Thinking With Portals
Please do not Private Message me for assistance. Post a thread if you have questions or concerns.
If you need to contact the staff privately, contact the Global Moderators via Discord.

Well, I'm new at this, I'm still learning. :)

If only I had a portal gun...

How can I get the collision entities of the doors(prop_dynamic in this case?)to animate with the opening and closing of the doors?

Thanks. :)

If only I had a portal gun...

Are you still talking about the incinerator? Add an OnAnimation output for the model and trigger a func_brush via the input Disable. Or make some other entity trigger the func_brush.