NexusComa2 Posted October 23, 2020 Share Posted October 23, 2020 (edited) I had this problem when putting together a dungeon. Found two ways to fix it.#1 I had to rewrite the script with an added OnLoad (without going to look) I believe. #2 Created a small round stone they would stand on (anything would work they could stand on) then only nav-meshedthat small area. Just enough for them to stand on but not be able to move. Basically tiny nav-mesh island. Edited May 14, 2021 by NexusComa2 Link to comment Share on other sites More sharing options...
greyday01 Posted October 23, 2020 Share Posted October 23, 2020 I've been using navmesh islands. That seems to work for my room full of mannequins. I did have a small problem of sometimes entering and some would be standing on air with their heads in the ceiling. Moving them and their stands slightly more away from the walls fixed that. Link to comment Share on other sites More sharing options...
VampRageous Posted April 11, 2021 Share Posted April 11, 2021 Any more updates on this? I'm eager to see if it will or could be made into a mod as Mannequin Stay Put simply stops working once I have more than 10 mannequins kitted out - oh and IF this becomes a mod can it be ported to XB1 - I'm playing on console for my sins my gaming rig died a horrible death and I can't afford to replace it. Link to comment Share on other sites More sharing options...
NexusComa2 Posted April 12, 2021 Share Posted April 12, 2021 (edited) The onLoad was the fix for me ... On load and you have the code send them back to their original spot (that you can set in the code).Both ways work depending on what you're doing ... Edited May 14, 2021 by NexusComa2 Link to comment Share on other sites More sharing options...
3nrim Posted May 14, 2021 Share Posted May 14, 2021 Navmesh is the solution.Mannequins are NPC's and need navmesh to move around.Make a triangle navmesh.Fasten the vertices in right and left foot, on the top side of the foot, and one on the floor, in the middle, aligned with the heels. No scripts other than MannequinActivatorSCRIPTMannequins navmeSS pic Link to comment Share on other sites More sharing options...
craftymonkey Posted May 16, 2021 Share Posted May 16, 2021 (edited) Hi, new to modding also.I have an armory with something like 30 to 40 mannequins in 4 rooms and everything works well except them. My biggest problem is not even moving, it's their collision. They lose their collision, when the cell loads they are put back but collision stays where it was so I'm finding this invisible mannequin collision here and there. It's awful. Had someone experienced this problem?I duplicated the original mannequins id, other than that it's the same. Edit:Well, I created a new race for mannequins, though I had to add not only morph race, but armor race too. So far so good, the collision bug is gone now and the mannequins seem to be in their places. I really hope it will stay that way because no navmesh technique would help me. Looks like a reasonable choice to eliminate the problem in it's roots and not to deal with consequences. Edited May 17, 2021 by craftymonkey Link to comment Share on other sites More sharing options...
NexusComa2 Posted May 17, 2021 Share Posted May 17, 2021 You can add a property to a custom mannequin script with the cords of where they are then use a onload command from the cell load to place them where they belong. You will never notice it and they will always be the in the right spot. No way for it to fail. Link to comment Share on other sites More sharing options...
craftymonkey Posted May 17, 2021 Share Posted May 17, 2021 You can add a property to a custom mannequin script with the cords of where they are then use a onload command from the cell load to place them where they belong. You will never notice it and they will always be the in the right spot. No way for it to fail.Most of them were in places I placed them BUT their collisions weren't. Collisions were in totally random spots. Icecreamassasin created a topic here in 2014 describing this issue but nothing helped, only changing their race helped me. There's like 40 of them in my mod so it could be the numbers but for now it works as intended so I'm going to release the mod and we'll see where it goes. Link to comment Share on other sites More sharing options...
NexusComa2 Posted May 17, 2021 Share Posted May 17, 2021 I was talking about an extreme fix. Hi, new to modding also.I have an armory with something like 30 to 40 mannequins in 4 rooms and everything works well except them. My biggest problem is not even moving, it's their collision. They lose their collision, when the cell loads they are put back but collision stays where it was so I'm finding this invisible mannequin collision here and there. It's awful. Had someone experienced this problem?I duplicated the original mannequins id, other than that it's the same. Edit:Well, I created a new race for mannequins, though I had to add not only morph race, but armor race too. So far so good, the collision bug is gone now and the mannequins seem to be in their places. I really hope it will stay that way because no navmesh technique would help me. Looks like a reasonable choice to eliminate the problem in it's roots and not to deal with consequences. This is a really good test. I've never seen the collision boxes like that. Really shows the error nicely. Link to comment Share on other sites More sharing options...
jakblue22 Posted August 8, 2021 Share Posted August 8, 2021 (edited) . Edited August 8, 2021 by jakblue22 Link to comment Share on other sites More sharing options...
Recommended Posts