![]() |
How to make a gust push a door and a chair? - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: How to make a gust push a door and a chair? (/thread-6881.html) Pages:
1
2
|
RE: How to make a gust push a door and a chair? - thepaleking - 03-17-2011 Is your door locked? RE: How to make a gust push a door and a chair? - Raymond - 03-17-2011 (03-17-2011, 05:43 AM)thepaleking Wrote: Is your door locked? Nope, plain and simple. RE: How to make a gust push a door and a chair? - thepaleking - 03-17-2011 Could be your force is too low. I have a similar situation on my map, and I have my force set to 40.0f which opens the door in a fairly natural way. RE: How to make a gust push a door and a chair? - Raymond - 03-17-2011 (03-17-2011, 06:10 AM)thepaleking Wrote: Could be your force is too low. I have a similar situation on my map, and I have my force set to 40.0f which opens the door in a fairly natural way. I see, i put 100.0f ![]() I put 40.0f but the door still looks like someone kicked it. Maybe mansion door's won't work? RE: How to make a gust push a door and a chair? - thepaleking - 03-17-2011 (03-17-2011, 06:11 AM)Raymond Wrote:(03-17-2011, 06:10 AM)thepaleking Wrote: Could be your force is too low. I have a similar situation on my map, and I have my force set to 40.0f which opens the door in a fairly natural way. So did it actually work at 100? I have mine set to 40 and it does open the door, but I'm using a prison door so, could be a difference. RE: How to make a gust push a door and a chair? - Raymond - 03-17-2011 (03-17-2011, 06:24 AM)thepaleking Wrote:(03-17-2011, 06:11 AM)Raymond Wrote:(03-17-2011, 06:10 AM)thepaleking Wrote: Could be your force is too low. I have a similar situation on my map, and I have my force set to 40.0f which opens the door in a fairly natural way. Well a guy named "Tanshaydar" said it can (i guess). But when i put 100.0f, it looks like a superman kicked the door ![]() ![]() RE: How to make a gust push a door and a chair? - Tanshaydar - 03-17-2011 The quantity of impulse can depend on what you want to do and which door you want to use it on. Plain Prison doors can be opened just by disabling the auto-close property. Use the door that you want to use, and try to learn about its properties. RE: How to make a gust push a door and a chair? - Nye - 03-17-2011 I'm surprised no one answered your question yet. The reason the door looks like someone kicked it, is because the door is locked into position until the player interacts with it. The only workaround, that I've been using in my custom story is to duplicate the door, and set the duplicate to be inactive. Set the duplicate to be open by 0.15, or thereabouts, if you go too low, it will stay shut. When you call the event, simply, set the original door inactive and set the duplicate active and use the prop impulse on the new door, not the original. ![]() EDIT: Or, simply set the door you already have to be open by 0.15+ in the level editor ![]() RE: How to make a gust push a door and a chair? - Raymond - 03-19-2011 Thanks ![]() |