Please or Register to create posts and topics.

Portalable walls with grates in front of them???

I am trying to create a puzzle about redirecting some props through a little maze,
though to prevent players from entering the maze i put grates in front of the panels to prevent anyone passing through.

The problem however is that the grates are on always preventing the player from passing though it from the rearside.

Normally i can stand on the grates, or walk against them without passing through.
But when there's a cube or other prop going through the portal in high speed, it passes through it.

This will get players stuck and confused...

Currently the grates themselves are "func_brush" entities with SolidBSP to Yes and Solidity to "Always solid".
The texture im using is called "metalgrate018c".
The space between the portal and the start of the grate mesh is 19 units.

Image

What am i doing wrong?

Portal 2 Marriage Proposal project: Linking Annex
Spotlighted and over 9000 downloads!!! SP_Angrybombs


Here's my youtube & deviantart

Idk really. It seems right. I dont know about Portal 2 but in the first portal there is a wall just like that.

-ArttyIntel-

Turn the collision off on the brush with the grate texture and place another brush (between grate and panels) with the clip texture.

.:: [SP] Lost in Testing :: #1 :: #2 :: #3 :: #4 ::.
KenJeKenny!? wrote:
clip texture.

wouldn't that also stop excursionfunnels and hardlight bridges?

Portal 2 Marriage Proposal project: Linking Annex
Spotlighted and over 9000 downloads!!! SP_Angrybombs


Here's my youtube & deviantart
MissStabby wrote:
KenJeKenny!? wrote:
clip texture.

wouldn't that also stop excursionfunnels and hardlight bridges?

nope only props/physics objects & clients... if you wanna stop funnel/light bridge you gotta use invisible... but that wont even allow portals through...

What about just making the grate texture a bit bigger (thicker)?

.:: [SP] Lost in Testing :: #1 :: #2 :: #3 :: #4 ::.

When I built a grated platform like this, I did this:

Grate-textured func_brush set to "Not Solid"
Playerclip brush - occupies the same space as the grate, but is a little thicker underneath (it only needs to cover the grate though)
func_clip_vphysics - occupies the same space as the playerclip brush

It doesn't block funnels or bridges, but players and objects cannot pass through.

There is no "N" in "Turret."

Oh yea! What Kenny said was right. I remember trying that. And Ps, I like your avatar MissStabby. (:

-ArttyIntel-
Will T. wrote:
When I built a grated platform like this, I did this:

Grate-textured func_brush set to "Not Solid"
Playerclip brush - occupies the same space as the grate, but is a little thicker underneath (it only needs to cover the grate though)
func_clip_vphysics - occupies the same space as the playerclip brush

It doesn't block funnels or bridges, but players and objects cannot pass through.

is there a special texture i should be using for the clip_vphysics?

Portal 2 Marriage Proposal project: Linking Annex
Spotlighted and over 9000 downloads!!! SP_Angrybombs


Here's my youtube & deviantart

The Trigger texture is good for it.

There is no "N" in "Turret."

I think i found the "solution" though im not yet happy about it...

It seems that if i put the vphysics at a distance of 32 that it will prevent high speed objects from passing through, though this means that there is quite a big collision brush sticking out, wich will show when objects are resting on it.

Portal 2 Marriage Proposal project: Linking Annex
Spotlighted and over 9000 downloads!!! SP_Angrybombs


Here's my youtube & deviantart