![]() |
|
|
#1 |
|
I just made a room that has a breakable window in it. I want my bots to shoot the window and jump through it... the jumping through isn't a real problem, the problem is getting them to shoot it? The window is just a mover that moves in 0 sec and has a breaking glass actor attached... so it would be pretty much the same as getting a bot to Shoot a door to open it and then go though.
Happy Turkey Day!!!! |
|
|
|
|
|
|
#2 |
|
well i solved the problem my self, it seems that the bots already know how to break the glass before walking through it. You just but jump spots in front of the window and they break it and jump through... however it doesn't work with translocator desc...
|
|
|
|
|
|
|
#3 |
|
GOD DAMNIT!!!! When i was just messing around with the paths i got them to break and jump through the window... but now they won't even go that way (AND I DIDN'T CHANGE ANYTHING) except some path costs... which i changed back.. but they don't listen anymore.
|
|
|
|
|
|
|
#5 | |
|
my $0.02
If a bot is standing on the other side of the glass, and he sees you, and there's a path in place (one pathnode on either side of the glass), then he will run right through the window and break it. I've seen this happen.
Quote:
|
||
|
|
|
|
|
#6 | |
|
Re: my $0.02
Quote:
__________________
Code:
___________________________________________________________________ / \ | 888 8 .d88b. .d888 8 8 8888 .d88b. 888 8 8 8 | | ww888ww .wwd8 8P''Y8 8 8 8b 8 www8 8bwww. 8 8www8 8 | | Y888P 8P 8 8 8 8 8 8"8.8 8 Y8 8 8 8 8 | | 'Y' 'Y888 8 8 'Y888 8 Y8 8888 `Y88P' 888 8 8 88888 | \___________________________________________________________________/ |
||
|
|
|
|
|
#7 |
|
Ok, i learned a few things about bots and movers...
First thing, they will shoot the mover if it is damage triggered. However, if the mover is not at the same level as the floor they will just keep running into the mover without shooting. (they get stuck) they need to be on the same level as the mover. So, you need to set up a jump spot on the ledge of the window. This makes the bot jump up on the the window ledge and shoot it out. The jump spot needs to be in the perfect place for the bot to make the jump on to the window ledge. Otherwise the bots will just get stuck. I learned by trail and error
|
|
|
|
|
|
|
#8 |
|
Couldn't you use a trap springer set to 'ShootIt' and a trigger to event the mover? Set an AlternatePath actor on each side of the glass with their cost set really low...and then your jumpspot right by the windows ledge so they'll jump up and through. Just a thought...
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|