Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

SMB92

Uploaded by

SMB92

Virus scan

Safe to use

204 comments

  1. SMB92
    SMB92
    • premium
    • 121 kudos
    Locked
    Sticky
    For more information and support, consider joining Collective Modding and look for the #ssmb-house channel. ping me there or send me a DM via Nexus here for quicker support. I don't frequently check my comments sections here on the Nexus pages. 
  2. SMB92
    SMB92
    • premium
    • 121 kudos
    Locked
    Sticky
    IMPORTANT UPDATES (Please let me know if you have any major troubles). (See changelog for everything after v2.2B)
    Spoiler:  
    Show

    V2.2 (BETA): (Minor)

    - Fix wrong script version in archive (wasn't being synced to my release files repo lol)

    V2.1 (BETA): (Minor)

    - Fix MCM Menu not setting value of new setting "Force Inactive Recruit/Radiant Quests to Preston Given Stage" due to rogue space in property name.

    V2.0 (BETA): (Major)
    README: I have determined that the problems people are reporting, that they are never receiving any more Quests from Preston after the First Step, are being caused by some inactive Recruit typed Quests that are being started behind the scenes, they are being queued but never starting. This appears to be a problem with the way the vanilla setup is, when some other methods are used to start these Quests (other than Preston or the central script I edit, such as Location Change Story Manager events).

    What happens is the Quests sit "inactive" on stage 10, get added to the queue and Preston doesn't seem to be giving dialogue for them at all. You can still get these quests by talking to the relevant Settler at whichever Settlement the Quest was for, however problem is you'd never know which one! Bethesda really wanted to queue these almost infinitely. As such rather than hunt down every scenario (there are so many) I have implemented a simple new button in the menu to force activate these inactive Quests when they are detected, they will be forced to the stage after Preston would have normally given it to you and thus added to your Quest log. I have also added new settings and more conditions across the board to be stricter with Quest/Node evaluation vs current conditions and thus maybe even lighten the engine load a touch overall.

    - Added toggle to force detected "inactive" Quests as stated above to be booted to the stage that they are normally set to after Preston would give it to you. This is ON by default, so you can expect such Quests to magically start up after loading the update.
    - I have removed the holotape menu entirely from this version, it is obsoleted, and I don't plan to support console at this time.
    - FormIDs compacted again, there are only 2 custom forms now.
    - Added scripted fix for the GlobalVariable Properties in the script not ever being filled. I thought I fixed this in 1.5, however that only applied to new games, so this fix is for current game insurance.
    - Added new setting: "Location Change Recruit/Radiant Quest Chance". Every time you enter a Settlement Location, there is a chance of a radiant quest firing. You can configure a chance value for this to happen, which is this setting.
    - Added new setting: "Block Location Change Recruit/Radiant Quests". Similar to the above, however this blocks them definitively if turned on. Mostly exists for debug purposes, but is the equivalent of 0 chance above.
    - Added new setting: "Block Defend Radiant Quests". By popular demand, this setting (mostly if not completely) stops Radiant Quests with the word "Defend" in the Quest name from being run. Probably good to use in conjunction with the Settlement Attacks setting as well. (I may add more settings for specific quests soon, if requested).
    - Increased default Queue size to 2 as per vanilla. Hopefully get better debug info from users this way as well, if it is needed.
    - Tweaked a lot of the descriptions and menu layout a little.

    V1.6: (Major)
    - Fixed dumbass oversight on my count with 1.5, didn't assign those chance value Global's to their Properties on script in the update code.
    - Added further overrides for We Are The Minutemen - removed a Quest they added to the radiant list as it isn't really suitable. Carried over some other values which prevent one from getting the same Quest given within a short amount of time.
    - Please note that I have removed the vanilla condition on Workshop/Settlement attacks that I previously re-instated (removed by DLC) that prevent attacks on "Vassal" type settlements. I assumed I would receive complaints about that in future.
    - Main file now includes/merges DLC added Radiant Quests (non-DLC file is optional). I thought these were merged at runtime but considering these are included in the Unofficial Patch I guess not. Requires Automatron and Far Harbor now.

    V1.5: (Major)
    - Fixed the problem with Global's not syncing the chance values properly between game sessions. This required a somewhat comprehensive fix. Global's will now be synced every game load and new private vars have been added to the script as a proxy/insurance. Thanks to those that reported this issue.
    - Added the ability to control the chance of a MM Patrol appearing when entering a settlement. Default value is 10%, the W.A.T.M mod does increase this but I have increased it to 25% anyway and added a control for it.

    V1.4:
    - Forgot to compile the script as final release, so now you won't see general debug info in the Papyrus logs. Script may run ever so slightly faster now, lol.
    - Thanks to Glass1411 for the OMOD installer, adding some info for new installs and extra polish to the project.

    V1.3:
    - Add ability to disable Settlement Attacks. These are started in a different manner. Now you should be able to turn them on and off wit ha new button in the MCM menu :)
    - Imported some general fixes from Unofficial Patch.

    V1.2: (Major)
    - First of all, I have fixed an oversight where Queue size could become a negative value. That was a misunderstanding on my part.
    - I am now forcing the vanilla game GlobalVariable limit on "active" recruitment quests to sync with Queue size setting. This is in case some quests want to start without going through the central script. This was set to a constant value of 2 in vanilla, it will now scale with Queue size.
    - ALPHA: I have added a requested feature to see the timers for current quests that are timed in the Menu. If there are timed quests active, you will now see a timer appear in the MCM showing how many days remaining. Sadly, I cannot show you the name of the quests right now, there wasn't an easy variable available to pull a string from, so I'll have to add a string array at a later time. At least now you can see that some quest is running out of time and increase the value (up to 60 days now).
    - If you experience any problems with the menu, please click out of it momentarily or unpause/re-pause and enter MCM again. Despite me refreshing it multiple times in code, sometimes any timers that were present may disappear when the Update function on the central script is called (probably due to latent functions).
  3. cgroesch
    cgroesch
    • supporter
    • 0 kudos
    "There's one other thing, a question really."

    If you are having trouble with Troubled Waters (Supervisor White of Graygarden walks away from you without offering the quest), or with null pointer dereferences, there is one patch that you can make to minutemencentralscript.psc that should fix it. Here is what you need to do:

    • Delete Fallout 4\Data\Scripts\minutemencentralscript.pex
    • Patch Fallout 4\Data\Scripts\Source\User\minutemencentralscript.psc using notepad or vi or whatever

    591c591
    <         if theQuest && theQuest.IsRunning() || theQuest.IsStarting()
    ---
    >         if theQuest && (theQuest.IsRunning() || theQuest.IsStarting())

    This is in the function UpdateActiveRecruitmentQuests.

    3. (optional) recompile minutemencentralscript.psc and put the .pex file in Fallout 4\Data\Scripts. How to compile is beyond the scope of what I am trying to communicate here, but if Caprica complains about wrong number of arguments, this is what I changed, just to shut it up:
    338c338
    <     REParent.SendCustomEvent("RECheckForCleanup")
    ---
    >     REParent.SendCustomEvent("RECheckForCleanup", None)

    I tried other changes using xEdit, but they ended up not being necessary.

    If you have already been to Graygarden and had that initial conversation with Supervisor White ("Welcome to Graygarden, darling."), this patch will not make her offer you the quest. You only get that one chance. You should still be able to get the quest from Preston or Radio Freedom (but I have not tested this).
  4. HautdenLukas
    HautdenLukas
    • supporter
    • 31 kudos
    The mod seems to be working fine and it even fixes a broken condition in "We are the Minutemen". I have recruit type chance set to 100 percent and radiant type chance set to 0. So far I have only gotten recruit quests directly from the settlers who are living in the settlements that I want to join the Minutemen.

    I managed to make all settlements in the Commonwealth join, except for Greentop Nursery. The two settlers there only ever say their random blabla responses when I talk to them. Is there a way to force them to give me a recruit quest or do I have to use the console to "take over" this workshop? "Force update" in MCM did not help.

    Oh, Preston will not be of help here. He is rotting in the Diamond City jail for being a traitor.
    1. SMB92
      SMB92
      • premium
      • 121 kudos
      Green top nursery being the one with the robots? Been a long time. Someone else mentioned about a possible problem there, not being able to take it, not sure what is going on at this stage. 
    2. HautdenLukas
      HautdenLukas
      • supporter
      • 31 kudos
      No, the one with the robots is Graygarden. I was talking about the one between Malden and The Slog (the ghoul farm with the pool).
      In the end, I took the workshop via console, but started a new playthrough shortly afterwards, because I wanted to try some more mods that should be present from the start. This time, I was flooded with recruitment request, including Greentop Nursery. I have the quest limit set to 3, so I was always busy.

      Thanks for making this mod. I love it.

      The only thing with the Minutemen I had to change on top of it, are the conditions for some recruitment quests. Regularly I got requests from settlers in my settlements to rescue a captured settler or wipe out some raider or ghoul hideout. These requests were caused by the MinRecruitxx quests. So I changed the condition for "WorkshopPlayerOwned" of Alias #0 in below quests from "greater than 0" to "equals 0", because I want these quests to activate only for settlements that I don't own. So far I haven't been bothered by any settler again.

      MinRecruit01 - Raider Troubles at...
      MinRecruit02 - Kidnapping at...
      MinRecruit04 - Greenskins
      MinRecruit07 - Ghoul Problem at...
  5. Bertworldeater
    Bertworldeater
    • member
    • 0 kudos
    I turned both "block settlement attacks" and "block defend radiant quests" on, but I'm still getting quests to defend places non stop, and I am unsure of why its not working
    1. SMB92
      SMB92
      • premium
      • 121 kudos
      You might try setting them off instead. I suck at explaining stuff so you'll probably find the descriptions I wrote in the menu confusing. Been a while since I worked with F4, but have another look at that. 
  6. PloufsPuppet
    PloufsPuppet
    • member
    • 0 kudos
    I installed the mod, but where the f*** can I set anything? Its cool to make an mod but there is absolute no instruction where to get to the options....
    1. SwearMY
      SwearMY
      • premium
      • 0 kudos
      I get the same. Tried changing the load order, still nothing.
    2. dwarano
      dwarano
      • supporter
      • 3 kudos
      Uhm..
      You fellas are aware this is an MCM mod correct?
      Have you thought of going into MCM, scrolling down to this mod and then adjust whatever settings you like?
      Just an idea of course, you don't "have to" if you don't want to..
      And if you don't have an MCM menu, then clearly this mod must be broken beyond repair, aye?
    3. SwearMY
      SwearMY
      • premium
      • 0 kudos
      I just reinstalled MCM correctly following the instructions by Luminuxis-Tutorials, had had some files go astray. (Great instructions.) Going to retry this one to see if it works right now.
    4. SwearMY
      SwearMY
      • premium
      • 0 kudos
      The mod is working now. Ready to dive in and make some changes.
  7. Gimows
    Gimows
    • supporter
    • 0 kudos
    When I select "Block Settlements Attacks" it keeps deselecting after quitting to menu even after I force updated the script.
  8. ClassicaBellvm
    ClassicaBellvm
    • premium
    • 0 kudos
    Question! is this compatible with We Are The Minuteman? that mod edits the max number of minuteman quests at a time and the cooldowns between them
    1. Noutcast
      Noutcast
      • member
      • 0 kudos
      I have the same question.
      I have a 50 hours saved game with both. I have 5 settlements. The character is 50 level and took the castle. "max number of minuteman quests" setting  and cooldown setting are working.
      The others are default setting. The Quests “about take a new settlement” are working. But there are no any other Radiant Quest (Defend or raider attack or Kidnapped) in 50 hours(a new game). I want Radiant Quest sometime.
      I am not sure is there any conflict. Leveled Settlers And Scavengers and CMRQL are newly added. Radiant Quest frequency is different to compare with my other saved game.
  9. ieatlasagnawithcheese
    ieatlasagnawithcheese
    • member
    • 2 kudos
    Is there a way to increase the chance of the "Defend the Castle" radiant minutemen quest from happening? Or does it go under the same category as the other defend quests? (I doubt it does).

    Anyways, great mod! It really does enhance my playthrough
    1. SMB92
      SMB92
      • premium
      • 121 kudos
      Good question, I can't quite recall, but I don't think so. Eventually I'll have a look at that. 
    2. ieatlasagnawithcheese
      ieatlasagnawithcheese
      • member
      • 2 kudos
      and you actually did look into it, woah!
  10. UzvarinatoR
    UzvarinatoR
    • member
    • 0 kudos
    installed this, turned off Settlement Attacks, pressed the button to update in MCM. Played the game about 5 hours and still got two settlements attack and "Help to defend" quests. The mod isn't working for me, i guess. Is it becouse i use Quest Tags Redux mod?
    https://www.nexusmods.com/fallout4/mods/55535

    It's most modern version of Quest Tags, also, it says it also Integrates Keep Radiants in the Commonwealth functionality.
    So do i need any pacth for this? Do i need your "Quest Tags" Patch, or "Quest Tags + Keep Radiants..." Patch?
    1. fraquar
      fraquar
      • member
      • 20 kudos
      You need to make your own patch if you use Quest Tags Redux, because the patch with Keep Radiant will be looking for that mod .ESP - and you have it removed because it's features are integrated into Quest Tags Redux.
    2. UzvarinatoR
      UzvarinatoR
      • member
      • 0 kudos
      what do i do if i'm not a modmaker and don't even know how this stuff is being done?
    3. UzvarinatoR
      UzvarinatoR
      • member
      • 0 kudos
      Ok so i sacrifiсed the last version of Quest Tags (redux one) and uninstalled it. Installed old Quest Tags instead. Also i uninstalled "Keep Radiant" to be sure. After that i re-installed "Configurable Minutemen Radiant Quest" and opted in Quest Tags patch. Everything should be working, right? Wrong! I still receive damned "Help to defend (x) settlement" tasks! What do i do wrong?
    4. UzvarinatoR
      UzvarinatoR
      • member
      • 0 kudos
      ok so what do i need to do to turn off attacks and "Defend" quests? I got rid of Quest Tags Redux so it's no longer an issue!
    5. SMB92
      SMB92
      • premium
      • 121 kudos
      Turn off the settlement attacks as well. 

      There's a a lot of confusion about this because of the way Bethesda recycles the quests etc. It's a big spaghetti of a setup. I know I probably didn't explain things real well. 

      No idea about that other mod but this mod does edit some vanilla scripts so make sure it isn't overwritten. 
    6. UzvarinatoR
      UzvarinatoR
      • member
      • 0 kudos
      but i don't mind attacks when i am in the settlement itself. In fact i would like to save as much vanilla mechanics as possible. The only thing that bugs me out is attacks when i am far away doing my own business and doesn't want to be distracted.
  11. dwarano
    dwarano
    • supporter
    • 3 kudos
    The patch for KRICW, is it only for the version listed under reqs?
    Or can I use it with my Unofficial patch version as well?
  12. Aeromoth
    Aeromoth
    • supporter
    • 0 kudos
    Well unless "Greentop Nursery" is on the deadly five list, I can say with a certainty that this mod does not work. I have both "Block Settlement Attacks" and "Block Defend Radiant Quests" on and I still keep getting the soul killing settlement attack messages. The corker is that it's my first time in "The Institute." But instead of enjoying my playthrough, I'm stuck rushing and ruining any and all fun I was supposed to have.

    I truly wish this mod did work. But as I said, unless "Greentop Nursery" is on the list that simply can't be blocked, then this is a hard fail. Thanks for at least taking the time. Maybe some year a mod will actually beat Bethesda's game destroying system. But from what I've seen looking at every mod looking to do so, they all report hard fail after hard fail.

    Here's to hoping and praying that "Star Field" doesn't have any Godforsaken settlement system!

    P.S. Sadly as the mod didn't solve the issue it clamed to I can recommend it. Sorry my friend, I just can't in good conscience recommend something that did nothing but eat up a .esp slot.
    1. Farazon1234
      Farazon1234
      • supporter
      • 43 kudos
      You are using conflicting mods which would cause that issue.