Damahish Posted May 26, 2020 Share Posted May 26, 2020 Hey people, 3 weeks ago i thought i'd go for another play through when i noticed i still had the game installed.Long story short, things escalted and now i'm working on my first mod ever. I got quite far with the tutorials that are on youtube but i've hit a wall and was wondering if anyone here would be able to point me in the right direction.Is it possible to get 2 NPC's (self made ofc) as followers at the same time without the assistance of other mods. My plan is that if NPC(A) is recruited as a follower, NPC(B) is automaticly following aswell, and visa versa. I'm pretty sure it should be possible but since i got no experience in modding, or any sort of programming so i got no clue where i should begin to look.If anyone could give me a clue or point me in the right direction i would be forever gratefull. Thank you in advance.Damah-ish. Link to comment Share on other sites More sharing options...
dylbill Posted May 27, 2020 Share Posted May 27, 2020 (edited) Hey, check out this thread here: https://forums.nexusmods.com/index.php?/topic/5777892-i-just-found-an-incredibly-simple-technique-for-making-a-follower-on-its-own-framework/ It explains the simplest way to make an NPC a follower without using the vanilla follower framework. EDIT: instead of using akSpeaker.SetPlayerTeammate() in the script, you would use your other NPC as a script property.Actor Property MyOtherNPC AutoMyOtherNPC.SetPlayerTeammate() Edited May 27, 2020 by dylbill Link to comment Share on other sites More sharing options...
Damahish Posted May 27, 2020 Author Share Posted May 27, 2020 Thank you very much for the response!Looks like my rabbithole just got a bit deeper :P Link to comment Share on other sites More sharing options...
dylbill Posted May 27, 2020 Share Posted May 27, 2020 No problem. The modding rabbit hole is very deep lol. Have fun! Link to comment Share on other sites More sharing options...
thumbincubation Posted May 30, 2020 Share Posted May 30, 2020 You could use an AI follow package to make one NPC the other's follower, then make the other y our follower. Then, when you get the primary to follow you, the other comes along as well. Give them both relationships, to each other and to you, as friend or ally, and make sure their AI data includes "helps friends and allies." Link to comment Share on other sites More sharing options...
Recommended Posts