File information

Last updated

Original upload

Created by

OG randy updater chudders1231 ported by Cookay

Uploaded by

M3dicCookie

Virus scan

Safe to use

Tags for this mod

51 comments

  1. M3dicCookie
    M3dicCookie
    • supporter
    • 64 kudos
    Locked
    Sticky
    Questions
    Whats in the update?

    Updated The vehicle Uploader to support Seatruck in the MoonPool only for Senna's Seatruck Storage Module mod
    Why?
    (Why not the Segments since the seatruck has its own docking bay and i have a Seatruck unloader to support it i felt only right the vehicle unload to only support the cabin of the seatruck. if you want to unload the segments you need the please use the basemoonpoolexpansion (Seatruck Dock) and Seatruck Unloader.))
    HOW DO I UNLOCK THEM ?
    unlock the Workbench.
    HOW DOES THE EASY BUILD TOGGLE WORK
    Enable(requires reboot for now ) cost goes to 2 titanium
    Disable(requires reboot for now)cost goes back to normal.
    HOW DO I TOGGLE THE  AUTOSORTER?
    Right click once your mouse is over the button and it pops up.
    Status now saves correctly .
    How Does the Unloader work ?
    It checks UpgradeModuleRoots for any other Storage(Clones) with StorageRoots .
    it makes sure the Exosuit is docked before taking items , same with
    SeaTruck but it checks Segments then it checks the other stuff 
    HOW CAN I ADD Categories?
    you edit the Filters by adding your own Category its a  JSON file so it must be valid.
    #new filter example with added Category <-- don't copy this text
    {
    "Category": "Food",
    "Types": [
    "CookedBladderfish",
    "CookedBoomerang",
    "CookedArcticPeeper",
    "CookedArrowRay",
    "CookedDiscusFish",
    "CookedHoopfish",
    "CookedFeatherFish",
    "CookedFeatherFishRed",
    "CookedNootFish",
    "CookedSpinnerfish",
    "CookedSymbiote",
    "CookedTriops",
    "CookedSpinefish",
    "CuredBladderfish",
    "CuredBoomerang",
    "CuredArrowRay",
    "CuredDiscusFish",
    "CuredFeatherFish",
    "CuredHoopfish",
    "CuredFeatherFishRed",
    "CuredNootFish",
    "CuredSpinnerfish",
    "CuredSymbiote",
    "CuredTriops",
    "CuredSpinefish",
    "NutrientBlock",
    "BulboTreePiece",
    "HangingFruit",
    "Melon",
    "PurpleVegetable"
    ]
      }, # <---- important for json files closes off that statment
      {
    "Category": "Moreingots",
    "Types": [
      "MIGold",
      "MISGold",
      "MIDiamond",
      "MISDiamond",
      "MILithium",
      "MISLithium",
      "MICopper",
      "MISCopper",
      "MILead",
      "MISLead",
      "MISSilver",
      "MISSilver",
      "MIMagnetite",
      "MISMagnetite",
      "MINickel",
      "MINickel",
      "MIKyanite",
      "MIKyanite",
      "MIRuby",
      "MIRuby",
      "MIUraninite",
      "MIUraninite",
      "MIIon",
      "MIIon",
      "MIFibermesh",
      "MIFibermesh",
      "MIQuartz",
      "MIQuartz",
      "MISalt",
      "MISSalt",
      "MISulphur",
      "MISSulphur",
      "MISBall",
      "MISSBall",
      "MIComputerchip",
      "MISComputerchip",
      "MICopperwire",
      "MICopperwire",
      "MIWirekit",
      "MIWirekit",
      "MIAdvwirekit",
      "MIAdvwirekit",
      "MIBleachjug",
      "MIBleachjug",
      "MILubricantjug",
      "MILubricantjug",
      "MIPjug",
      "MIPbarrel",
      "MISPbarrel",
      "MIAcidjug",
      "MIAcidjug",
      "MIBenzenejug",
      "MIBenzenejug",
      "MIGallonWater",
      "MIS5GallonWater",
      "MIAerosheet",
      "MIAerosheet",
      "MIArmidfiber",
      "MIArmidfiber",
      "MISilicone",
      "MISSilicone",
      "MIEnameled",
      "MIEnameled",
      "MIGlass",
      "MIGlass",
      "MIDeepLilypad",
      "MIDeepLilypad",
      "MICoral",
      "MICoral",
      "MITable",
      "MITable",
      "MICreepp",
      "MICreepp",
      "MISeed",
      "MISeed",
      "MIWhite",
      "MIWhite",
      "MIbigfilteredwater",
      "MIbigfilteredwater",
      "MISTitanium",
      "PIPlasteel",
      "MISPlasteel",
      "MISSnowstalker",
      "MISSnowstalker",
      "MIGenericribbon",
      "MIGenericribbon",
      "MISpore",
      "MISpore",
      "MIPRoot",
      "MIPRoot",
      "MISSalad",
      "MISSalad",
      "MIClip",
      "MIClip"
    ]  
      }

      #original copy of of filter.json <--- don't copy this text  
      {
    "Category": "Food",
    "Types": [
    "CookedBladderfish",
    "CookedBoomerang",
    "CookedArcticPeeper",
    "CookedArrowRay",
    "CookedDiscusFish",
    "CookedHoopfish",
    "CookedFeatherFish",
    "CookedFeatherFishRed",
    "CookedNootFish",
    "CookedSpinnerfish",
    "CookedSymbiote",
    "CookedTriops",
    "CookedSpinefish",
    "CuredBladderfish",
    "CuredBoomerang",
    "CuredArrowRay",
    "CuredDiscusFish",
    "CuredFeatherFish",
    "CuredHoopfish",
    "CuredFeatherFishRed",
    "CuredNootFish",
    "CuredSpinnerfish",
    "CuredSymbiote",
    "CuredTriops",
    "CuredSpinefish",
    "NutrientBlock",
    "BulboTreePiece",
    "HangingFruit",
    "Melon",
    "PurpleVegetable"
    ]
      } #<---- LAST ENTRY ALWAYS LEFT WITHOUT THE COMMA ONLY THE LAST ENTRY ALL OTHER ENTRYS BEFORE THIS ONE YOU NEED THE COMMA
    ]
    Updates Plans
    unloader on of button or Toggle in the options(toggle button now works right ON is ON sorting OFF IS OFF not sorting)
    add Category by request.
  2. Solipcyst
    Solipcyst
    • supporter
    • 0 kudos
    Seems to be missing a lot of items when you try to config a locker for specific items.  Off the top of my head I don't see Table Coral Sample, Flowering Spore, Young Cotton Anemone, or Ribbon Plant.  How do I get these specific items sorted where I want them?
    1. M3dicCookie
      M3dicCookie
      • supporter
      • 64 kudos
      i can add them to the category i have so many mods to work on i get to sometime
    2. VoltKraken5555
      VoltKraken5555
      • supporter
      • 0 kudos
      got it working 

      in type_reference.json, add 

      {
          "Name": "DeepLilyShroom",
          "Value": 3107
        },
      {
          "Name": "LilyPadResource",
          "Value": 8005
        },  # <--- (remove this comma if it is the last in the list)  

      in filters.json at the bottom of plants and seeds,  add
            "JeweledDiskPiece",
            "LilyPadResource",
            "DeepLilyShroom",
            "GenericRibbon"    # <--- add comma if anything else below in the same category

      and make sure to disable sorter (right click on the bottom of it), remove the plants and seeds category from the receptacles / lockers and add it again, then turn sorter back on 
    3. VoltKraken5555
      VoltKraken5555
      • supporter
      • 0 kudos
      ruby is also missing from filters.json but is in type_reference.json
      add AluminumOxide to crystals category in filters

      for any other missing items, check the subnautica below zero wiki for the item and look for the debugid, and check for that item in type_reference.json and filters.json.  for the value, check the BZ And SN Techtypes and Ints.txt file
    4. gphoenix51
      gphoenix51
      • premium
      • 1 kudos
      Apparently I did something to really piss off the lists, because now whenever I build a new autosorter locker, it is always set at Any and has the double XX bug. This happened after I changed the filter and type_reference lists. And like an idiot, I didn't make copies before I went and modified them. So I'm gonna have to reinstall the mod, hopefully that'll work. Not sure exactly what I did to break it.
    5. VoltKraken5555
      VoltKraken5555
      • supporter
      • 0 kudos
      You probably missed a comma or forgot to take off a comma at the end of the list.  If you added aluminum oxide to crystals category, make sure to add a comma to the one above it.
    6. VoltKraken5555
      VoltKraken5555
      • supporter
      • 0 kudos
      Here are the files I edited.  I also put all the vehicle upgrades and items into one category, and put food and water into the same category.  I also moved salt and water purification tablet from chemicals to food and water category. 
      You will need to disable the autosorter (right click the slider on bottom, it's a bit touchy), remove the category from recepticles and add it again.  (remove and add again chemicals, food, water, any vehicle categories).  Then turn autosorter back on.

      (make backup first before editing files)

      go into existing file, ctrl a to select all, hit delete, then copy and paste the code in the links

      filters.json 
      http://jsonblob.com/1316614277821554688  

      type_reference.json 
      http://jsonblob.com/1316608183246184448

      edit: sigh. just noticed spicy fruit salad is missing too.  I'll fix it, give me a bit. edit: fixed and updated link
    7. SilverThorn12345
      SilverThorn12345
      • premium
      • 2 kudos
      I had the same problem, XX bug.  I found a workaround. After you build some more cabinets, save and restart the game.  Don't close your save and open it again. It looks like after a point, you have to do it every time you build cabinets.
  3. DavidTear
    DavidTear
    • premium
    • 2 kudos
    A few things never get sorted, and aren't in any list to have it stored anywhere but "Any"

    They are as follows:
    - Lots of "Creature eggs" aren't placed into the Eggs category. Do they need to be identified first?
    - Antennae Fruit, need to add to food or plant. Listed as "smallmaroonplant" on Subnautica BZ wiki. Seeds are different to food.
    - Flowering Spore, not sure where it should go as a category, but should at least be an individual item. Listed as "lilypadresource" on Subnautica BZ wiki.
    - Table coral sample, definitely needs an individual spot in items. Listed as "jeweleddiskpiece" on Subnautica BZ wiki.
    - Ribbon plant, needs individual item and plant category added. Listed as "genericribbon" on Subnautica BZ wiki.
    - Rockgrub, should be placed in with fish. Listed as "rockgrub" on Subnautica BZ wiki.
    - Poster, some posters aren't getting sorted into the category. "Posters"
  4. MadesRedo
    MadesRedo
    • supporter
    • 9 kudos
    As for storage size I am always setting the width to 7 as it is visible on the screen.
    With the height set as 40 it sums into 280 which is not that much.
    Would it be possible to increase the maximum height in settings from 40 to 100?
    1. VoltKraken5555
      VoltKraken5555
      • supporter
      • 0 kudos
      get https://www.nexusmods.com/subnautica/mods/1112
      even though it is for subnautica it works with below zero too.
      After that, in main menu hit F5 and configure it how you want.  You can do it in game too but you will have to save and reload.

      alternatively, you can edit com.chadlymasterson.autosortlockers.cfg in bepinex/config.  Getting config handler is easier and other mods use it too.  
  5. Gribbleshnibit8
    Gribbleshnibit8
    • premium
    • 391 kudos
    Is there a way to set the autosorter to ignore a container or certain items in the Seatruck? I'd like to keep basic food and items on the truck at all times without having to grab them each trip.
    1. lazerath4
      lazerath4
      • premium
      • 0 kudos
      I am wondering the same thing. I stock both Supplies and Gear/Equipment/Tpols onboards for my excursions into the deep. So if there is a way to stop the Autosorting from grabbing those items (like a Don't Touch List) would be the best. Then I don't have to go and modify each container on the Seamoth or prawn suit. I am not trying to add more work you, Its a great mod even with out this! Thank you for the Mod and yer response (when time permits).
    2. M3dicCookie
      M3dicCookie
      • supporter
      • 64 kudos
      this is a feature coming
  6. ZetyrZ
    ZetyrZ
    • member
    • 0 kudos
    First, thank you for the mod! This had became a required mod on Subnautica and it's great to see it come to BZ.

    I wanted to ask if this is compatible with MrPurple's Better Vehicle Storage mod? I can't get the vehicle auto-sorter for the prawn suit to work and I figured that might be interfering. I have a storage room and standard auto-sorter setup already working in my base. I added a Moonpool for the Prawn Suit. I Built a vehicle auto-sorter in the Moonpool room and made sure to leave the base and re-park the Prawn with inventory in it's storage. I even messed around my base for a while since I noticed there was a delay setting for storage. It's not unloading to the storage.

    Edit: Nevermind. It's working fine now, but I'm not sure what did it. I tried it everything I could think of and had exited out of game to check .json files and reloaded and the vehicle storage still wasn't working. Now I load up the game a few hours later and it seems to be working fine and pulling items from my Prawn as intended. Couldn't say what happened, but if anyone else runs into this give it a few hours I guess lol :)
  7. ExaltedDemonic
    ExaltedDemonic
    • supporter
    • 0 kudos
    Do I need the optional file or has it been incorporated in the main download? I'm not entirely sure what it's for. Will the base mod have all items or do I need the optional file to make sure every item is available to sort?

    Also have you put gamepad support in this version like you did for the original Subnautica or no?
    1. M3dicCookie
      M3dicCookie
      • supporter
      • 64 kudos
      i need to add the gamepad support in this version too sorry  no this has the vehicle unloader locker 
  8. NuggeyWuggey
    NuggeyWuggey
    • member
    • 0 kudos
    The unloaders don't seem to be functioning properly, it's not taking items, but instead just says "ready to unload." There's no place for me to put it inside the seatruck docking module, but I used a mod to ignore the collision check to place it in there. It's still not working, though. Same issue for the prawn suit in my moonpool. Am I missing something?? Do I have to activate it somehow?

    UPD: A restart seemed to fix it. Not sure what the issue was initially.
  9. DanVayder
    DanVayder
    • member
    • 0 kudos
    Good afternoon, is there any possibility to change the storage sizes? For example, using a mod or through settings? The AdvancedStorageLockers_BZ mod does not affect your mod.

    UPD: My apologies, i didn't see settings
  10. gphoenix51
    gphoenix51
    • premium
    • 1 kudos
    If anyone is confused about how to get these lockers to show up in the blueprints, you have to scan a Modification Station. M3dicCookie says unlock the Workbench, which confused me because there's no such thing in the game, but it turns out Workbench was the original name of the Modification Station and it's still called Workbench in the game engine files. There are Modification Stations at Outpost Zero or Delta Station.
    1. M3dicCookie
      M3dicCookie
      • supporter
      • 64 kudos
      Modification station is the workbench
  11. CrescentDuchess
    CrescentDuchess
    • supporter
    • 1 kudos
    Is this compatible with EasyCraft?
    1. luanribeiro4999
      luanribeiro4999
      • supporter
      • 3 kudos
      Just tested, it works