lazloarcadia Posted July 21, 2019 Share Posted July 21, 2019 (edited) So I'm working on a pretty simple (I think) armor mod which adds a crafted item to the game. I'm building this in FO4edit. It is a crafted general's hat which is not being added to the LL. The hat requires the Minutemen Faction for it to show up in the Armorsmith Crafting table. The mod is using AWKCR for the keywords. Under Constructible Object: I added condition value of 1 GetFactionRankMin02_MinutemenFaction [FACT:0022FEB3] Did i do this right? Edited July 21, 2019 by lazloarcadia Link to comment Share on other sites More sharing options...
hereami Posted July 21, 2019 Share Posted July 21, 2019 (edited) Use GetInFaction(MinutemenFaction) - preferably, or rank 0. Seems that ranks above 0 aren't used in f4 originally. PS. Min02_ - is only a quest-specific faction. Edited July 21, 2019 by hereami Link to comment Share on other sites More sharing options...
lazloarcadia Posted July 21, 2019 Author Share Posted July 21, 2019 (edited) Got it, so it should look like this instead? condition value of 1 GetInFactionMinutemenFaction "Minutemen" [FACT:00068043] Secondly I am assuming (a dangerous thing I know) that this simply means I have to advance the quest line up to the point where Preston is willing to join me as a Companion? Edited July 21, 2019 by lazloarcadia Link to comment Share on other sites More sharing options...
hereami Posted July 21, 2019 Share Posted July 21, 2019 Basically, yes. Or become a member any other way. Link to comment Share on other sites More sharing options...
Recommended Posts