Is it possible to get rid of a wall? - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Is it possible to get rid of a wall? (/thread-13878.html) Pages:
1
2
|
Is it possible to get rid of a wall? - kalishijaka - 03-09-2012 I was wondering if it's possible to either set a wall inactive, or at least be able to move it so that it's not visible to the player? RE: Is it possible to get rid of a wall? - Stepper321 - 03-09-2012 You need to make it an Entity, there also are a few Entities of wall around, search for them. RE: Is it possible to get rid of a wall? - kalishijaka - 03-09-2012 How do you make a static object into an entity? RE: Is it possible to get rid of a wall? - Prelauncher - 03-09-2012 Doesn´t the "SetEntityActive" code work for static objects? RE: Is it possible to get rid of a wall? - kalishijaka - 03-09-2012 Static objects don't have any callback functions, so I don't think so. RE: Is it possible to get rid of a wall? - Your Computer - 03-09-2012 Static objects aren't entities. Use the model editor to turn a static object into an entity of Object::Static type. RE: Is it possible to get rid of a wall? - Prelauncher - 03-09-2012 Take a look at Homicide13´s custom story Nepsis. he used walls that were going active and inactive RE: Is it possible to get rid of a wall? - kalishijaka - 03-09-2012 I tried to look at the static_objects using the model_editor, but when i search for it nothing pops up. RE: Is it possible to get rid of a wall? - Your Computer - 03-10-2012 (03-09-2012, 11:42 PM)kalishijaka Wrote: I tried to look at the static_objects using the model_editor, but when i search for it nothing pops up. Try File > Import Mesh. RE: Is it possible to get rid of a wall? - kalishijaka - 03-10-2012 Oh, ok! I got it finally thanks for everyone's help. Oh, how do I make it collide using the model editor? |