![]() |
Custom Item doesn't appear, when some does - 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: Custom Item doesn't appear, when some does (/thread-19283.html) Pages:
1
2
|
RE: Custom Item doesn't appear, when some does - FlawlessHappiness - 11-20-2012 (11-20-2012, 02:36 PM)The chaser Wrote:Ok(11-20-2012, 02:27 PM)beecake Wrote: I don't think a static_prop can be set active, and inactiveOk, then the model hierarchy is right. A static_prop cannot have bodies or it will be set invisible (or that I think). You can consider too sending me the model so I see what is wrong with it. ![]() RE: Custom Item doesn't appear, when some does - Your Computer - 11-20-2012 In the video the entity is not active. If the entity is of type Object::Static (or of a type that can be disabled), that would explain why it is missing in game. RE: Custom Item doesn't appear, when some does - FlawlessHappiness - 11-20-2012 What do you mean it's not active? There are 2 objects. One active, and one inactive. ![]() I sended files to The Chaser, and he told me that there were several poly_surfaces without an attached body. He fixed it. It works now ![]() |