Stationeers ATMOSPHERICS for total beginners - TURBO STYLE! Part 3: Pressure/ActiveVent/Programming

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • How to fill up canisters without explosion? And how to do it fast*, and *without the pipes moaning? And how does the Active Vent work? - This episode has a bit of logic-chipping and also programming, but it's only to show what's easily possible. This is not a programming tutorial. If you want that, go here: • Stationeers PROGRAMMIN...
    Full playlist: • Stationeers ATMOSPHERI...

Комментарии • 30

  • @KittenyKat
    @KittenyKat Месяц назад +3

    I love the way you did and narrated this tutorial. It's so chill yet to the point without extraneous blathering and filler, I feel like I'm watching David Attenborough explain Stationeers xD

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  Месяц назад +2

      @@KittenyKat You make my day :D Thanks for the appreciation, and I aim to improve on the quality in the future because a few days ago I have now finally started to EDIT my vids, so stay tuned :)

    • @StarLink149
      @StarLink149 28 дней назад +1

      I second this. I have some experience with stationeers already, but I keep on watching because they're just too good.

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  25 дней назад

      :D ♡

  • @Wyrmlingbait
    @Wyrmlingbait 2 месяца назад +3

    I'm loving the humour of showing the bad things that can happen. I don't really need the tutorial myself which is well made and informative but I'm loving these videos anyway :)

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  2 месяца назад

      Thanks, that's very kind of you, always appreciated!

  • @tishi2570
    @tishi2570 2 месяца назад +2

    KABOOM!!!!!!!! You did it to me again. I was half expecting it this time mind. I am such a wimp.

  • @GaryParkin
    @GaryParkin 2 месяца назад +1

    I never knew about the wall vent. Now it makes sense. Thank you.

  • @bombsquad1989
    @bombsquad1989 Месяц назад +4

    Every time the computer goes to run a bit of code that I've made I Will Always Forever picture that sound 4:47

  • @wernergottschalt
    @wernergottschalt 2 месяца назад +1

    This was a great explanation! Even though I'm an old Stationeers player, I've learned a lot from your videos! Thanks for the content. Keep posting Stationeers videos!

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  2 месяца назад

      Thanks. I keep hearing that those vids are helpful, but I must also keep reminding myself that they aren't exactly pushing the boundaries - and my stations look like ass. I've just visited another player's station, and they have put soooooooooooo much work (and intelligence) into their infrastructure, I can only dream of being that organized and aspiring. Oh well ... maybe in the future.

  • @wowailyich615
    @wowailyich615 2 месяца назад +2

    Great little teaser for learning to IC code at 4:55 , God! You got me to make the leap into coding, so maybe this will encourage others to do so, as well :)

  • @AgraxGaming
    @AgraxGaming 2 месяца назад +1

    Gr8 vid. Thx, as always

  • @GokouZWAR
    @GokouZWAR 10 дней назад +1

    Is the wall vent new? I got 3 episodes into this and learned something new. 1050 hours into the game now, still learning…

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  10 дней назад

      :)
      I don't know how new it is, I didn't witness it coming in. Must have been last year or earlier.

  • @TallinuTV
    @TallinuTV 2 месяца назад +1

    Wow, I don't remember that wall vent option on the passive vent. When the heck was that added? 😅 Looks useful, though a "digital valve" version of it would be even more useful so you could seal it if a leak was detected!

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  2 месяца назад

      That's a very good idea, and I just wrote it in the (pretty flooded) suggestions channel on Discord (with attribution).

  • @charlesheath7571
    @charlesheath7571 2 месяца назад +1

    How well is that creative tool working for ya?

  • @sase-db1ow
    @sase-db1ow 2 месяца назад +1

    Is this version optimized? Or it has a fps problem like planet crafter

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  2 месяца назад +1

      Not sure. I have a decent rig, so things are smooth most of the time. I am a very active reader of the Stationeers Steam forum and Discord server, and I can't remember ever having heard talk about missing optimizations in 2024. I also keep seeing people who run this game on a potato and even make (not too high framerate) videos. So, I'd say the game is optimized enough to call it "optimized".

    • @sase-db1ow
      @sase-db1ow 2 месяца назад +1

      @@OwnerOfTheCosmos I really like such games. But due to my weak laptop, I am trying to make sure that I can play some games in the suggested system, it seems to be usable, but I am having trouble optimizing it. Thank you for the complete answer

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  2 месяца назад +1

      I heard the main bottleneck with Stationeers may be too few hardware threads (which is amount of processor cores or amount of processor cores times two depending on hardware) and too little system memory. Store recommends 8 threads and 8 GB but I would rather recommend 16 GB.

    • @sase-db1ow
      @sase-db1ow 2 месяца назад +1

      @@OwnerOfTheCosmos thank you

  • @friedec3622
    @friedec3622 2 месяца назад +1

    That programming is anti-pattern.
    What is sgtz what is lbns.

    • @OwnerOfTheCosmos
      @OwnerOfTheCosmos  2 месяца назад

      Following such rules is for beginners, so that they find an effective way without having to invest a lot of time to reinvent the wheel, and so that they don't get lost in a jungle of their own making. I've been doing this for 4 decades. The project is finished, effective, readable, and future development doesn't need to be considered.
      sgt writes 0 or 1 into the target register (mentioned first), depending on whether the pair of values (mentioned last) has a "a > b" relationship. sgtz is a short version of that where "b" doesn't exist, because the statement "..z" implies it to be zero, so "a > z".
      "lbns" is "load batch named slot". The series linked in the description is a programming tutorial that explains these: ruclips.net/video/UklimGea_Og/видео.html

    • @wowailyich615
      @wowailyich615 2 месяца назад +2

      @@OwnerOfTheCosmos since I am a total beginner in coding, what has helped me tremendously is to take the extra time to give all my registers names. When using an AND or OR command - it makes the rules I set up much more readable. I know that writing everything into r0 is more effective and time efficient, but using naming conventions has helped me personally in the beginning.

    • @StarLink149
      @StarLink149 28 дней назад +2

      This is assembly programming, quite low level stuff. Assembly programming languages usually have shortened mnemonics like these instead of proper instruction names.