Stationeers Faster airlocks Build and coding.

  Рет қаралды 10,988

Cows are evil

Cows are evil

Жыл бұрын

This is a code heavy build, mostly uneditied as I figured out how to do it, so be warned. This is for a fully custom airlock that can use multiple vents for compressing and decompressing for faster cycling. It will monitor the environment on both sides of the airlock and open both doors when the airlock is not required. It will seal the bulkhead if there problems detected on either side.
Workshop link: steamcommunity.com/sharedfile...

Пікірлер: 29
@stormfire962imastarcitizen5
@stormfire962imastarcitizen5 Жыл бұрын
The Master Stationeers guru is back teaching us again and what a teacher he is which I applaud you multiple times sir. Mick as I said before and I'll say it again you are truly amazing and you teach us so much about this game. I would be surprised if the developer hasn't hired you yet because you would be truly a huge value to them because with each video you make this game better and better.
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
Being a video game developer would fulfill a childhood dream. But thin I would have to learn the game engine which makes me happy to just be a beta test.
@MyCodingDiarie
@MyCodingDiarie Жыл бұрын
Your explanations are so clear and easy to understand. Thank you for making this video!🤝
@jojoskunk
@jojoskunk Жыл бұрын
amazing job Mick big thank you for that amazing script
@MrHakisak
@MrHakisak Жыл бұрын
Yes Another video!!!!
@pvstiphout
@pvstiphout Жыл бұрын
He is back... In your opinion, can/will it become a challenge if all the airlocks and harvies are running the 'new' coding? Edit: is it an idea to lock the doors while they circle? To prevent double button pressing? Now you have some pins in spare.....can you add a occupancy sensor to fully automate the airlock? Get in , cycle, get out.
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
When you use a batch command it has to query the whole item database to find the correct items, so if you make a lot of calls per tick or have a very large base with lots of items, it might be noticable. The harvie code doesn't make many calls per tick and you most likely wont be running many of that scrip in a base. The airlock makes quite a few calls per tick and you might have a lot of airlocks so it could be a problem in large bases. But probably not as bad as leaving a heap of loose items on the floor.
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
You can use an occupancy sensor to trigger the cycle. Or you could use the wireless transmitter so that it will only trigger if you have your suit on.
@novoca1n3
@novoca1n3 Жыл бұрын
You never cease to amaze me Mick!
@YodaIzChaos
@YodaIzChaos 5 ай бұрын
Was just thinking about doing something similar to this. What i want to do is set up a door system from one room of the main base to another, and set it so in the event one room loses pressure, it starts an emergency shut-off that converts the set of doors into an emergency airlock.
@majortripps
@majortripps Жыл бұрын
Great build and so awesome that you go through the whole process. Trying to learn the MIPS programming and this helps a lot. One thought I had, but I don't know if it would work. Would it be possible to use a pair of digital valves off of a T to outside and inside passive vents to control which way your flow is going? It might allow you to have all the active vents going one direction at a time without having to designate them inner and outer?
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
You will still want to vent the inside gas to the inside and outside to outside so multiple banks are still required.
@morpheusmishima
@morpheusmishima Жыл бұрын
You should create a tandem airlock, for multiplayer ;) When one opens out, the other swaps to in and vice versa.
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
That would be possible. Then there is always an airlock open in the right direction.
@harringtoncody
@harringtoncody 3 күн бұрын
What about using tanks of compressed "inside air" or "outside air" to pressurize the airlock? It could compress again after cycling or idle
@Belnivek
@Belnivek Жыл бұрын
Can you use logic to open/close pipes? If you can you could've done something similar before maybe.
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
Lion did make a fast airlock using valves to repressurise his airlocks on Venus and it worked very effectivly.
@ratchet1freak
@ratchet1freak Жыл бұрын
you can address pins through a register, if you set r11 to 0 and then do "s dr11 Open 0" it will close the door on pin 0, if r11 is set to 1 then it will close the door on pin 1
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
That will work. I like to re-alias the names to make the code a little easier to read.
@ratchet1freak
@ratchet1freak Жыл бұрын
@@cowsareevil7514 couldn't you alias dr11?
@Touay.
@Touay. Жыл бұрын
...it's been a while since i played this game, buy i seem to recall that the active vents have parameters for pressure sensing, is that correct? if we are ic coding the airlock, can you use those to get the pressure rather than sensors? this would free up pins for other fun stuff.
@dvdraymond
@dvdraymond Жыл бұрын
I believe those are settings to tell the vent to only move gas if the destination side is below X pressure, to prevent over pressurization. There's no way to (neatly) just get the pressure on each side of it. Would be a nice change for that to be added, as you'd think the vent would have to know the pressures in order to turn itself off at those settings.
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
They have pressure sensors in them but you cant read them externally.
@bartbogearts2617
@bartbogearts2617 Жыл бұрын
So, now is it time for a new vulcan playthrough with the new airlock system?😁🤣
@cowsareevil7514
@cowsareevil7514 Жыл бұрын
I would like to go back to that save and finish the airlock, but there have been so many changes since then it barely works.
@bartbogearts2617
@bartbogearts2617 Жыл бұрын
@@cowsareevil7514 i meant a complete new start on vulcan, just for the challenge again
@scottwatson8134
@scottwatson8134 10 ай бұрын
Is there a way to amend this to work with say multiple hanger doors?
@buder5116
@buder5116 Ай бұрын
i have the fastest airlock prove me wrong
Stationeers Programming the Hardsuit V2 Full build
55:21
Cows are evil
Рет қаралды 7 М.
Stationeers IC10 AIMEe Tutorial
42:26
Osarus
Рет қаралды 2,3 М.
Универ. 13 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:07:11
Комедии 2023
Рет қаралды 1,1 МЛН
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 1,4 МЛН
СҰЛТАН СҮЛЕЙМАНДАР | bayGUYS
24:46
bayGUYS
Рет қаралды 842 М.
Stationeers Let's play Mars 37 Cakes and Rockets
1:14:32
Cows are evil
Рет қаралды 2,6 М.
Stationeers Let's play Mars 1 Red to green
58:45
Cows are evil
Рет қаралды 17 М.
Stationeers Latent heat
1:00:00
Cows are evil
Рет қаралды 12 М.
Stationeers Pipe networks 5 Active vents and a simple greenhouse
22:16
Stationeers Advanced IC10 Programming 11 Batch Named
21:12
Cows are evil
Рет қаралды 4,7 М.
Stationeers How to Use the Logic Sorter
16:49
Drunk On Knight
Рет қаралды 494
Stationeers Trader Finder Script build
1:06:30
Cows are evil
Рет қаралды 7 М.
Stationeers Automating the mining rocket
46:43
Cows are evil
Рет қаралды 11 М.