UE1 - UT Wall Challenge

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Quesenart

New Member
Jun 6, 2009
8
0
0
Ok, been wrestling with this one for weeks. Let's see how good one of you are out there to be able to figure out how to do it.

I need a wall that does not block shooting thru, but does block you from moving thru it.

Example:

Code:
--------------------------------------------
||
|                         Player or Bot                 |
|                                                           |
|                                                           |
|                                                           |
- - - - - - - - - - - - - - - - - - - - - - - - - -   < Invisible wall
|                                                           |
|                                                           |
|                            Player or Bot              |
|                                                           |
|                                                           |
--------------------------------------------

So to recap:

1) You need to be able to shoot all weapons thru it.
2) Bots and Players cannot pass thru it.
3) Must be transparent.

Any help on how to do this would be greatly appreciated.

Thanks in advance...

(PS the diagram looks like crap in text, but you get the idea)

I am working in Unrealed2 and UT-Goty
 
Last edited:

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
Question: Why do you mark the thread as UnrealEngine 2 (UT200x) when you really want to know about UnrealEngine 1 (UT)? I was about to suggest a class blocker BlockingVolume.

You could place lots of Actor >> Keypoint >> BlockPlayer actors along the would-be wall. That should block bots as well.
 

>@tack!<

New Member
May 29, 2009
3
0
0
idd, just use the BlockPlayer actor, only try to use more of them with a smaller radius, because it blocks players within a radius, and that doesnt really give an effect of a wall.