Fallout 4

File information

Last updated

Original upload

Created by

IDontEvenKnow

Uploaded by

IDontEvenKnow

Virus scan

Safe to use

Tags for this mod

633 comments

  1. IDontEvenKnow
    IDontEvenKnow
    • premium
    • 285 kudos
    Locked
    Sticky
    2021-03-29: Just uploaded 2.1.0, finally.
    This release refines a bunch of existing stuff, fixes a bunch of bugs, and adds a some new systems that ideally would never be needed.

    For SS2 users, there's a new toggle (default off) under the terminal's new [Sim Settlements 2 Settings] menu that will force SS2 empire links between all settlements in the Logistics Network, which carry SS2's "virtual" resources and some other things.
    Spoiler:  
    Show
    This setting kind of bashes some of SS2's balance decisions as there are no range or worldspace limitations, no Comm plot required, no Caravan plot required (it'll work with desks)—and also I'm not 100% certain that my code for this is "safe" and won't break some parts of SS2.

    That said, I find it's a big improvement in terms of QoL, and I'd like to encourage users to try opting into this setting and give me feedback about how it works for them (other than that it's a little slow to take effect, I think SS2 has some caching system that doesn't update immediately).

    There are a few new systems that I added because I'm tired of trying to proactively fix game bugs (via UFO4P contributions etc) that just will not go away.
    Foremost is the Resource Monitor—this periodically checks the food/water stats of all of the settlements in your network and will notify you of any large, sudden drops, typically indicating that something corrupted some settlement's resource values.
    Spoiler:  
    Show
    If such a drop is detected, a message box will inform you of what resource, how much and where, and will offer to teleport you to the affected settlement, re-record local stats, and then drop you back where you had been as quickly as possible.
    Traditionally, you would have to travel to the settlement manually to fix this, but with my new system these things should go unnoticed less often, and take considerably less time to correct when they do happen.
    To be clear, any detections by this system are not the fault of my mod (despite unfounded reports to the contrary), but I wrote some code to try handling them anyway, because I can.

    The script load from this new system is very low, by the way, because my resource redistribution code was already doing all of the "heavy lifting," meaning all it took was to bolt a bit of cheap monitoring code onto what was already running to make this work.
    Of course, if you decide you don't like this system, there's a toggle in the new [Resource Monitor Settings] terminal menu to turn it off.

    For similar reasons to the Resource Monitor, there is also some new code to warn about provisioners dying, as well as being unassigned from their stations when you aren't anywhere near the settlement.

    I finally got around to whipping up some decorations for the Logistics Desks—as before, if you don't like them, there's a button on the desk to hide them if you prefer.

    Oh, and basically all of the SS1 and SS2 plots were misbehaving slightly because I had a couple of models pointing to the wrong directory, but somehow I never noticed. Those should be fixed now.

    There are a fair number of other changes not worth restating here, so go have a look at the changelog for everything else.

    Need to properly document this stuff in the description, might try to get that done tomorrow.
    ---------
    Older patch comments live here:
    Spoiler:  
    Show

    Well, that was a ridiculous amount of work. I believe I've gotten the mod fully playable now, so, behold: v2.0.0!
    Just going to go sleep for a week now, I think...

    Why the new mod page?
    The old version of the mod was married so strongly to Sim Settlements that a lot of users who don't use Sim Settlements would almost certainly miss the update. My mod no longer requires any version of Sim Settlements to function, with the addition of the standalone Logistics Desk—however, the mod still supports both SS1 and SS2, depending on your load order.

    Additionally, there's a huge amount changed on the back-end, and for that reason, existing saves are not compatible with the original (ILS v1.x) mod version. So, in line with most other Sim Settlements addons, a new mod page felt appropriate.

    Alpha/beta testers:
    If you downloaded the public beta from the old mod page, and you're using the mod with SS2+the patch, just ignore the warning about the patch file name change. I just changed it for clarity, so the warning is harmless.
    Other than the addition of a new FOMOD installer, 2.0.0 is the same as 2.0.0-beta11.

    Existing SS1 users, please see:
    By which I mean users still running ILS v1.x and SS1 on existing saves and wanting to update to ILS v2.0.0.
    Spoiler:  
    Show
    Updating in-place is not "automatically" supported: 2.0.0 works very differently on the back-end, and the plugin name has changed. For all intents and purposes, v2.0.0 is a distinct mod from v1.x.

    You may wish to just stay on the old version for the rest of your ongoing playthroughs.
    However, I added a feature to migrate to the new version automatically.
    To do this, follow these steps exactly:
    • Install ILS v2.0.0 — do not uninstall ILS v1.3.5a
    • Load the save you want to convert with both ILS 1.x and ILS v2 installed
    • Answer "Yes, migrate from ILS 1.x" to the prompt that will appear
    • Wait for the "migration complete" message
    • To let all of SS's scripts catch up, you will probably want to leave the game idling for a while at this point—find a nice corner to crouch and stare at the floor in (maximizing FPS increases script speed!) and leave the game running for 10 or 15 minutes, unpaused, while you make some tea or something
    • Save the game
    • Uninstall ILS v1.x
    • Done
    Other than the handful of features new to v2.0.0 (desk etc), the mod should work exactly the same as the old version did, on the face of it. I do not intend to continue updating the old version, however, so you may want to upgrade for continued support.

    Note that this is not "officially" safe, or in other words it's usually not recommended to remove a scripted mod mid-playthrough for any reason. However, I've done this myself, and the migration procedure is designed to safely uninstall ILS v1.x

    Remember that is only for original Sim Settlements users, who are still using SS1 on an existing save, and want to upgrade to the new ILS version. This will not, and cannot, convert your saves for Sim Settlements 2, which the SS2 devs have made abundantly clear that migrating from SS to SS2 is not supported and will probably only break your saves.
    ---------
    Console/Bethesda.net users:
    XB1, SS2: https://bethesda.net/en/mods/fallout4/mod-detail/4204252
    XB1, Standlone/SS1: https://bethesda.net/en/mods/fallout4/mod-detail/4204253
    Spoiler:  
    Show
    SS2 plugins (unlike SS1) have a few places where a hard dependency on SS2.esm is necessary, so in order to avoid taking a valuable load order slot just for a very small patch, I decided to upload two versions--one which is the same as plugin here (Standalone/SS1), and another which is the same except the SS2 patch is integrated into the .esl.
    I don't currently plan to upload to Bethesda.net for PC, because I'd like to avoid having to maintain four Bethesda.net mod pages in addition to this Nexus page.
    I typically delay console updates for a few days to let major issues surface—it's not unheard of for major bugs to require console commands, or even save editing to fix, which are restricted to PC players, so I prefer to make those are all fixed before the Bethesda.net upload.
  2. ShadowTempest00
    ShadowTempest00
    • premium
    • 0 kudos
    Im getting a message everytime I load up the game that says

    "It appears you have IDEK's Logistics Station 2 installed alongside Sim Settlements 2 however ILS's SS2 patch is not enabled"

    Where do I go to enable it?
    1. kraag
      kraag
      • premium
      • 67 kudos
      The plugin is included in the main archive, just enable the plugin in ur mod manager.
    2. Trylobyte922
      Trylobyte922
      • member
      • 0 kudos
      Mine says this too, but I do NOT have ss2 installed. I removed that dumpster fire from my load order long ago 
  3. Murchadh
    Murchadh
    • member
    • 2 kudos
    Quick question, can I use this with the Life in the Ruins modpack and if so, any idea where I need to have it in my modlist?
  4. FWDekker
    FWDekker
    • premium
    • 4 kudos
    Using this with SS1 in VR. Absolutely amazing mod; well-engineered, clear explanations to the user at all times, and just an overall improved experience. This mod is a must-have in my opinion.
  5. ToolGaming
    ToolGaming
    • member
    • 0 kudos
    Hi, The Last 

    • Update Date uploaded
      08 Oct 2021, 5:31AM
    Is this still working with ss2?
    1. PoisonCoyote
      PoisonCoyote
      • premium
      • 0 kudos
      It's still been working great for me. 
  6. reveredpharmacist
    reveredpharmacist
    • member
    • 0 kudos
    About to DL this mod along with Uncapped Surplus which I've been using for years, however one tiny question - is the vanilla supply line system from the Local Leader 1 perk still fully usable? I'm using SS2 but I'm not too far into its progression, I'm yet to unlock all plot types and systems. Anyway great mods you've made, endorsed!
  7. Layth36
    Layth36
    • member
    • 0 kudos
    Hey @IDontEvenKnow love the mod! I have 2 questions for you:

    1- Could you ELI5 what exactly does assigning a "Master" station do?

    2A- Are there any benefits to having a station in every settlement and also is 1 station enough to automate the entire network? I'll write this question in more detail in 2B.

    2B- If I have 1 logestics station built in 1 settlement with logestics storage linked to the workbench and that settlement linked to all other settlements via supply lines, does that mean that 1 station will have access to all resources in the other settlements? and If so does said station use said resources in the auto-collection and auto-donation system or do I have to build a logestic station in every settlement if I want all settlements to have the auto-collection and auto-donation working in them?

    Edit: Forgot to mention an important detail, I'm playing SS2.
  8. Rossco198207
    Rossco198207
    • supporter
    • 0 kudos
    Some reason the locker or the storage setting aren't showing up
    1. gijobb1
      gijobb1
      • member
      • 0 kudos
      Same thing is happening to me, none of the new items show in the workshop Special or SS2 Plot build screen selection menu. I've played around with load order. Should it be:
      SS2 - Ch 1
      SS2 - Ch 2
      SS2 - Ch 3
      IDEK - Logistics Station 2

      Thanks for the assist!
  9. wysiwyg
    wysiwyg
    • premium
    • 25 kudos
    I don't even know if anyone will ever see this but thanks again for making this with a standalone option. I wouldn't want to play without it!
  10. DanaFanel
    DanaFanel
    • premium
    • 0 kudos
    Anyway to get this to work with HQ? I just hate working in god mode
  11. wysiwyg
    wysiwyg
    • premium
    • 25 kudos
    The salvage beacon option on the logistics options doesn't seem to work without Sim Settlements installed. I even tried setting SB_PlayerHasWorkedCommStation to 1 but it just reverts to 0 shortly afterwards if there is no separate communications station with someone assigned to it. Beacons work fine if the communication stations is assigned.