Frictional Games Forum (read-only)
[TUTORIAL] Making Static Entities! - 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 Articles (https://www.frictionalgames.com/forum/forum-40.html)
+---- Thread: [TUTORIAL] Making Static Entities! (/thread-12252.html)

Pages: 1 2


RE: [TUTORIAL] Making Static Entities! - JenniferOrange - 01-10-2012

Oookay guys, I understand where you're coming from. xD
I made this because I was attempting to make one of the orb pieces a static object, and clicking the Static Physics button just didn't cut it.
ALSO, (If you read the whole tutorial..) I mentioned this was best used for items that the player can pick up. But for things like ornaments I'm sure Static Physics would suffice.

P.S. Your Computer, why does it say you modified my post? O_o Did I say something profane or make a typo?
EDIT- just kidding, I see you moved it to the articles section Smile


RE: [TUTORIAL] Making Static Entities! - Your Computer - 01-11-2012

(01-10-2012, 10:39 PM)JenniferOrange Wrote: P.S. Your Computer, why does it say you modified my post? O_o Did I say something profane or make a typo?

I edited the topic title to better relate the information provided.


RE: [TUTORIAL] Making Objects Static! - Kman - 01-11-2012

(01-09-2012, 11:56 AM)Your Computer Wrote:
(01-09-2012, 05:37 AM)kman Wrote: Also like it was mentioned in the OP it's the only way you can have an item not be pick-upable, which is extremely helpful if you want the player to use an item on something but still have it stay there once they've placed it.

PHP Code:
SetEntityInteractionDisabled("item_name"true); 

How did I know as soon as a saw that you responded to me that I was wrong about something and was about to be told? XD