JarlFrank on 28/10/2016 at 21:00
Hey guys, I got a tiny little problem. Probably even one that is totally unimportant, but it is annoying nonetheless.
My custom furniture that I add doesn't take on rope arrows for some reason!
Just placed a normal chair and a custom chair next to each other, shot a rope arrow into both; made sure to make physics boxes visible, everything's all right. I shoot into the vanilla chair's physics box, the arrow sticks and I get a nice rope hanging down. I shoot into the custom chair... and while there is the sound of hitting wood, the arrow just disappears.
The object hierarchy is like this:
- Furniture -> FurnitureNew -> ChairsNew -> Chair1
It should inherit everything in furniture, and to make sure I just added the MatWood property to the custom chair to make sure it is wood. But the arrow still doesn't stick!
Halp. What wrong?
Unna Oertdottir on 28/10/2016 at 21:19
Object System->Immobile: TRUE
Physics->Terrain->Can Attach: Rope
JarlFrank on 29/10/2016 at 18:18
Thank you! :)