Stationeers Bulk storage

Sdílet
Vložit
  • čas přidán 3. 06. 2021
  • Today we have a look a bulk storage and retrieval using silos and vending machines. There are pros and cons to both so we have a bit build to create a retrieval system for both.
    Workshop: steamcommunity.com/sharedfile...
  • Hry

Komentáře • 31

  • @GaryParkin
    @GaryParkin Před 2 lety +2

    These tutorials help a lot to fully understand the machines.

  • @stephenconway6794
    @stephenconway6794 Před 3 lety +3

    Many thanks for posting this, I'm struggling thru sorting and storage atm. As per usual your coding and explanations help a lot.

  • @IamGhede
    @IamGhede Před 3 lety +2

    Thank you for these tutorials. They help immensely.

  • @Eisernes_bierchen
    @Eisernes_bierchen Před 2 lety +2

    Working perfectly. I love your tutorials, keep on posting em. Cheers mate

  • @ryguyver
    @ryguyver Před 3 lety +3

    One again thanks for coming through with another great video! These are such amazing and invaluable learning tools for anyone that is new and interested in getting more advanced with MIPS code. Can't thank you enough! :)

  • @JacoKruger.
    @JacoKruger. Před 3 lety +1

    You are either early with this one or its an extra one for this week? Please say its extra lol, and this is the reason i want MORE, this is simple and brilliant to make and understand, a life and game changer, thank you so much, now give me MORE!!!! Im hooked lol

  • @coldeonar
    @coldeonar Před 3 lety +2

    More Mick content HOORAY

  • @Marprata
    @Marprata Před 3 lety +1

    Was working on a different approach, however your looks so much easier, cant wait to try it, thanks :)

  • @TheSkrylar
    @TheSkrylar Před 3 lety +1

    6:00 this stack of selects would be called a Duff's Device, if it were being used to unroll a loop.

  • @Barmatuhin_Kent
    @Barmatuhin_Kent Před 3 lety +1

    Спасибо. Это же гентально!!

  • @fellpower
    @fellpower Před 3 lety +1

    Use a Silo for every single item u want to store - and the code / chutes are easy

    • @GaryParkin
      @GaryParkin Před 2 lety

      Yes, I agree. I've tried the vending machine and it doesn't store enough. If I could make it restack and combine the ore then it would be useful.

  • @Captain828
    @Captain828 Před 3 lety +4

    A few important things you didn't mention:
    - each slot is for a STACK
    - neither vending machines nor silos auto-stack, so you could have a slot with 2x Iron Ore, another with 20, etc.
    - for bulk storage of a single type keeping a stacker set to 500 before your bulk storage will ensure that each slot will be maxed out
    - for bulk storage of multiple types, say in a vending machine, you'll need a restacking setup or you'll quickly run out of those 100 slots if you're handling ores/ingots
    - silos do not have individual slots that can be checked via logic to see the exact content or how big the stack is
    - vending machines allow individual slot checking so things like the hash or stack size of a specific slot (of the 100) can be retrieved via logic
    - for both storage setups a stacker controlled via logic could be used to output specific quantities of a given hash

  • @mrg5303
    @mrg5303 Před 11 měsíci

    i have 9 silos full of each ore not including uranium and one vending machine, can i request the individual silos to keep sending stacks to the vending machine until it has 5 of each and if some are used its topped up?

  • @RewindFPV
    @RewindFPV Před rokem

    well so how this system works now is that you can retrieve complete stacks.........but what if you just want to build a small amount of that ingot?

  • @Paradoxal-Gaming
    @Paradoxal-Gaming Před 3 lety

    Did you upload the code for the 5 vending? One with Rares

  • @ditchdiver7531
    @ditchdiver7531 Před 2 lety

    Thanks for video. Do you have your vending machine code on Steam? I have no idea how to code and would love this for ingots out of vending machine. I know you showed the code in video but it wasnt clear enough for me to make it out. Thanks again

  • @christopherchichester3842

    @Cows are evil I have recycling set up going on and at the end of this I am setting up a silo and vending machine set up. my question is this, I am not very great at the coding yet (usually just upload from steam workshop)

  • @ausvampire
    @ausvampire Před 3 lety +3

    Hey Mick any chance you could show us the sorter code you used to sort each ore to their silo ?
    i made a code for every ore with its own silo but its like 2 pages long, wondering if there is a shorter version ?
    and thanks again for the vid,i have learnt alot of coding from your videos, cheers.
    If you ever decide to do multiplayer .......cough cough ! me ! cough ......

    • @cowsareevil7514
      @cowsareevil7514  Před 3 lety +2

      The sorting is done by the computer and sorting motherboard. The retrieval code was the only chip in the whole setup.

    • @ausvampire
      @ausvampire Před 3 lety +1

      @@cowsareevil7514 hmmm not getting the sorter motherboard.it only has ores so that would mix them up in the silo.so your sorting ingots ores etc. not individually

    • @cowsareevil7514
      @cowsareevil7514  Před 3 lety +2

      Keep scrolling down the list. It has some groups at the top and then every item in the game.

    • @ausvampire
      @ausvampire Před 3 lety +1

      @@cowsareevil7514 thanks

  • @alejandroramos8289
    @alejandroramos8289 Před rokem

    by any chance it is not possible to share the test environment of the classifiers?

  • @user-fq1qd7mu7h
    @user-fq1qd7mu7h Před 11 měsíci

    heya i love your tutorial. i tried based on this to create a code that controles 1 vent with 3 buttons and 3 ice-types. but after a lot of time trying to get this to work my code just lets the vendingmashin spit out everything without any controle. could you take a look at it ant maybe tell me what i do wrong?

  • @TECHOPC
    @TECHOPC Před 2 lety

    +1

  • @BleachWizz
    @BleachWizz Před 2 lety

    Why do you use "select x x x hash" instead of "move x hash"?

  • @alejandroramos8289
    @alejandroramos8289 Před rokem

    Why haven't you shared the code this time?

    • @cowsareevil7514
      @cowsareevil7514  Před rokem +1

      Oops: steamcommunity.com/sharedfiles/filedetails/?id=2820930392

  • @DenHvideHund
    @DenHvideHund Před 2 lety +2

    Love your videos, but hate your microphone. It's picking up way to much of your mouth smacking, lip licking, teeth washing etc. Could you please try and fix that. Should be easy to adjust the pickup so we get your voice and not the other annoying things. I mean this in a good way. So if you take it negative I'm sorry

  • @RemusKingOfRome
    @RemusKingOfRome Před 3 lety +1

    All this hard coding .. Ug.