Can i make an entity not collide with the player? SOLVED - 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: Can i make an entity not collide with the player? SOLVED (/thread-24649.html) |
Can i make an entity not collide with the player? SOLVED - str4wberrypanic - 02-18-2014 I want the player to go through a painting, but there's no " collide " options in any of them. How can i turn an entity into a static object or something like that? RE: Can i make an entity not collide with the player? - DnALANGE - 02-18-2014 you can do that by making a NEW one . Open the model editor and change it to one of the BOXES for example. Then save and out the NEW entitie in YOUR CUSTOM STORY! - Then it should work { with NOT-collide probly } RE: Can i make an entity not collide with the player? - str4wberrypanic - 02-18-2014 I did it, thank you :3 RE: Can i make an entity not collide with the player? - DnALANGE - 02-18-2014 Your welcome. Btw ; If you have any finished posts that is\are solved. You may put that in your post name : make an entity not collide with the player = SOLVED - For example. Just so people know it is solved and do not need to "bump" in anymore, nothing to really worry about, but just keep things a little bit more organised that way. RE: Can i make an entity not collide with the player? SOLVED - str4wberrypanic - 02-18-2014 Done! |