Stationeers Basic IC programming 1 Loading and saving values

Sdílet
Vložit
  • čas přidán 16. 01. 2021
  • This is the first of a series of tutorials on programming IC10 chips. It is slow paced and starting from the very basics. There will be follow up videos covering a little bit more each time so if you are interesting in learning to program, you might find this helpful.
  • Hry

Komentáře • 48

  • @julianweiser9985
    @julianweiser9985 Před 3 lety +21

    Now this is what i´ve been waiting for. Other people may have covered this but no one puts out videos frequently and explains things as easy as you do. Thanks!

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

    Cows to the rescue again!!! I just spent 4 hours trying to program the Harvie and finally gave up. I was able to do it with the logic I/O but I wanted something with a smaller electrical footprint... Thanks for putting it so a simpleton can understand. I will give it another wack now that you have armed me with the basics.

  • @andrewshew507
    @andrewshew507 Před 3 lety +5

    Perfect timing! Just got to ic stuff in my save. Also your videos are great man, the algorithm has mixed your videos in recommended with Splitsie's space engineers and stationeers and to be honest you guys have a similar style in playing.. and voice! Which is how I found your channel on the first place. It's great stuff, keep it up and thanks

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

    Never could understand the coding side. But now i might actually have a chance. Im so going to try this, lets see how much shit i blow up lol !!

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

      haha xD i knew you bro ^^ just today i messed up my AL and all my pressure went outside. *oof my poor plants ^^

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

    Thank you for some concise basics on the IC .

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

    Thank you very very much!
    I was a bit scary from the IC programing. I tried to solve everything with logic chips only. Sometimes I neded more then 50! :D
    You taught me the IC programing. I will never use logic chips again!
    Not only I don't need extra room for a lighting system. But I can do more things! You opened a door for a game that I have more fun! :)
    So thank you again!

  • @teirdalin
    @teirdalin Před 2 lety +1

    Thanks for the guide, this really helped kick me off on automating all of the pressure, temperature and other necessities of base.

  • @_scooter98_92
    @_scooter98_92 Před 3 lety +5

    Bloody brilliant mate. Despite knowing some JS, I've had a hard time trying to get my head around this since your furnace video. If you aren't a teacher, I reckon you may have missed your calling haha. You've been an absolutely amazing help and definitely made this game one of my favourites. Keep up the bloody good work!

    • @ghazman6141
      @ghazman6141 Před 2 lety +1

      My thoughts exactly. He conveys info like a good teacher.

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

    Keep these coming... tnx!

  • @arthurrhuan94
    @arthurrhuan94 Před 2 lety +1

    Man, You're like a teacher. Very good tutorial!

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

    2:56 Haha yes, loving this channel

  • @PJF62
    @PJF62 Před 3 lety

    Thanks to you, this old dog IS learning new tricks.

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

    thank you, your video helped me allot. you deserve way more views
    Edit: videos ^^ not only this but most of your videos are great in explanation *Thumb Up

  • @SinkDustinSink
    @SinkDustinSink Před rokem

    Excellent video, well done explaining the basics to beginners!

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

    Thank you! Love your tutorials

  • @licon50
    @licon50 Před 3 lety

    Oh my! I actually understand something with IC now, I didn’t even want to touch that thing until now. I can have easy up to 20 chips in a room, now it will be one ic chip instead in each room, or one very messy IC for them all. You might have saved my spaghetti base of a lot of clutter. It’s still spaghetti, but a better spaghetti. Oh my there is more parts of ic videos! Be right back. You just got another sub, keep up the good work

    • @ob64
      @ob64 Před 2 lety

      Would you say that with the more SOLID foundation that your spaghetti base would be al dente?

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

    please keep these coming, and hopefully getting more and more involved - by the end of the series, I want to put Doom on a console! :)

    • @mwwoggy
      @mwwoggy Před 3 lety

      Actually serious question - is it possible to link up more than 6 devices? If so, how?

    • @cowsareevil7514
      @cowsareevil7514  Před 3 lety

      @@mwwoggy Batch read, batch write and IC housing. There are more basics before I get to them.

    • @mwwoggy
      @mwwoggy Před 3 lety

      @@cowsareevil7514 Sure, take your time getting to them - I'm in no hurry

  • @blidis
    @blidis Před rokem

    Great guide 👍 it helped me to start playing with it 😊

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

    Very cool!! Thanks :D

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

    Just getting into this game and this is the first video I saw on the IC's, I was so relived when I realized it was just assembly programming I've programmed AVR Atmel chips in assembly before, I'm not great but I'm right at home in this kind of environment!, should make a solar tracking script fairly easy compared to the hordes of 'discrete' components you need to replicate it.

    • @cowsareevil7514
      @cowsareevil7514  Před 3 lety

      LOL, I thought I was the only one who remembered assembly.

    • @JWH3
      @JWH3 Před 3 lety

      ​@@cowsareevil7514 I got into electronics as a hobby, I started my education the hard way on bare metal assembly and it stuck pretty well, I'm no good at it mind you but I can get what I want done even if it takes a while and isn't very elegant. This is more like a CISC than the RISC set which I'm used to but in this case that's REALLY good because it makes writing the code much easier than RISC, and even easier than a true assembly where you'd have to worry about a bunch of other things. This game is complicated but it's not quiet as brutal as real ASM :) so I'm right at home.
      I just have to put into practice some of the stuff you showed in your advanced furnace builds (setting up the furnace in a room with a controlled atmosphere) and I'll be able to automate whatever I want without huge effort.

  • @Bdot69god
    @Bdot69god Před 2 lety

    Thank you! perfect explanation

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

    holy crap this actually makes sense to me!

  • @quilendar1604
    @quilendar1604 Před 2 lety

    👍
    You are good teacher. Thx.

  • @mbastos71
    @mbastos71 Před 3 lety

    Great vídeo. Thanks a lot!

  • @kylel8287
    @kylel8287 Před 3 měsíci

    @cowsareevil7514
    So if I understand correctly. A circuit housing with a chip once programmed, will replace all the IO chips and what not?

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

    Hey! Love the videos! Keep it up! Quick question for ya. How would one go about getting water on Vulcan for a greenhouse?

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

      Hydrogen combuster turns H2 into water.

    • @mholley511
      @mholley511 Před 3 lety

      @@cowsareevil7514 Thank you! My friend and I were thinking all night 😄

  • @derrickschneider6052
    @derrickschneider6052 Před 2 lety

    Lol I came here after trying to change your atmosphere code and I'm stuck. I'm trying to change the optional heater/cooler so it's heats/cools to a certain threshold before turning off so it doesn't keep switching on and off

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

    Hi, trying to get started. If I read the Quantity from a DB Silo I get an error if I try to display it on an Display. I tried with both Quantinty and Setting on the Display and both give me error, How can I solve the transformation of information fron Quantity that the Silo gives to Setting that the Display wants?

  • @s.sradon9782
    @s.sradon9782 Před 11 měsíci

    Could you imagine this game crossed over with space engineers? The ultimate autism simulator.

  • @radoslawmazurekwaw
    @radoslawmazurekwaw Před 2 lety

    If I understand it correctly: up to 6 readers/writers can be replaced by 1 IC chip?

  • @TB-gi9cu
    @TB-gi9cu Před 3 lety

    This is great and helpfull but one question, when he copys and paste the new names in the alias to apply them to the lines, what keys do i hit, i keep deleting the line and not changing it with the copy and paste.

    • @TB-gi9cu
      @TB-gi9cu Před 3 lety

      never mind just saw the buttons, lol

    • @TB-gi9cu
      @TB-gi9cu Před 3 lety

      ok still need answer i see the copy paste on top of edit script screen is not the answer

    • @cowsareevil7514
      @cowsareevil7514  Před 3 lety

      Ctrl-C and Ctrl-V to copy and paste.

  • @user-yh7jr7ie3z
    @user-yh7jr7ie3z Před rokem

    I went through this step by step about 20 times and still flashes error on my ic housing from exporting 1 r0 d0 setting. No idea what i am doing wrong

    • @hexlat
      @hexlat Před rokem

      The command is an lower case L not a 1.

  • @FNLastname
    @FNLastname Před rokem

    question, could you go back with your knowledge of editing videos, and make a set of videos with graphical aids? it would be greatly helpful for someone like me.

  • @evelkenevel7948
    @evelkenevel7948 Před rokem

    Basics but shows the setup not basic at all!!