Frictional Games Forum (read-only)
[LVL ED] One simple problem - 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: [LVL ED] One simple problem (/thread-19611.html)



One simple problem - ooadrianoo - 12-20-2012

Hello everyone,
I have a very simply problem: I wanted to hang up a picture (a dynamic painting), if I want to test it if it's hanging in the game, it's not hanging <.<

http://s1.directupload.net/file/d/3110/lmaw2n6j_png.htm


RE: One simple problem - The chaser - 12-20-2012

The hierarchy for the original entity was:

Body_1
Body_Shape_1
image_frame
image_3
BallJoint
Parent: Body2
Child: Body1
Body2
Shape_1

This BallJoint "sticks" the model to a body that holds it. Make a JointBall and set the parent to a body without any model and as child the body of the model.

If you want, send me the model so I can fix it by myself ^^
You say it's an entity made by you, right? Name it something else or when others play it the entity will be the main one.


RE: One simple problem - ooadrianoo - 12-20-2012

Thank you