Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Prison Section Door
MrCookieh Offline
Member

Posts: 157
Threads: 8
Joined: Jul 2011
Reputation: 0
#1
Prison Section Door

Hello Guys!

My Problem: I have a prison door (prison_section) and I forced a grunt to
destroy it. But it seems that this door can't be destroyed :/
The monster bashes infinitely against the door.

Is this just a bug/is the door invulnerable/what can I do to fix it?

The Well: Descent - Take a look at it!
(This post was last modified: 07-31-2011, 08:15 PM by MrCookieh.)
07-22-2011, 11:27 PM
Find
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#2
RE: Prison Section Door

Is DisableBreakable on? You can find that under the Entity tab, at the bottom.
07-22-2011, 11:29 PM
Find
MrCookieh Offline
Member

Posts: 157
Threads: 8
Joined: Jul 2011
Reputation: 0
#3
RE: Prison Section Door

(07-22-2011, 11:29 PM)Obliviator27 Wrote: Is DisableBreakable on? You can find that under the Entity tab, at the bottom.

No, it is off, that's why I'm wondering :/

The Well: Descent - Take a look at it!
07-22-2011, 11:31 PM
Find
Juby Away
Senior Member

Posts: 290
Threads: 2
Joined: May 2011
Reputation: 5
#4
RE: Prison Section Door

I don't think it's possible to break that door down.

Insanity. Static.
07-22-2011, 11:46 PM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#5
RE: Prison Section Door

Try creating a collide callback between the grunt and the door. Use a local variable to count how many times he hits it, then on the second or third hit call SetPropHealth("prison_section_door", 0); and see if that works. If it still won't work, make an area that extrudes on the side the grunt is on just barely enough so he'll touch it when he attacks the door, and change the collision to trigger between the grunt and the area. It will probably take quite a bit of tweaking.

(This post was last modified: 07-23-2011, 02:04 AM by palistov.)
07-23-2011, 02:03 AM
Find
BendyBread Offline
Member

Posts: 82
Threads: 2
Joined: Jul 2011
Reputation: 1
#6
RE: Prison Section Door

Is it possible for Grunts to break the prison gates? I know they can smash the big iron doors, but I'm unsure about the actual little gates (like the one where you require acid).

Unless thats totally irrelevant, then ignore this. LOL
(This post was last modified: 07-23-2011, 11:54 AM by BendyBread.)
07-23-2011, 07:45 AM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#7
RE: Prison Section Door

That's the exact thing we're unsure of :3

07-23-2011, 08:53 AM
Find
MrCookieh Offline
Member

Posts: 157
Threads: 8
Joined: Jul 2011
Reputation: 0
#8
RE: Prison Section Door

no, it doesn't work, the door is still there.
Is this really an unbreakable door? I've never seen a grunt destorying such a door in the dark descent,
that's why I'm unsure... But it really bugs me :/

//Edit:

Okay, I've got another idea now. I'm gonna give the player some screen effect, while the player doesn't see much,
I'm hiding the original prison door, set another active, which is lying on the ground...
Except someone knows how to fix the 'unbreakable prisondoor problem' Wink

The Well: Descent - Take a look at it!
(This post was last modified: 07-23-2011, 01:20 PM by MrCookieh.)
07-23-2011, 01:09 PM
Find
Angerpull Offline
Member

Posts: 88
Threads: 24
Joined: Jun 2011
Reputation: 0
#9
RE: Prison Section Door

(07-23-2011, 01:09 PM)MrCookieh Wrote: no, it doesn't work, the door is still there.
Is this really an unbreakable door? I've never seen a grunt destorying such a door in the dark descent,
that's why I'm unsure... But it really bugs me :/

Only BRUTES can break down the Prison doors, if it's the one with the bars. The other doors can be broken down by normal Grunts, but if its Prison bars, then only a BRUTE has the power to break it down. I've tested almost everything with the objects in the editor and learned that the Grunt is unable to break down the Prison bars door but the brute easily smashed it's way through.
07-23-2011, 07:27 PM
Find
MrCookieh Offline
Member

Posts: 157
Threads: 8
Joined: Jul 2011
Reputation: 0
#10
RE: Prison Section Door

ah, good to know, thank you Big Grin
but a brute wouldn't fit for my situation, so I have to work with my solution, and that's not really bad.

Anyways, thanks for pointing that out!

The Well: Descent - Take a look at it!
07-23-2011, 08:13 PM
Find




Users browsing this thread: 1 Guest(s)