More LOGIC Automation MADNESS! Hydroneer Ep.10 | Z1 Gaming

  Рет қаралды 76,658

Z1 Gaming

Z1 Gaming

Күн бұрын

Пікірлер: 129
@opalxo1
@opalxo1 3 жыл бұрын
pleeease release videos in this series more often. its the best
@damoclescent2734
@damoclescent2734 3 жыл бұрын
agreed
@ritarani5718
@ritarani5718 3 жыл бұрын
Yeah
@yeetthefeet8024
@yeetthefeet8024 3 жыл бұрын
Yea
@janipekkamiikkulainen4008
@janipekkamiikkulainen4008 3 жыл бұрын
Y E S
@no-fw1ig
@no-fw1ig 3 жыл бұрын
If you set up a magnet to the system when it smelts it can catch all the gold that falls out
@letsuseCommonsense
@letsuseCommonsense 3 жыл бұрын
Not a bad idea. I'll have to give it a try. If my build had room it will probably require a complete redesign to and a magnet
@rewfist7003
@rewfist7003 3 жыл бұрын
Z - “I don’t know what the magnet is for” Auto Smelter - “let me show you”.
@hedgehoggamer5816
@hedgehoggamer5816 3 жыл бұрын
So true
@unit1208
@unit1208 3 жыл бұрын
Auto reset: when you send a signal to the smelter, subtract it from itself, and send that to the counter
@asha1920
@asha1920 3 жыл бұрын
You could use a reverser for that, take a second output from the A==B, reverse it, then put it back into the smelter, which would give a value of 0, instantly resetting it. I’m not sure if you would need a delay though
@unit1208
@unit1208 3 жыл бұрын
@@asha1920 true
@SQ3RTY
@SQ3RTY 3 жыл бұрын
Dhehwhufiirfu
@blackoak4978
@blackoak4978 3 жыл бұрын
Z, you can use the > and 🔄 cables to reset your machines. Set the > cable to a value of 100, have it in parallel with your reader circuit and in line with the 🔄 cable(might need a one way cable between the 2, not sure) and route the 🔄 cable into the same input you are using to reset the smelter and counter and every time the counter hits 100 it will spit out a bar and reset back to zero. You may also want to have. A signal shut off the conveyor belt for that split second reset to avoid a mesa
@rhysdenno5993
@rhysdenno5993 3 жыл бұрын
For automating the resetting and such youll probably need a delay and an inverter thingy. That way when it receives an on signal it will shortly after receive an off signal
@arranpeden4287
@arranpeden4287 3 жыл бұрын
YESSSSS!!!!!!! I love this series more than the Dyson sphere project and I would really like it if you uploaded more of this
@sive_18
@sive_18 3 жыл бұрын
Best series: -Modded subnautica -Modded Minecraft -Hydroneer -Dyson sphere
@amistdarkness
@amistdarkness 3 жыл бұрын
Great Video!
@smeezer
@smeezer 3 жыл бұрын
You could also use the powered magnet for load splitting, have a counter attached to it, and have it turn on for 10 count then off for 10 count to divide output of belts in place of a splitter belt
@tosha2422
@tosha2422 3 жыл бұрын
I was legit wondering when you’d upload and as soon as I thought that you uploaded
@killmann6924
@killmann6924 3 жыл бұрын
Same
@DETHdressedInRED
@DETHdressedInRED 3 жыл бұрын
Dunno if you're a guy or gal (sorry if I'm wrong) but Tosha is a beautiful name for a girl. I've met two girls (and a guy but that's beside the point) and both of those girls were drop dead BEAUTIFUL.
@hedgehoggamer5816
@hedgehoggamer5816 3 жыл бұрын
@@DETHdressedInRED what?
@Skellitor301_VA
@Skellitor301_VA 3 жыл бұрын
You can use a single button as a reset, set it on the line to the smelter, and branch off a one-way directional logic line going to the counter. This way, the 0 goes to everything, but the counter can't send its number back. You can also automate this setup with one number pad, assuming the == logic gate is outputting a 1 when both inputs are equally hooked up with the counter's output on one end and your keypad with your number to be smelted on the other. Using the logic you have available, you would want to have a delay, a second one way, and an inverter (again assuming the == outputs a 1 when both inputs are equal). So basically, you will have the simple reset line as mentioned earlier, right? Instead of using the keypad, you set up in this order going from the smelter out: at-section, the one way pointing towards the smelter, the inverter, and the delay. From there, you'll connect a second t-section to the end of this logic line. You'll then connect both t-sections so far together, with a third t-section sectioning off between them to act as the reset for the counter; set your second one way to this going out to your counter's input. At your second t-section, you will put the output of your == gate. Then set up the rest like normal, connecting the counter to B and the keypad to A. The way this works is as soon as your counter equals the number on the keypad, the == gate will output a 1 to signal the auto smelter to output its product. This will, in turn, set the counter to 1, making the == gate invalid. The delay will output to the inverter, changing the 1 to a 0, resetting the entire system. Now the only thing I could think of that is wrong with this logic is feedback going backward down the t-sections; if this happens, put a third one way after the first t-section in this line (the one immediately after the == gate, not the one that's connected to the auto smelter). The one way is pointing towards the auto smelter. The reason why you wanna put all this after the == gate is so the == gate can trigger both the auto smelter and the reset logic, the reset logic being delayed by one second. There is potential to simplify this if the == gate outputs a 0 if neither inputs are equal and the output is a 1 if both inputs are equal. If this is the case, then you can remove the inverter, the one-ways going to the auto smelter (you'll still need the one branching off to the counter still), and the delay completely and just set at-section off of the output of the == gate going to the auto smelter and the one way going to the counter input. Set the counter to side B of the == gate and the keypad to side A. This will cause an automated reset of the system by outputting the 1 to the auto smelter and counter for a tick, so the smelter can output its bar. The counter will be set to 1, which will no longer equal the keypad, and thus the == gate will output a 0, setting the counter and auto smelter to 0. None of that will really work now that I think about it because of the constant output of 0 or 1 to the counter. To solve this, you'll need a similar logic system to only output the 0 when it gets a value other than 0 from the reset line, but not output any value when it is a 0. I'm not sure what all the logic is available in the game yet, so I'd say play around with it; you have most of the automated system here laid out; you'll just need to figure out the rest of the setup. Btw, as for the mess, I'd say put a magnet above the auto smelter pointing down; that will only turn on when the value is set, and the auto smelter is outputting. This will hold and collect the incoming ore while the auto smelter isn't able to accept anything. When it resets, it'll drop its load into the auto smelter, but it won't be able to count properly unless you put the counter under (if the counter can lay flat) or after the magnet on the beltline.
@nickwright142
@nickwright142 3 жыл бұрын
@11:10 I like how you put the gold nuggets back where they belong... ON THE GROUND 🤣🤣
@Akhin-zx
@Akhin-zx 3 жыл бұрын
Yay another hydroneer episode
@coconutspeed1212
@coconutspeed1212 3 жыл бұрын
If A == B A=B for output If A>=B A>B for output If A+B adds A and B If A-B subtracts A and B Using the logic pad you can set B to a variable and A will be the system inputs such as durability and nuggets counted
@proplayer2472
@proplayer2472 3 жыл бұрын
@Z1 Gaming, i think that once a equals b,the logic will stay at 1 until you change it,SOLUTION:put 1 a==b one like yours and another a>=b which has a FLIP LOGIC GATE ,that result should be combined with a t-logic junction for the smelter input.Also the second logic comparer(with the flip gate) can send a reset to the COUNTER
@afongthen7830
@afongthen7830 3 жыл бұрын
you dont need those fancy counters,you just need to:connect the smelter of course,put a lever in the logic cable the smelters attached to,run the machines like you usualy do,pull the lever and push it back,and yay
@catpack9554
@catpack9554 3 жыл бұрын
Might be a little confusing but the diagram is a two thick logic loop for the auto smelter. You don't need both the pipe and magnet logic unless you have huge amounts of ore coming in, but doesn't hurt to have both. The top numpad is set to a 1 and the bottom two numpads are set to the size of the bar you want ( i.e 100 ) and are the same number. The magnet spot is a t logic to connect to a magnet, and the magnet should be on space before the smelter. Lastly the bottom T needs to connect to the counter's side and a L logic that also connects the bottom right >= Hope this helps a little, it's the system I use and I'm sure there is another way to set it up. Been enjoying the series. - or l = straight logic / - = T >= N p s = smelter m = magnet d = delay logic r = revers signal N = numpad = = greater then logic
@jawstrock2215
@jawstrock2215 3 жыл бұрын
that's where delay and one way comes into play, one way a 0 signal with a 1 second delay to everything to reset.(along say, when the smelter activates(greater then 0) send an inverted logic through.. etc, lots of wiring though.
@fractalgem
@fractalgem 2 жыл бұрын
These logic things are the same basic idea as factorios circuit network. Not strictly necessary for most play, but lets you gain sophisticated control of your factory.
@kaptainkiwi
@kaptainkiwi 3 жыл бұрын
Z you really love to complicate things I wonder how many of us were yelling saying "Z you doing it all wrong" and laughing so much love the content and Vids keep up the awesomeness and hopefully the Doggo cams will return one day.
@raccoonduk2121
@raccoonduk2121 3 жыл бұрын
something you could do is you could send another value to your belt cord or logic cable and make it so when it hits 100 nuggets it will kill the belts
@blitzfrenzy2618
@blitzfrenzy2618 3 жыл бұрын
Basically the logic in this case is dealing with if-then statements, so you could do, if (# of nugs(A)) = (# of requested nugs/input(B)) Then (shutdown & smelt), then you could use a delay to restart the process. Hope this helps.
@ghostofdoom2228
@ghostofdoom2228 3 жыл бұрын
You want a greater than or equal too logic gate because if it goes over, it was still make a bar in case a bunch come in at once.
@jzmc7562
@jzmc7562 3 жыл бұрын
it hurts how he uses the logic pads instead of buttons
@Syngather
@Syngather 3 жыл бұрын
You can setup a delay, so when it hits a number, it turns off the miners, but lets the belts finish dumping into the smelter before it flips the smelter. Then you wont have stuff all over the ground.
@Landogarner83
@Landogarner83 3 жыл бұрын
Hey Z. Bars are not limited to 1 million. i have one that is 2.8 millions. Maybe the limit was increased together with the max coin stack size to 10 millions. Also durability reader plus flip cable plus spanner hurler = automatic repair system. Try it out. It works awesome to keep the filter alive. Just one powered filter is enough to keep your system going.
@undesirable_9057
@undesirable_9057 3 жыл бұрын
I haven't touched my phone in about 2 hours and when I grabe my phone and open yt your video was the first thing
@Orionquest.
@Orionquest. 3 жыл бұрын
You should make a building as a control room with the the pads,counters and switches with a sign showing which lever/pad does what
@dustydudley8241
@dustydudley8241 3 жыл бұрын
Love catching new videos early, especially Hydroneer!
@Orionquest.
@Orionquest. 3 жыл бұрын
With all of the logic pipes,valves,adders,comparers and and subtractors you could make a computer.
@attikitty1355
@attikitty1355 3 жыл бұрын
As in any system which is turing complete.
@lordkrono6433
@lordkrono6433 3 жыл бұрын
Maybe it's just a waste of resources to set a logic pad for the scanner. If u use the scanner as a logic pad you can just have a smaller and smarter setup for the base, and also you can improve the logistic. Try to use a delay to send a third signal for and auto-reset of the smelter. Maybe can work better? ANYWAY, I love your video ❤️
@DETHdressedInRED
@DETHdressedInRED 3 жыл бұрын
The new logic stuff can be used to do some REALLY cool stuff Mr. Z. You should look some of them up man!
@joelassassin01
@joelassassin01 3 жыл бұрын
Try to replace TLogic-Cable with the Pad on it with the FlipLogic- Cable so everytime the smelter has done a bar it should reset the smelter again, as far as I can understand it. I didn't get so far in my playthrough at the moment, mainly because my pc is worthless but I think that should fix the resetting problem.
@MrDuno9
@MrDuno9 3 жыл бұрын
ya I would think this would work! i'd think you have to split the output of the comparer between just going to the smelter and going to a delayed and flipped cable which also goes into the smelter
@user-sp5wk4rf6j
@user-sp5wk4rf6j 3 жыл бұрын
This lack of understanding everything triggers me
@duathhadron5040
@duathhadron5040 3 жыл бұрын
I’m glad I’m not the only one. Especially coming from Minecraft Redstone and listening to “why would I need A+B=C cable?”... oh man, I’m shouting at the screen
@Nyghtprowler
@Nyghtprowler 3 жыл бұрын
Same bro - I'm a developer so I write logic all the time and I'm like ooohh this is so good - I could make crazy things. As I watched this I was like NO... NO.... STOP IT... NO don't do it that way!!! So triggered man lol
@Deadshot-cy1vr
@Deadshot-cy1vr 3 жыл бұрын
Buy the belt barriers for your belts keeps your stuff from falling off before it gets were u want it one on each side of the belts
@lonnierh0dgejr41
@lonnierh0dgejr41 3 жыл бұрын
in order to reset the smelter, you need a 1-0 piece. once the smelter smelts the ore, the smelter resets to zero. maybe a delay or two to give it time to smelt before resetting?
@erikbarker3141
@erikbarker3141 3 жыл бұрын
If you use the negate logic wire and connect it to the equals wire and connect it into the line with the counter you can reset it using the wire
@BleachWizz
@BleachWizz 3 жыл бұрын
Man this is hard. You need a bit. Idk what pieces of logic you have avaiable but basically a robust system would do: Counter = number -> signal 1 Signal 1 and (counter - number) -> set_counter(0) Signal 1 -> not signal 1 So you connect the counter and the numpad on an = and a - . The - connects with the = on the side of an and gate and goes to the top of the counter. The = (or from the and signal) you connect to a not (the problem with the and signal is that you need it to be > 1) and connect back to the wire in front of the = which should make it pulse a 1 (on the parentesis case you're making sure you're reseting the counter before reseting the = but i don't think it matters). Ps.: You can think like: + = or × = and n = 0 = false n > 0 = true Pss.: n
@spock023
@spock023 3 жыл бұрын
Aww. Z’s first robot. Good luck. If i spend some time looking at this i’ll see if i can toss you some help
@dappercat666
@dappercat666 3 жыл бұрын
YAY! A new episode finally yes! 😀
@saamnaeini4033
@saamnaeini4033 3 жыл бұрын
imagine Z1 getting 200 views in less than a minute
@Master-ls2op
@Master-ls2op 2 жыл бұрын
magnet is for moving material from 1 belt system to another.
@semjeunen3052
@semjeunen3052 3 жыл бұрын
Maybe you can create a small factory to test certain things out
@austinchang6727
@austinchang6727 3 жыл бұрын
Btw you could just have a greater than logic cable and make it go into a flip lock cable to reset everything
@sh4d0w52
@sh4d0w52 3 жыл бұрын
you deserve more subscribers not just 364k this is amazing.
@ddog0670
@ddog0670 3 жыл бұрын
The power/logic store should 100% be called electric avenue
@Delta1025
@Delta1025 3 жыл бұрын
set your gold to be the first section instead of gems so that you can hook up the water to the gold thing
@micahhood4928
@micahhood4928 3 жыл бұрын
THIS IS THE BEST SERIES 📈📈📈😂😂😂👍👍👍 pls do more
@00Drizz00
@00Drizz00 3 жыл бұрын
I was watching this episode, thinking that I had already sub'd and than you reminded me to check. Thanks
@PirateLoard
@PirateLoard 2 жыл бұрын
Might I suggest another KZbinr/Programmer/Developer that explains Power/Logic in a high level, Hybridsteel, a man I go to for all my logic problems
@StockyInk12200
@StockyInk12200 3 жыл бұрын
You should totally play some planetary annihilation Titans . I feel like you’d be very good at it
@toarnide8176
@toarnide8176 3 жыл бұрын
when the smelter starts you can get a signal with delay to reset it
@SacredRealmOfTime
@SacredRealmOfTime 3 жыл бұрын
there is a wrench for logic.
@ShadeMan1
@ShadeMan1 3 жыл бұрын
This is big brain time
@xanderblade8093
@xanderblade8093 3 жыл бұрын
Hybridsteel has videos on how to set up different automated things
@Cedrinate
@Cedrinate 3 жыл бұрын
JUST BUY A MAGNET. You will need it to pick all the nuggest up....
@lugnutz1017
@lugnutz1017 3 жыл бұрын
been waiting on another episode
@Naban.63
@Naban.63 3 жыл бұрын
When there are 5 likes and zero views
@jurkodev
@jurkodev 3 жыл бұрын
Z add a another t to the smelter and add inverter a diode to the smelter and pipe signál that comes from inverter into the counter with diode and the smelter + counter should reset when bar is maded
@MrJever180
@MrJever180 3 жыл бұрын
What does the == output? if it's 1 you could use that with the reverse to reset stuff
@The_Wanderer_is
@The_Wanderer_is 3 жыл бұрын
A+B= from 2 power outputs
@-.8.-
@-.8.- 6 ай бұрын
Is it possible to add a counter for the ingots that sends your reset zero
@vanko7091
@vanko7091 3 жыл бұрын
Love your vids
@relaxingtreemusicvideos5751
@relaxingtreemusicvideos5751 3 жыл бұрын
What's more confusing Minecraft Redstone or Hygroneer's logic stuff?
@MRDACK86
@MRDACK86 3 жыл бұрын
Redstone because half of how it works right is based around bugs. The logic is simple and easy to understand.
@FenrirYT13
@FenrirYT13 3 жыл бұрын
so you have to sit their and press a button each time to reset it? doesnt sound like automation
@StarBoy-fd5uw
@StarBoy-fd5uw 3 жыл бұрын
I think I know how to do it automatically. with a second conveyor belt counter. which is activated when the finished gold bar comes out of the machine. so that it resets the automatic melter and reactivates the conveyor belt for the gold nuggets and resets itself and the gold nugget counter to zero. but for that you would have to build in that the conveyor belt for the gold nuggets is switched off. as soon as it has reached the desired number.
@blxckout_rider
@blxckout_rider 3 жыл бұрын
Yes! Glad to see you back in Hydroneer. I watched your newest episodes on Volcanoids and I am also excited to see what you do there. Will be watching Dyson Sphere after this, love your videos ;)
@ritarani5718
@ritarani5718 3 жыл бұрын
Just realised there is also a z5 in intro
@sykobeen075
@sykobeen075 3 жыл бұрын
In the last video it didn’t look like there was a distance max on the logic it looked like it was powering the power valve next to it and then not powering the one by the water pump
@jackaron6319
@jackaron6319 3 жыл бұрын
you don't earn our subscription we earn the title of Z1 Gaming subscriber
@johnlynne2291
@johnlynne2291 3 жыл бұрын
I haven’t watched the entire series but I watch a lot of the videos and I was wondering if this is modded or not
@japperotsaert
@japperotsaert 3 жыл бұрын
No it's not modded
@johnlynne2291
@johnlynne2291 3 жыл бұрын
Thanks
@lostpro_2690
@lostpro_2690 3 жыл бұрын
make it so when it hits the number it turns off the whole system
@ziomeczekpl
@ziomeczekpl 3 жыл бұрын
6:37 lol?
@MAGAMAN
@MAGAMAN 2 жыл бұрын
.3 =5 .63 = 10 For not even twice as much gold? 2x.3 = .6 .6
@andrewmullen6256
@andrewmullen6256 3 жыл бұрын
Like the idea of all the logic and switches but it does look a right mess...
@joshplayzgamingandpets8998
@joshplayzgamingandpets8998 3 жыл бұрын
NOW the red box I cheacked
@MSSW244
@MSSW244 3 жыл бұрын
I honestly don’t think you should waste your time with the logic stuff
@lowstar330
@lowstar330 2 жыл бұрын
I gusse u did after all these years lol
@damoclescent2734
@damoclescent2734 3 жыл бұрын
I look through my comments many times, and i always love seeing comments saying they love me or some stuff. So I guess.. Ily
@Quiet_0_o
@Quiet_0_o 3 жыл бұрын
Bin a bit ay
@micahhood4928
@micahhood4928 3 жыл бұрын
Ladies and gentlemen 🤦🏿 my ..my brain has ..committed suicide🤦🏿🔫
@zero-ll3qs
@zero-ll3qs 3 жыл бұрын
Very nocie
@jackaron6319
@jackaron6319 3 жыл бұрын
10 is 2 times as much as 5
@JennaKarro
@JennaKarro 2 жыл бұрын
Omg, what a huge mess!
@shantessed.4356
@shantessed.4356 3 жыл бұрын
Nine minutes again 😳😅
@ravem410
@ravem410 3 жыл бұрын
Idk why but his voice sounds differently then it used to for me ._.
@syphis5211
@syphis5211 3 жыл бұрын
yo modded hydroneer tho plz get this to Z
@gdlifesteal5824
@gdlifesteal5824 3 жыл бұрын
i was the 900th person to like this video. LOVE YOUR VIDS Z1!
@tdbtdd744
@tdbtdd744 3 жыл бұрын
Hi
@loganvass2086
@loganvass2086 3 жыл бұрын
You s are the first and I’m the second lol
@billybrown3423
@billybrown3423 3 жыл бұрын
Yoyo
@spearwizard7657
@spearwizard7657 3 жыл бұрын
alright lets *))kill it((*
@duskslayer1989
@duskslayer1989 3 жыл бұрын
Z1: everybody’s been waiting for this Me: where’s all the mods 6?
@Lil_Puppy
@Lil_Puppy 3 жыл бұрын
He's never played a game with logic components. This'll be funny.
@Acontrollerplayer
@Acontrollerplayer 3 жыл бұрын
Do another grounded episode
@yeetlord1011
@yeetlord1011 3 жыл бұрын
Hey z I couldn’t find any mods for hydroneer that you would like to play with
@tealord5853
@tealord5853 3 жыл бұрын
Ah ha first Rly third sadness
@tosha2422
@tosha2422 3 жыл бұрын
Your 3rd bud
@tealord5853
@tealord5853 3 жыл бұрын
@@tosha2422 dam I was too late thanks for telling me new comments not loading
@bluewerewolf8739
@bluewerewolf8739 3 жыл бұрын
Ther are teroriols vore those things
@lisamclaren2029
@lisamclaren2029 3 жыл бұрын
Wye he so confused
@mr142faheem21587
@mr142faheem21587 3 жыл бұрын
SUB BROOOOOO NIce Content.
We Need More POWER! Hydroneer Ep.13 | Z1 Gaming
30:05
Z1 Gaming
Рет қаралды 51 М.
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 36 МЛН
Using OVERSIZED SAW BLADES to defend my tower!
30:06
Real Civil Engineer
Рет қаралды 565 М.
I Built An Infinite Conveyor That Ended The Universe
15:14
DangerouslyFunny
Рет қаралды 2,4 МЛН
Adding MORE Logic and POWER ! Hydroneer Ep.9 | Z1 Gaming
36:58
MAGNETS // A Smelting System That's Fun and Simple // Hydroneer 2.0
21:12
DieselDesigns Gaming
Рет қаралды 37 М.
Impossible Game VS Pro Exploiter
29:06
The Spiffing Brit
Рет қаралды 2,8 МЛН
Satisfactory "PRO" Reacts to Let's Game It Out
21:30
Bitz
Рет қаралды 1,8 МЛН
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН