How To Build SPACESHIPS For All Planets | Factorio SPACE AGE

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 274

  • @digitaltos2696
    @digitaltos2696 18 วันที่ผ่านมา +101

    If anyone is wondering, at the Asteroid collection section, the whole belt has a yellow graphic around it. It's done by connecting a wire to a single belt piece, and setting the circuit settings to read belt contents AND "Hold (all belts)".
    After 175 hours, spaceship design was the first scenario where I really needed to start learning circuits. It has quite a learning curve, even after watching a few videos.

    • @Pablops-ej7ez
      @Pablops-ej7ez 18 วันที่ผ่านมา +2

      Thank you so much 🙏i was trying to figure that for a long time

    • @olliegarchz3638
      @olliegarchz3638 14 วันที่ผ่านมา

      Legend!

    • @dongtan_bulgom
      @dongtan_bulgom 12 วันที่ผ่านมา

      Thanks bro

    • @gureguru4694
      @gureguru4694 12 วันที่ผ่านมา +13

      thanks. the video says NOTHING about this at all. the dude ASSUMES we are all EXPERTS on circuits and Factorio. doesn't even mention red wires. very frustrating

    • @Kelven486
      @Kelven486 11 วันที่ผ่านมา +11

      @@gureguru4694 Yeah, Nilaus is horrible at explaining the details like that. He skips over a lot of stuff (either unintentionally because he doesn't prepare a script for these videos, or intentionally because he assumes it's common knowledge). It's pretty annoying having to pause his videos and try and work out what he wired to what with what color cable.

  • @JonesJensen
    @JonesJensen 20 วันที่ผ่านมา +125

    Something I recently found out is that you can hold CTRL+SHIFT+ALT while having an item or a ghost, and scroll wheel up and down to change quality. Very useful for changing on the fly for modules etc. Just Q a building or if you're holding a module and scroll (while holding the buttons down)

    • @Nilaus
      @Nilaus  20 วันที่ผ่านมา +38

      Shift-Alt-Scroll

    • @JonesJensen
      @JonesJensen 19 วันที่ผ่านมา +4

      @@Nilaus Ooh, must've been an error #40 when I discovered it

    • @tomsterbg8130
      @tomsterbg8130 10 วันที่ผ่านมา

      I am absolutely obsessed with utilizing every single piece of QOL features in the game and this just blew my mind in happiness, thank you thank you!!!

    • @JonesJensen
      @JonesJensen 10 วันที่ผ่านมา

      @@tomsterbg8130 You're quite welcome, I'm baffled Nilaus never mentions it when he uses it.. I think a lot of people missed it

    • @Tannyr
      @Tannyr วันที่ผ่านมา

      @@Nilaus Weird it's CTRL+ALT for me.

  • @peterschmidt1900
    @peterschmidt1900 11 วันที่ผ่านมา +7

    Nuclear fuel inserting will not be fully limited. You need an decider, that checks T

  • @krakus_kromkus
    @krakus_kromkus 20 วันที่ผ่านมา +21

    One thing that simplified signals on spaceships for me - you can use electric poles for wires! of course, asteroid chunks should never be in the hub anyways, but just in case they are I never let wires dealing with asteroid signals touch the hub, they go along electric poles. Also makes it possible to place combinators far away from the hub.

    • @Khaim.m
      @Khaim.m 20 วันที่ผ่านมา +3

      Sure, but then you have to send up poles to the ship. It's easier (if a bit ugly) to do what Nilaus did and use single belt tiles as relays.

    • @krakus_kromkus
      @krakus_kromkus 20 วันที่ผ่านมา

      @Khaim.m you could make them locally at the start of the build provided you have advanced asteroid processing, but yeah I did largely do this for aesthetic reasons hehe:)

    • @rogo7330
      @rogo7330 19 วันที่ผ่านมา

      @@Khaim.m sushi that goes around the whole ship is only one of the ways I can think on how to transport stuff around the ship without throwing something away and share belts for things. Poles are just 1 tile in compareson to do everything around one sushi. Circuit logic with assemblers reading contents of itself is so powerfull everyone just by inertia sleeps on them, or it's just a skill issue.

    • @thomac
      @thomac 19 วันที่ผ่านมา +2

      somebody on reddit suggested using lights instead of power poles or belts to relay signals around the ship. I'll definitely try that on my next ship design.

  • @RubberDuck5
    @RubberDuck5 20 วันที่ผ่านมา +66

    For asteroid collectors I actually went with something similar, but more complicated. Asteroid collectors collect in a ratio of 11/11/22 and then inserts read the belt. This way the collectors are a storage container as well.

    • @vitaliyvorobyov2942
      @vitaliyvorobyov2942 20 วันที่ผ่านมา +2

      Can you elaborate mo on how did you make collector gather asteroids in this particular ratio?

    • @matilozano96
      @matilozano96 20 วันที่ผ่านมา

      @@vitaliyvorobyov2942each collector has an output for their contents, and can take an input to set the mirror filters.
      This is how I did it:
      Take the content with a wire, pass it through a logic gate (need to do a < operation). For each *, if * < (storage/3) output each *. With this, you can check for every asteroid type with a single combinator. There’s the edge case for when there’s zero asteroids of a type, so you need an additional input for 1,1,1,1 of each type, using a constant; then you use constant/3 + 1 for the condition.
      You take that output and throw it back to the corresponding collector. You’ll need to fiddle with the cable colors to prevent dirty data from coming in. Red for out, green for in, then green from the constant to the combinator, so it doesn’t go to the collector.
      With similar tech you could count the contents of all of them and treat it globally, if you don’t want to use so many combinators.
      Afterwards, you set a similar combinator but to read the contents of the belt, to make sure it doesn’t overflow. Instead if setting the filter for the collectors, you set the filter for the inserters taking stuff out of them. Similar to what Nilaus is doing.

    • @Bobylein1337
      @Bobylein1337 19 วันที่ผ่านมา

      yea did the same though I stayed with a 1:1:1 ratio for everything as you struggle with ice asteroids near aquillo for example.
      @@vitaliyvorobyov2942 you need a decider combinator for each arm, I put a green wire from the arm to the input of it and a red wire from the output to the arm then you need a signal with the amount of asteroids you want of each type, a constant combinator is easiest, and connect it with a red wire to the input of the decider. Inside the decider you set every field to "each", that yellow asterix symbol, and compare if the red signal is greater than the green. Also don't forget to set the arms on read contents aswell as set filter.
      Now you'd use Nilaus system but instead of connecting it to the arms you connect it to the inserters and activate "set filters" inside the inserters

    • @AshaliNumala
      @AshaliNumala 19 วันที่ผ่านมา +1

      @@vitaliyvorobyov2942 I assume the same way I did: with deciders that read contents from the collector, then output a signal if the collector's storage is below those values. You just have to enable "read contents" and "set filters" and use both colors of wires so you don't make a mess of the signals.

    • @erikstahl2044
      @erikstahl2044 19 วันที่ผ่านมา +5

      @@AshaliNumala I did the same thing by reading the contents of the collector and dividing by -10, then placing a constant combinator that outputs 1 of each asteroid. So when a specific type of asteroid reaches 10, the output becomes -1 and cancels out the constant combinator and stops sending that signal.

  • @myrcutio
    @myrcutio 20 วันที่ผ่านมา +43

    I added some circuit logic to my ice crusher that switches it to the advanced recipe only when calcite falls below a threshold. I set a constant combinator to the basic recipe at a value of 2, and a decider that outputs the advanced recipe at 1, and a selector sorted by ascending. When the decider calcite condition is met it switches to calcite, and when it's done it switches back.

    • @GimbleOnDew
      @GimbleOnDew 17 วันที่ผ่านมา

      What's the downside to making additional calcite to want to switch to the basic recipe?

    • @svendaman925
      @svendaman925 13 วันที่ผ่านมา +2

      @@GimbleOnDew you can overflow and clog the machine, but I usually just throw the excess of the side of the ship

    • @guru42101
      @guru42101 10 วันที่ผ่านมา

      @@svendaman925 I run the calcite only when calcite dips below 20. I run the pure ice when calcite is at or above 20 and ice is below 50 or if ice is below 20. I have the carbon and sulfur running the same way. I haven't tried adding in steel and copper to make piercing ammo.

    • @LH-gt6gz
      @LH-gt6gz 8 วันที่ผ่านมา +2

      Just measure the calcite, multiply it with -1 then add a combinator and set it to the desired amount of calcite. Then add them. The value will only be positive when you need calcite. Then just set the recipe.

    • @willo1345
      @willo1345 3 วันที่ผ่านมา

      @@LH-gt6gz Can't you just compare whats in the network with a constant and if the constant is higher then output the constant variable to achieve the same without the arithmetic?

  • @K-o-R
    @K-o-R 20 วันที่ผ่านมา +27

    "Storing water for a rainy day." Wait...

  • @Kaiasky
    @Kaiasky 20 วันที่ผ่านมา +30

    I think "design your workhorse ships for base quality" is a really good design decision

    • @fang_xianfu
      @fang_xianfu 19 วันที่ผ่านมา +4

      It depends on what we're talking about I think. Quality turrets, cargo bays, solar panels, and asteroid grabbers are just a no brainer imo. Quality crushers are pretty awesome too. And you don't need any of those things in such massive quantities that you can't just overproduce until you get good ones.

    • @sutarn7246
      @sutarn7246 18 วันที่ผ่านมา +6

      @@fang_xianfu I think turrets are better at low quality since they only get more range and range just means you'll shoot more unneccesary asteroids. (Asteroids which won't hit your ship)

  • @xKeelar
    @xKeelar 7 วันที่ผ่านมา +1

    One crucial thing that he failed to mention in the video for the outer planet ship is that you need to make sure you have inserters on the hub that output bullets and rockets onto the main loop otherwise you will have no defense on the back of the ship. You probably also want to setup a circuit condition so you don't output too many and clog up the loop. They show up near the end of the video and you can see them if you look closely, but he never specifically addressed it in the video so it would be very easy to miss and possibly not notice until you end up in trouble in orbit around Aquilo.

  • @martinbennett9908
    @martinbennett9908 11 วันที่ผ่านมา +1

    Another method of dealing with asteroids clogging up the system is to just chuck the surplus back out into space, which is super easy to set up.

  • @4wry
    @4wry 19 วันที่ผ่านมา +7

    Instead of using a decider combinator for each asteroid a very simple way of controlling the asteroid intake is using a single arithmetic combinator + a constant combinator. The arithmetic one will read the belt and multiply each by -1 and output each, the constant combinator will connect to the output and contain the max. positive values. In this case the setting of the filters is the difference while >0. Disposal can be controlled using a decider combinator for items

    • @Astschimmelreiter
      @Astschimmelreiter 19 วันที่ผ่านมา

      much appreciated, iam total factorio noob regarding circuits n stuff, iam embarressed to say even with your straight to the point description it took me a while to wrap me head arround this still an implement it X). this was excatly what i needed to make it with the space I had left which felt satisfying after all the squeeze it in my design.just barely. cheers

    • @WhiteGinger10000
      @WhiteGinger10000 18 วันที่ผ่านมา

      Do you think you could provide a picture of this? I'm trying to put it together but I'm not sure how I'm supposed to wire the second combinator. Is it to connect from the output of the decider combinator or do you put the second constant combinator as the input for the decider? Either way, I can't get the auto disposal to work.

    • @Raytenecks
      @Raytenecks 18 วันที่ผ่านมา +6

      @@WhiteGinger10000 It sounds like they did the same thing I did, so I'll explain mine to see if that helps.
      Wire your storage area (belts or main hub, depending how you design your ship) to the input of an arithmatic combinator. Set the math to "each" times -1, and output to "each". Wire the output of that combinator to the grabbers to set their filters. At this point, you'll end up with *everything* on the belt, but negative amounts, so the filters will be blank.
      Now add a constant combinator and set it up with how many of each thing you wire. Wire this to the *output* of the arithmatic combinator. When a circuit has multiple things providing data, all that data gets added. So the positive number in your constant combinator get added to the negative values coming out of the arithmatic combinator. If your number is higher than the amount stored, that will mean it ends up with a positive value for that item, and it'll show up in the filters of the grabbers.
      Do *not* wire the storage to the *output* of the arithmatic combinator or you'll have a bad day.

    • @WhiteGinger10000
      @WhiteGinger10000 18 วันที่ผ่านมา +1

      @Raytenecks Ok perfect thank you so much! That makes much clearer. I'm assuming that I shouldn't have to worry about overflow as long as I have the amounts that I want on the belts low enough as to not overfill the storage belt.

    • @Raytenecks
      @Raytenecks 18 วันที่ผ่านมา

      @@WhiteGinger10000 Yeah, that's how I keep my item counts low enough. I used the sushi belt for a while, and I've been just using the main storage lately, and it's been working for both with appropriate amounts set. FWIW, I'm probably going back to belts because using main storage for everything seems harder after all, and you have less room for things you're transporting.

  • @rssadiwala95
    @rssadiwala95 20 วันที่ผ่านมา +14

    I build my shapeships over fulgora because all my quality components are there, and rockets are super cheap there. I ship a lot of repair packs first to repair any damage taken, but that happens rarely anyways so you can skip it if you want.

    • @aloxgaming1714
      @aloxgaming1714 20 วันที่ผ่านมา +2

      he say he make with out quality for us and right after make it move to fulgora to upgrade it ^^

  • @maloo2brvo26
    @maloo2brvo26 19 วันที่ผ่านมา +32

    Please go through the logic and how you setup the combinators much more slowly. Specifically on how you connect the red and green wires. I'm trying to follow along and am struggling.

    • @danielh.9010
      @danielh.9010 18 วันที่ผ่านมา +8

      I guess he's addressing experienced Factorio players. I'm still quite new to the game and have some experience with circuit logic, but are also struggling to follow. I'm just taking a mental note to research how to e.g. use constant combinators combined with "set filter" later.

    • @Raytenecks
      @Raytenecks 18 วันที่ผ่านมา

      I replied to @4rwy and @whiteginger10000 above with how I do it, and @rogo7330 sounds like they do it the same way as me as well.

    • @tiberian22
      @tiberian22 17 วันที่ผ่านมา +7

      Yeah, i too found it difficult to follow, as at times it seemed nilaus had already prebuilt some of the green/or red wire connections, and thus it got glossed over when he was explaining how it worked. I was able to get the ore filters workings, but not the green lights for Thruster fuel/Oxidizer/Ammo. They just stay on all the time on my ship, so one of the wires must be incorrect somewhere, but after re-watching the video, i can't really figure it out. Would be nice if he showed the circuits a bit more clearly in each video.

    • @nalaraul
      @nalaraul 11 วันที่ผ่านมา +5

      True, everytime i watch the video, i have no idea what he doing, lack of teaching skills

    • @stefanwellens6702
      @stefanwellens6702 9 วันที่ผ่านมา

      After a day of fiddling arround i got it too work except for the trash inserter. No where in the vods you went over the circuits of the Freighter.

  • @OrchidAlloy
    @OrchidAlloy 19 วันที่ผ่านมา +3

    I did in fact make a spaceship with only solar power that safely goes to Aquilo and back. It's a lot of them so the spaceship is kind of a big square, and I also used high quality efficiency modules.

  • @3211learza
    @3211learza 20 วันที่ผ่านมา +37

    I don't think you mentioned this, but thrusters actually have efficiency curves (you can see them in factoriopedia), the ratio of thrust to fuel consumption is highest when they get 6 fuel per second or less, which you can accomplish by having a pump wired to a clock, so it only works some percentage of time

    • @Vampandamonium
      @Vampandamonium 19 วันที่ผ่านมา +2

      with Fuel basically free in space, wouldn't it be better to consider speed:firepower?

    • @Bobylein1337
      @Bobylein1337 19 วันที่ผ่านมา +1

      @@Vampandamonium you could dynamically scale speed based on ammo remaining, though I guess you should always just stockpile enough ammo

    • @3211learza
      @3211learza 19 วันที่ผ่านมา +5

      @@Vampandamonium honestly the efficiency matters way less after you unlock the calcite fuel recipe, but before that it's nice to have. also, if you're slower, you encounter less asteroids in a given amount of time (though more of them over the entire trip), whether that's worth it depends on your platform design

    • @guru42101
      @guru42101 10 วันที่ผ่านมา +2

      @@Bobylein1337 Mine pumps if speed is below 200 and ammo on belt is above 50. My circuits try to maintain 100 ammo on the belts so if I'm below 50 I'm running out. I only picked 200 velocity because it is slightly faster than my old ships. I'll test it at a faster pace when I start replacing my fleet with my new design. For the inner planets I could probably do faster, but I don't think I can go much faster with Aquilo and shoot everything down fast enough.

  • @xyreous6146
    @xyreous6146 20 วันที่ผ่านมา +6

    I gotta say, the music in space is probably my favorite, it reminds me of the music in elite dangerous that plays when traveling between planets in a star system

    • @skourge891
      @skourge891 20 วันที่ผ่านมา +1

      The music is phenomenal

    • @OscarPerez-w1f
      @OscarPerez-w1f 20 วันที่ผ่านมา

      Vulcanus has that one track that made me stop and listen, I think it’s Vulcanus 7

  • @verbatos9498
    @verbatos9498 20 วันที่ผ่านมา +8

    I ended up making both a central sushi belt and dedicated "buffer" sushi belts which hold ice/carbon on one of them and ice/ore on the other to power each array of chem plants.

    • @qqeevee
      @qqeevee 17 วันที่ผ่านมา +1

      It could be better storing asteroids instead ice/carbon

  • @suiwelmaan
    @suiwelmaan 20 วันที่ผ่านมา +7

    Trouble i found with the collectors are that their internal buffers will sometimes fill with too mich of something, so when they dump to the sushi belt theyll block it up, so limiting their inserters ONTO the sushi belt helps mitigate that, or i usually just lower the limit set by the circuits to 15, low and high enough to be able to fly and collect

    • @Delassa
      @Delassa 20 วันที่ผ่านมา +3

      I found putting an extra inserter to just throw anything over 10 of each item over the side works good

    • @alejandrosand
      @alejandrosand 20 วันที่ผ่านมา +1

      @@Delassa yeah, the resources are infinite so there is nothing wrong with just take all and throw the excess

  • @Seranov
    @Seranov 20 วันที่ผ่านมา +14

    Oh hell yeah. I like your normal videos, don't get me wrong. But building interesting, self-sustaining spacecraft that are both well-defended and actually look like spacecraft? That's the good shit.

  • @jenzee2409
    @jenzee2409 16 วันที่ผ่านมา +1

    ammo can be distrubited by sushi too, and jettisoning trash can also be done by sushi by "digging" a long hole from the edge of the platform to sushi. I would advise going for line balancer on sushi in this case to utilize both lines, tho it will require some circuiting. Also about circuits, along with changing water asteroid recipe, id change foundry recipe too and only use one foundry for all needs - with tanks.

  • @AzathothLives
    @AzathothLives 17 วันที่ผ่านมา

    Since I don't have a patreon membership I just eyeballed it... but I'm happy to say the freighter made it to Fulgora without a dent! It took me awhile to figure out the wiring, never did circuitry before, but funnily enough I gave it a second try after having my ship parked in new orbit and was able to figure it out.
    Now I can have my ship go on supply runs to grab what things I forgot to pack for the voyage.

  • @derpingdead
    @derpingdead 10 วันที่ผ่านมา +5

    did he explain the fuel light condition? the editing is all over the place i coudlt find it ty
    12:53 ore constant combinator
    14:11 ore decider combinator
    14:30 ore lamp (he changed the lamp color rgb without mentioning it)

    • @Nobby-Nobbler
      @Nobby-Nobbler 8 วันที่ผ่านมา +2

      Nope - He glanced over it without showing the working for any of it... I know he's being helpful, but skipping over things just makes videos annoying to have to work out stuff yourself (Which is why we went and looked at a video in the first place!)

  • @dnkbmc
    @dnkbmc 13 วันที่ผ่านมา +7

    Regarding Nuclear Power - you are wasting fuel with your setup :( A few points:
    - the temperature threshold should be slightly higher than 500, because there are losses down the pipes
    - use either a basic or fast inserted and override stack size to 1 because you don't need to insert 12 cells, you need only one
    - you don't need a filter for nuclear fuel HOWEVER, a cool trick I use is:
    - connect Power Plant to inserter and select "read fuel" on the Power Plant
    - on the inserter select "Set Filters" and set the filters to "Blacklist"
    - this will ensure that you only get 1 Fuel Cell inside the reactor at ALL TIMES if the temperature drops below the threshold

  • @sosoft5558
    @sosoft5558 2 วันที่ผ่านมา

    At 14:00 you can make a simplier sushi logic
    use 1 constant combinator with all max
    use 1 comparator and setup it like this:
    red input: What you want
    green input: What you have
    (Red) EACH > 0
    and
    (Green) EACH < (Red) EACH
    output: 1 EACH
    It means: If it exists on red and the green is lower than the red, output 1

  • @MrJoelra
    @MrJoelra 9 วันที่ผ่านมา +1

    Uh, you had a massive jump from what you started with the interplanet ship, the switch to the outer planet, and then back. Really jarring.

  • @fnot804
    @fnot804 20 วันที่ผ่านมา +7

    Alt + rmb to place a pin anywhere, and you can turn off it by "always show" checkbox.

  • @ChrisBode
    @ChrisBode 20 วันที่ผ่านมา +4

    Small asteroids are what you get when you destroy a medium asteroid with guns. They die pretty fast so its blink or you'll miss it but they're there.

  • @tortex2000
    @tortex2000 20 วันที่ผ่านมา +9

    One flaw i would point out is having the grabbers wired to the main storage building, as if you get one of the asteroids in there by accident it will always have that filter on as if it sees it as a signal. had this issue for a while before i found out why my belts kept over flowing with something....I made this comment like 2 min before seeing it happen in the video.... but keeping the comment...hook wires up to turrets or something else.

    • @Zam_man
      @Zam_man 20 วันที่ผ่านมา +1

      THANK YOU i was going mad at why this design was overflowing on some of my ships but not others

  • @DoubLL
    @DoubLL 14 วันที่ผ่านมา +1

    2:50 you can turn that highlight off if you open the edit menu for the pin. (the pencil icon)
    There's a checkbox at the top. Uncheck that and the pin in no longer visible in remote view.

  • @Sos-Rambo
    @Sos-Rambo 20 วันที่ผ่านมา +20

    I seen a ship that did nothing but throw spoilage in space, It was beautiful.

  • @Erik_Ice_Fang
    @Erik_Ice_Fang 20 วันที่ผ่านมา +1

    I am ashamed I never thought of passing ammo directly between turrets. I wouldn't consider it on planets ( I use long handled inserters and a belt at distance to keep the supply out of reach), but in space, its brilliant

  • @tyreni
    @tyreni 20 วันที่ผ่านมา

    What impeccable timing Nilaus! I'm ready to leave Vulcanus and need a better ship. The ship that got me here was uhh...disposable lol.

  • @samuelwolfe
    @samuelwolfe 20 วันที่ผ่านมา +1

    Idk if anyone noticed (or plays Starsector) but he basically designed a Buffalo and an Atlas.... at least in profile, if I could have missile turrets on my Atlas(es) I'd be so happy about it.

  • @matthewjenkins914
    @matthewjenkins914 20 วันที่ผ่านมา +13

    Your tutorials are awesome Nilaus. I love how explicit you are about whether you're doing something to be functional, or just simply to look nice. Also your experience with the game really shines through. While I don't use your blueprints (I like building things myself), your tips are so helpful and every video I find myself going, "Oh wow, I didn't even think of that as a possibility!" Thanks so much!

  • @humantwist-offcap9514
    @humantwist-offcap9514 20 วันที่ผ่านมา +3

    Could you explain a bit more about the circuit setup for the sushi belt? I have never messed with circuits in this game before and I can’t really follow how you set everything up and wired it.

  • @rogo7330
    @rogo7330 19 วันที่ผ่านมา +5

    You overcomplicated circuit for filtering asteroid chunks. Just take belt/storage input to the arithmetic combinator with '0 - each', output to the constant combinator with what you want to have, then continue that wire to the grabbers with "filter by signals". Filter only grabs things with signal more than 0, negative values are ignored.

    • @Tronnic
      @Tronnic 15 วันที่ผ่านมา +1

      Can you explain further? What exactly do you mean with "0 - each"? Thank you

    • @DissyFanart
      @DissyFanart 12 วันที่ผ่านมา

      @@Tronnic you can also doe each * -1, 0-each just means it takes 0 and subtracts the number of items on the belt, outputting each but negative basically

  • @ember3579
    @ember3579 19 วันที่ผ่านมา

    I was worried about how you're keeping the reactor fuelled up, but I did math and 1 stack of uranium fuel cells is good for almost 3 hours, so just reserve 2 slots of ship inventory for it and make sure the ship visits Nauvis at least once in that time and you're golden.

  • @Brunohatpost
    @Brunohatpost 20 วันที่ผ่านมา

    Haha, i Just Managed to get my first Platform today and was searching for Ship Designs. Love your Content, keep it effective.

  • @238Hero238
    @238Hero238 20 วันที่ผ่านมา +4

    Wow, an early catch! This is exactly what I needed too.

  • @verbatos9498
    @verbatos9498 20 วันที่ผ่านมา +3

    Using pumps to control the flight speed is brilliant, I will consider this for my next few designs.
    Haven't finished the vid to see if you've already answered but how do you feel about: loading up enough fuel in storage for a trip vs producing enough fuel while flying to sustain max thrust?

    • @jurjen909
      @jurjen909 20 วันที่ผ่านมา

      I think in other videos he has his Ships set to fly if the thruster fluid is above a certain level. so he lets the ship stand still and "recharge" their thrust before the next flight.

  • @ilaycohen6978
    @ilaycohen6978 20 วันที่ผ่านมา +4

    23:29 the not a bus continues
    Edit: 47:26 you missed a wire on the left and right asteroid grabber arms

  • @WolvieXXXZandalari
    @WolvieXXXZandalari 20 วันที่ผ่านมา +2

    This is great... but I wish it was TWO videos one for each ship or atleast if u want to do a single video, split it up into two sections where you focus one ship at a time. xD Trying to follow one specific ship at a time is super hard because of all the jumping.

  • @melind82
    @melind82 20 วันที่ผ่านมา +3

    Hey, I just spent all last night designing my deep space ship as well. I found a couple tricks extra tricks that might be helpful.
    1. The asteroid recycling recipe for the crushers is very powerful. I have an asteroid loop belt like you do but I allow anything on the belt and then recycle to what I actually want. In my case I allow a total of 200 total asteroids of any type on the belt and then convert any asteroid type I have more than 50 of. This lets you use asteroids of any type to run your ship and you can build up huge buffers of any asteroids you come across in your catchers and belts.
    2. You can now use circuit network to monitor the items actually loaded into an assembler and this is a great way to manage priority like when you need both basic and advanced crushing recipes (like sulfur + carbon). In this example you can limit the inserter from the basic carbon crusher so it only runs when the amount of carbon drops due to the advanced recipe not keeping up.
    I'm still unlocking the new stack inserters, but they seem like they will be helpful for improving the density of items on a belt (particularly for ammo and maybe asteroids).

  • @rogo7330
    @rogo7330 19 วันที่ผ่านมา +4

    Wube, PLEASE, allow us trains on the space platforms! I swear I will not use them for "long chest" method, it's just for how stupid and funny it would be to have a train in space!

    • @Dimadoomsday
      @Dimadoomsday 19 วันที่ผ่านมา +2

      It would be so ridiculous to build a platform so large you actually NEED trains on it

    • @theral056
      @theral056 18 วันที่ผ่านมา

      @@Dimadoomsday I'm working on just that. Turns out with the productivity upgrades to scrappers from Gleba tech you get A LOT of resources while just flying around the place :)
      Working on a factory ship to go to aquilo. I'm sure my current main ship can get there just fine if I add a little rocket production modules, but I want something that is able to produce all the necessities in space and just drop them down. Why build a mall on a planet when I can have a mall in space after all? My starter ship already did pipes and belts (not splitters) since the very first planet I colonized. It's super handy to just print stuff in space and send it down as needed.

    • @rogo7330
      @rogo7330 18 วันที่ผ่านมา

      @@theral056 I read your printing-pipes story and remembered that you can set recepies on assemblers via signals. It would be easy to dynamicly assemble stuff recursively through asking "what system needs" and adding ingedients of that "what" to the list, but there is no bots to easielly manage outputs and inputs of assemblers.

    • @theral056
      @theral056 18 วันที่ผ่านมา

      @@rogo7330 yeah it's complicated. You can have different mats in range of a single assembler, limit inserter stack size to 1 and use logic so each inserter for a given resource only inputs while < assembler content. But it's really complicated, doesn't craft very fast and space is free in space, I just tend to build bigger :)

  • @theral056
    @theral056 18 วันที่ผ่านมา

    You can hide the pin for the platform. Below the minimap where your pinned stations are listed, click on the little crayon button to edit. There you can hide it being shown.

  • @Hayhouse_VT
    @Hayhouse_VT 17 วันที่ผ่านมา +4

    At 11:23 you cover asteroid collection, but do you have any videos or tutorials on more in depth on how you set up the combinators and the belt? i am a circuit newb and cannot figure out how to replicate your simple balancer :(
    i cannot figure out how to make the whole belt be read and what order to connect wires

    • @fenstermayhew30
      @fenstermayhew30 9 วันที่ผ่านมา +1

      This. I am also unclear on how to read the whole belt

  • @Alpha_Gamma_Beta
    @Alpha_Gamma_Beta 10 วันที่ผ่านมา

    i use "read fuel" with nuclear reactor and combinator
    if "fuel = 0" and "temperature < 550" send "S =1" signal. manipulator work when S > 0, set stack 1

  • @laserak9887
    @laserak9887 4 วันที่ผ่านมา +1

    The ships change constantly between shots lol

  • @DragonFistLeeMontage
    @DragonFistLeeMontage 20 วันที่ผ่านมา +1

    You can remove the visibility of the pin, and you can actually pin anything in the game.

  • @ApexSurvivor1
    @ApexSurvivor1 20 วันที่ผ่านมา

    Is there any way, or maybe i missed ur video, that you could do a tutorial for the early game and best way to set up before launching your first rocket? Somehow alway still running deficits! Love these videos man, got me back into factorio!

  • @whydiktv
    @whydiktv 13 วันที่ผ่านมา

    Я смотрю тебя уже 10 лет + и всё поражаюсь. как же ты хорош в этом деле! Молодец !

  • @javierzurera986
    @javierzurera986 13 วันที่ผ่านมา

    Classic Nilaus episode, 10/10

  • @Poctim
    @Poctim 20 วันที่ผ่านมา

    The Freighter's ammo area, 1 of the crushers doesn't have the recipe for your smelters, but awesome ships - I had planned to build new ones with bigger cargo, so I'll be using some of these concepts for sure :)

  • @Jcewazhere
    @Jcewazhere 11 วันที่ผ่านมา

    I find it easier to not limit the roid grabbers, and instead just dump the excess chunks into space. It's one quartet of inserters and one wire vs stretching wire across the whole ship.
    He got there about 2m after I typed that lol

  • @DancerVeiled
    @DancerVeiled 7 วันที่ผ่านมา

    With asteroid production research, the rocket production function of the frigate fails because the carbon output can exceed sulfur output and thus choke the coal synthesizer. Otherwise, quite nice.

  • @eminbasavul9643
    @eminbasavul9643 19 วันที่ผ่านมา +1

    cant wait to see flying space weiner in action in the next episode

  • @rarespice9406
    @rarespice9406 10 วันที่ผ่านมา +1

    yeah dog imma be real with you. im not smart enough to build ships without blueprints

  • @aurelian8383
    @aurelian8383 19 วันที่ผ่านมา

    use stackers for ammo , missiles, and many other places, they work great to increase buffers

  • @damdrara
    @damdrara 19 วันที่ผ่านมา

    "the only disadvantage is that it now has a pin on top of the space hub" - which you can disable if you edit the pin.

  • @deredware9442
    @deredware9442 20 วันที่ผ่านมา

    Small asteroids come from destroying mediums. Each asteroid drops some of the smaller version when destroyed.

  • @Русич-т6п
    @Русич-т6п 20 วันที่ผ่านมา

    These 2 projects are just amazing!

  • @ED-yy4te
    @ED-yy4te 20 วันที่ผ่านมา +1

    I use barreled water for quick water supply. Then just shove the empty barrel through a hole in the ship.

  • @Xio189
    @Xio189 9 วันที่ผ่านมา +1

    How do you actually set up the belt iwth the circuits? You entirely leave that part of the video out.

  • @Jerre69
    @Jerre69 3 วันที่ผ่านมา +1

    how do you build the solar panels over the belt with the belt changing to a underground belt automatically?

    • @Tannyr
      @Tannyr วันที่ผ่านมา

      I'm also wondering this

  • @MrSamogot
    @MrSamogot 20 วันที่ผ่านมา +1

    @nilaus, you forgot to explain how to do nice walls

  • @PyroSAJ
    @PyroSAJ 14 วันที่ผ่านมา

    My first ship made it to Fulfora without incident, though I gave it uranium ammo.
    Now, several hours later while figuring out how Fulg works it started running out of ammo...
    I only had one smelter on board and no rocket to get to it.
    I'm watching it slowly get pummeled to death by 'roids.

  • @DanLeo427
    @DanLeo427 16 วันที่ผ่านมา

    This was so good! Thank you!

  • @monkmodementor
    @monkmodementor 19 วันที่ผ่านมา

    As someone who hasn't used the logic in this game this tutorial was incomprehensible to me. I found a blueprint on factorio website and built the spaceship that works great in 3min. But it's unsatisfying since I don't really know how the logic works. If anyone would be open to explain this video to me, let me know :)

    • @monkmodementor
      @monkmodementor 19 วันที่ผ่านมา +2

      oh i found it - connect the wire to one belt then click on it and select Hold (all belts) then it will select all belts.
      Should be able to finish it now :D wheeee

  • @ToppledTurtle834
    @ToppledTurtle834 7 วันที่ผ่านมา

    It is funny how I see everyone limit how many asteroids they collect and I just gather all I can and eject all surplus

  • @DasIllu
    @DasIllu 17 วันที่ผ่านมา

    You can use circuits to set turret filters with the condition that the ship is moving... (i think, i dunno if the turrets accept network inputs)

  • @TheDarthlaber
    @TheDarthlaber 2 วันที่ผ่านมา +1

    I'm wondering, how come, that when you build over existing belts it automatically inserts underground belts? Doesn't do that for me and I can't find any mod that does this?

    • @kakes_
      @kakes_ วันที่ผ่านมา +1

      "Super Force Build" will insert undergrounds. I think the hotkey is ctrl+shift+click, iirc.

  • @thomac
    @thomac 19 วันที่ผ่านมา

    I already have a pretty solid inner planets cargo ship I'm happy with, but I'm totally stealing that ready-to-go circuit! Setting 3+ conditions for every stop of every ship was a bit annoying.

  • @AndreSchroder-yp4li
    @AndreSchroder-yp4li 17 วันที่ผ่านมา

    Dude!!! You are the Master! :D

  • @oliverfoxi
    @oliverfoxi 20 วันที่ผ่านมา

    Wow. That packs to the brim 😮

  • @stocks_9750
    @stocks_9750 20 วันที่ผ่านมา +2

    26:35 you have put the lower red inserters one tile up !!! the second row of chemical plants doesnt work ...

  • @keychains2010
    @keychains2010 20 วันที่ผ่านมา

    Nilaus, click the pencil on the right of your screen (the tag) then there is a check box for the tag icon.
    I had to turn it off for my friends because it was so annoying covering the character.

  • @affenjunge6287
    @affenjunge6287 19 วันที่ผ่านมา

    On the inner planet ship, right below the cargo bays you have metallic/carbon crushers set up. I think there are two green inserters which dont do anything

  • @seonteeaika
    @seonteeaika 19 วันที่ผ่านมา

    I know rectangles are easy, but if i am making "a spaceship" it absolutely cannot just look like a rectangle :p I need to give it some good looking shape.

  • @rogo7330
    @rogo7330 19 วันที่ผ่านมา

    «If we get overwhelmed by asteroids» just put more turrets :)

  • @Choo_Choo_Oreo
    @Choo_Choo_Oreo 20 วันที่ผ่านมา +2

    10:55 for a rainy day you say?

  • @JarPlace
    @JarPlace 20 วันที่ผ่านมา

    legendary!!! amazing content

  • @chrisdanks6447
    @chrisdanks6447 20 วันที่ผ่านมา

    Havin gleba science packs rot away just frustrates me no end.

  • @themrb4
    @themrb4 14 วันที่ผ่านมา +1

    How is the building placement automatically turning things into underground belts

    • @themrb4
      @themrb4 2 วันที่ผ่านมา

      Ctrl shift is force placement

  • @DillonCunningham-v4o
    @DillonCunningham-v4o 8 วันที่ผ่านมา

    What kind of circuit logic are you doing to sushi the missles and bullets onto the same side of the belt?

  • @Patrick-ze4ei
    @Patrick-ze4ei 19 วันที่ผ่านมา

    Could you do a video showcasing the circuits? I’m a newer player and have no idea how rhey work

  • @Nobby-Nobbler
    @Nobby-Nobbler 10 วันที่ผ่านมา

    On which video did you have the details of making the yellow rockets production? I can't seem to find it (Assuming it was a video on Gleba?)

  • @Lamawalrus
    @Lamawalrus 12 วันที่ผ่านมา

    Save some water for a rainy day

  • @TyiZeak
    @TyiZeak 19 วันที่ผ่านมา

    Why does your logic on your belts look so clean? is it a mod?

  • @davidmartensson273
    @davidmartensson273 18 วันที่ผ่านมา

    The yellow undergrounds reach over 9 squares in the inner planet one and over 8 in the outer planet one. Unless you have quality belts, are you not restricted to the 8 squares of the blue belts?

  • @maartentops1703
    @maartentops1703 16 วันที่ผ่านมา

    Watched the video hoping you would explain the engine fuel mechanics some more. There is an efficiency graph in Factoriopedia that is not completely clear for me.

  • @chimmy_jim
    @chimmy_jim 20 วันที่ผ่านมา +2

    MMmmmmMMMmmmmm Interplanetary logistics 🤤 Great series, thanks!

  • @zhichaoli3813
    @zhichaoli3813 20 วันที่ผ่านมา +2

    Can you do the innerplanetary ship with express underground belts? (that ones that across 8 tiles)

    • @Nilaus
      @Nilaus  20 วันที่ผ่านมา +3

      I skip Blue Belts entirely. The first ship "Planetary Express" is with Red Belt. The next tier of belt for me is Green

    • @zhichaoli3813
      @zhichaoli3813 20 วันที่ผ่านมา +1

      but I don't have green before going to vulcanos.
      And you used green to jump 9 tiles for the solar panel ​@@Nilaus

    • @FewOfView
      @FewOfView 20 วันที่ผ่านมา

      Red belts is enough for first 3 planets ships, in my opinion vulcanus should be 1st planet to visit, because you can deal with it in several hours and get awesome foundaries and big miners

  • @ladislavvarga9317
    @ladislavvarga9317 15 วันที่ผ่านมา

    I was recenttly start with Aquila and I think endgame travel will not be possible with these platform, as we are missing Rail guns. Do you plan make modified for endgame?

  • @flaviog.7628
    @flaviog.7628 17 วันที่ผ่านมา

    After 60 hours I'm still on nauvis 🤣

  • @thomashenry4798
    @thomashenry4798 20 วันที่ผ่านมา

    You realize you are most of the way towards having built a living thing?
    You have a circulatory system, a nervous system, a skin, a means of locomotion, a means of ingesting food, a means of processing what it ingests and transporting the material around itself, and a means to excrete waste.
    All its missing is reproduction.

  • @salemprompthous3820
    @salemprompthous3820 20 วันที่ผ่านมา

    Pin; alt+right-click is the hotkey for it. Can also be used as a vehicle tracker 😉

    • @salemprompthous3820
      @salemprompthous3820 20 วันที่ผ่านมา

      Idle for 10+ minutes "Maybe I see the warning."... Hook it up to a speaker that's set to global. Definately see the warning 😅

  • @greenfoxgrasstail2534
    @greenfoxgrasstail2534 13 วันที่ผ่านมา +1

    Just wanted to say.... explain the logic systems better xD. Needed to fumble... thats the hardest part.

  • @pawntyou2745
    @pawntyou2745 18 วันที่ผ่านมา

    how did you make the limiter on the asteroid grabbers as you have not shown the full setup of the filters, so currently my sushi belt is stuck and stuffed as it wont turn the grabbers off

  • @MirageGSM
    @MirageGSM 20 วันที่ผ่านมา

    Not a big thing, but if the inner system freighter is supposed to be used as a first ship, shouldn't it use red belts, since the green ones you only get on Vulcanus?

    • @Nilaus
      @Nilaus  20 วันที่ผ่านมา

      yes it should. I forgot

  • @Eddie92777
    @Eddie92777 10 วันที่ผ่านมา

    kind of a basic B question, but what does the interruption - damage do, under the + add interrupt? im hoping if your ship runs out of ammo and starts to take damage after running to much it will stop mid space and reload.( craft more ammo).