Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved Prison Section Door
Author Message
MrCookieh Offline
Member

Posts: 157
Joined: Jul 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
Obliviator27 Offline
Posting Freak

Posts: 801
Joined: Jul 2011
Reputation: 65
Post: #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 all posts by this user Quote this message in a reply
MrCookieh Offline
Member

Posts: 157
Joined: Jul 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
Juby Away
Senior Member

Posts: 285
Joined: May 2011
Reputation: 5
Post: #4
RE: Prison Section Door
I don't think it's possible to break that door down.

Forever passing judgement compared to a fraud.
07-22-2011 11:46 PM
Find all posts by this user Quote this message in a reply
palistov Offline
Posting Freak

Posts: 1,175
Joined: Mar 2011
Reputation: 56
Post: #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 all posts by this user Quote this message in a reply
BendyBread Offline
Member

Posts: 78
Joined: Jul 2011
Reputation: 1
Post: #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 all posts by this user Quote this message in a reply
palistov Offline
Posting Freak

Posts: 1,175
Joined: Mar 2011
Reputation: 56
Post: #7
RE: Prison Section Door
That's the exact thing we're unsure of :3

07-23-2011 08:53 AM
Find all posts by this user Quote this message in a reply
MrCookieh Offline
Member

Posts: 157
Joined: Jul 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
Angerpull Offline
Member

Posts: 88
Joined: Jun 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
MrCookieh Offline
Member

Posts: 157
Joined: Jul 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)