0 of 0

File information

Last updated

Original upload

Created by

JinAndHaze

Uploaded by

JinAndHaze

Virus scan

Safe to use

10 comments

  1. BlazeStryker
    BlazeStryker
    • premium
    • 56 kudos
    As I am fairly certain Life Finds A Way impacts the FormID list, I eagerly await the patch for it so I can make use of this.
    1. JinAndHaze
      JinAndHaze
      • premium
      • 5 kudos
      What do you mean? I have Life Finds A Way and looked in FO4Edit and the FormID Lists it has created all say they handle "MM Perk Progression". None of them change existing FormID Lists and instead just involve Keywords.
    2. BlazeStryker
      BlazeStryker
      • premium
      • 56 kudos
      With all the mags to do recipes with, craft with, mount yer walls with and trap various critters? I am now happy.
  2. Glitchfinder
    Glitchfinder
    • premium
    • 1,135 kudos
    Can they be picked as the trader to be kidnapped for the "Kidnapped Trader" settlement quest? If so, how does that play out? They lack the appropriate voice lines for the quest, and I suspect the bound prisoner animation that the quest forces NPCs into will not play nicely with them either.
    1. JinAndHaze
      JinAndHaze
      • premium
      • 5 kudos
      Damn, I knew I was forgetting something. Before you posted this, I had nothing implemented. After you posted this comment I scrambled to come up with something. The first thing I came up with was adding "Subject.GetInFaction(DLC02WorkshopTamedCreatureFaction [FACT:02000859]) = 0" and "Subject.GetInFaction(DomesticAnimalFaction [FACT:00330BB]) = 0" as conditions under Alias #7 (caravanActor) of the Quest (0003E0C1). Not sure if this will work, but I will test and see if it works before uploading the update here.
    2. Glitchfinder
      Glitchfinder
      • premium
      • 1,135 kudos
      Assuming the tamed animals have one or both factions, then that will result in the alias failing to fill. If the alias fails to fill, the quest will not generate, and the game will attempt to generate another radiant quest in its place. I've already made a note to add similar checks to Who's The General in my next update, in order to avoid the need to make a mod-specific patch.
    3. JinAndHaze
      JinAndHaze
      • premium
      • 5 kudos
      Might be a dumb question, but if I have a mix of both human and creature provisioners, will the radiant quest still generate and only affect human traders?
    4. Glitchfinder
      Glitchfinder
      • premium
      • 1,135 kudos
      Yes, if there are human provisioners then one of them will be be able to fill the alias and as a result get kidnapped.
  3. leaftongue
    leaftongue
    • premium
    • 90 kudos
    Awesome mod. I wonder if it could be combined with Rideable Deathclaws...
    When I make creature provisioner packs for my mods, you are free to add them to this if you want (I will be patching this into my creature overhauls with new packs).
    1. JinAndHaze
      JinAndHaze
      • premium
      • 5 kudos
      When you do make the patches, all you need is bCommandable, bAllowCaravan, and bAllowMove. I found and used this to help me realize that I did not need bIsWorker.