Stationeers Trade

Sdílet
Vložit
  • čas přidán 5. 02. 2021
  • Today we take on trade. What you need to set it up and a programming tutorial for the automation of the satellite tracking. To finish off I will demonstrate some poor trading techniques.
    As ususal code is the on the workshop:
    steamcommunity.com/sharedfile...
  • Hry

Komentáře • 25

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

    Fantastic ending

  • @adzgtr4525
    @adzgtr4525 Před 3 lety +10

    Great vid as always, the last 3 minutes are pure gold couldn’t stop laughing 🤣 and obviously your glasses are intact yay!

  • @melsilva9158
    @melsilva9158 Před 3 lety +7

    "Gonna need more than a roll of tape for that one" Ha, ha!

  • @novoca1n3
    @novoca1n3 Před rokem

    That was gold! Had a great laugh at the end. Cheers

  • @krishanson3889
    @krishanson3889 Před rokem

    Your voice-overs at the end are comedic genius... 🤣

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

    Bravo!! Outstanding performance and a bit of code teaching hidden in the beginning. Keep up the excellent videos!!

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

    Hilarity ensues... love it! :)

  • @greybeardsastro3477
    @greybeardsastro3477 Před rokem

    Your videos are awesome. Your coding is way above me but I have learned a ton from your stuff. The last few mins of this one had me lol.

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

    So... Relays = 1. If you hook up and sync multiple dishes, you should get stronger signals with the same search. OR set one as the master and offset others by a degree in each direction giving you effectively a larger dish.

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

    My friend, I don't know if you even play on the beta branch but I felt it best to warn your. The electrolyzer is going to get hit hard by the nerf bat in the future. It is way slower than before to the point of being almost useless.

  • @mikebell7813
    @mikebell7813 Před 3 lety

    Lol Damnit Mick your videos are so good 😁
    I try to always write my own code and i will do here as well but i can't really improve on your code here you've kind of hit it spot on.
    I mean maybe branch to store like 5 signal codes but really thats absolutely more stubbornness to try to be unique in my own scripts than necessary at all.
    Time to just accept it and try not feel like some copycat 😒

  • @robertharrison4000
    @robertharrison4000 Před rokem

    oh good lord! LOL! he steal you clothes! I say he "Ripped" you off after sales! LOL!
    commander: "Computer, why you reset it to zero?!"
    computer: "There was an accident, must reset to zero."
    commander: "Why?! he just stolen my suit! I'm still alive with just a bruise, nothing major!"
    computer: "Stolen suit and bruise is count as accident."
    commander: "I'm not physically bruise, just my ego!"
    computer: "It's still an accident. Counter reset to zero. Better luck next time. Be glad you still got your undie."
    commander "?!?!?"

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

    Please start a base on Venus- beta.. ;)

  • @BleachWizz
    @BleachWizz Před 2 lety

    Hmmm when I got time I might try later, but a good solution may be:
    Search systematically.
    Stop at a target.
    Continue with search if target leaves or some button is pressed.

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

    I had a feeling the explosive wouldn’t stay on the ship 😂

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

    are you sure you detect updated signal strengths when you move the dish more than once per game tick? that might have been the reason why you started missing some with steps larger than 4 degrees? instead of the sleep 0.5 you could just do a yield and get the same timing and you would definetly have updated signal strengths then. i haven‘t tested tnis, just something that came to mind while watching.

  • @dunkan44
    @dunkan44 Před 3 lety

    Nice video again! If the traders don't stick around long wouldn't your first method be good?

  • @PackthatcameBack
    @PackthatcameBack Před 2 lety

    I tried entering this exactly as shown and I'm getting an Error UnrecognisedInstruction at line 19.

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

    Does MIPS support any data structures like arrays, matrices, or lists? I'm curious if you could build a list of signal sources, say 10 or 20 entries and have the oldest ones get pushed off the list as new ones come up?

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

      MIPS has a stack for storing values but it a "last in first out" structure so you cant remove the old values without removing the new ones first. I believe it can be used as an array but I haven't tried as yet.

    • @mikebell7813
      @mikebell7813 Před 3 lety

      You could in this case keep branching and comparing making use of all unused registers by the main code to store (i think Mick used 6? Or 5) 10ish signal codes with a clear all stored registers once theyve been filled.
      Or you could store 3 with vert and horizontal values and have them displayed on an lcd nearby. Again with a clear at the end of the branch chain.
      As Mick did say they dont stick around for long so that would be redundant and basically semi useless.
      If you're going to actively trade youd juat sit there and call em in as the code locked on.
      The only way what ive suggested would be useful is if chnges were made to the frequency of traders showing up and or the duration they remained.
      Just my 2cp

  • @cyrillejoue9791
    @cyrillejoue9791 Před 3 lety

    :DDDD

  • @amilhubbard8755
    @amilhubbard8755 Před 2 lety

    lol