Jump to content

Recommended Posts

Posted (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

GetFactionRank

Min02_MinutemenFaction [FACT:0022FEB3]

 

 

Did i do this right?

Edited by lazloarcadia
Posted (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 by hereami
Posted (edited)

Got it, so it should look like this instead?

 

condition value of 1

GetInFaction

MinutemenFaction "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 by lazloarcadia
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...