pleeease release videos in this series more often. its the best
@damoclescent27343 жыл бұрын
agreed
@ritarani57183 жыл бұрын
Yeah
@yeetthefeet80243 жыл бұрын
Yea
@janipekkamiikkulainen40083 жыл бұрын
Y E S
@no-fw1ig3 жыл бұрын
If you set up a magnet to the system when it smelts it can catch all the gold that falls out
@letsuseCommonsense3 жыл бұрын
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
@rewfist70033 жыл бұрын
Z - “I don’t know what the magnet is for” Auto Smelter - “let me show you”.
@hedgehoggamer58163 жыл бұрын
So true
@unit12083 жыл бұрын
Auto reset: when you send a signal to the smelter, subtract it from itself, and send that to the counter
@asha19203 жыл бұрын
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
@unit12083 жыл бұрын
@@asha1920 true
@SQ3RTY3 жыл бұрын
Dhehwhufiirfu
@blackoak49783 жыл бұрын
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
@rhysdenno59933 жыл бұрын
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
@arranpeden42873 жыл бұрын
YESSSSS!!!!!!! I love this series more than the Dyson sphere project and I would really like it if you uploaded more of this
@sive_183 жыл бұрын
Best series: -Modded subnautica -Modded Minecraft -Hydroneer -Dyson sphere
@amistdarkness3 жыл бұрын
Great Video!
@smeezer3 жыл бұрын
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
@tosha24223 жыл бұрын
I was legit wondering when you’d upload and as soon as I thought that you uploaded
@killmann69243 жыл бұрын
Same
@DETHdressedInRED3 жыл бұрын
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.
@hedgehoggamer58163 жыл бұрын
@@DETHdressedInRED what?
@Skellitor301_VA3 жыл бұрын
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.
@nickwright1423 жыл бұрын
@11:10 I like how you put the gold nuggets back where they belong... ON THE GROUND 🤣🤣
@Akhin-zx3 жыл бұрын
Yay another hydroneer episode
@coconutspeed12123 жыл бұрын
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
@proplayer24723 жыл бұрын
@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
@afongthen78303 жыл бұрын
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
@catpack95543 жыл бұрын
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
@jawstrock22153 жыл бұрын
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.
@fractalgem2 жыл бұрын
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.
@kaptainkiwi3 жыл бұрын
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.
@raccoonduk21213 жыл бұрын
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
@blitzfrenzy26183 жыл бұрын
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.
@ghostofdoom22283 жыл бұрын
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.
@jzmc75623 жыл бұрын
it hurts how he uses the logic pads instead of buttons
@Syngather3 жыл бұрын
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.
@Landogarner833 жыл бұрын
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_90573 жыл бұрын
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.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
@dustydudley82413 жыл бұрын
Love catching new videos early, especially Hydroneer!
@Orionquest.3 жыл бұрын
With all of the logic pipes,valves,adders,comparers and and subtractors you could make a computer.
@attikitty13553 жыл бұрын
As in any system which is turing complete.
@lordkrono64333 жыл бұрын
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 ❤️
@DETHdressedInRED3 жыл бұрын
The new logic stuff can be used to do some REALLY cool stuff Mr. Z. You should look some of them up man!
@joelassassin013 жыл бұрын
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.
@MrDuno93 жыл бұрын
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-sp5wk4rf6j3 жыл бұрын
This lack of understanding everything triggers me
@duathhadron50403 жыл бұрын
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
@Nyghtprowler3 жыл бұрын
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-cy1vr3 жыл бұрын
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
@lonnierh0dgejr413 жыл бұрын
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?
@erikbarker31413 жыл бұрын
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
@BleachWizz3 жыл бұрын
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
@spock0233 жыл бұрын
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
@dappercat6663 жыл бұрын
YAY! A new episode finally yes! 😀
@saamnaeini40333 жыл бұрын
imagine Z1 getting 200 views in less than a minute
@Master-ls2op2 жыл бұрын
magnet is for moving material from 1 belt system to another.
@semjeunen30523 жыл бұрын
Maybe you can create a small factory to test certain things out
@austinchang67273 жыл бұрын
Btw you could just have a greater than logic cable and make it go into a flip lock cable to reset everything
@sh4d0w523 жыл бұрын
you deserve more subscribers not just 364k this is amazing.
@ddog06703 жыл бұрын
The power/logic store should 100% be called electric avenue
@Delta10253 жыл бұрын
set your gold to be the first section instead of gems so that you can hook up the water to the gold thing
@micahhood49283 жыл бұрын
THIS IS THE BEST SERIES 📈📈📈😂😂😂👍👍👍 pls do more
@00Drizz003 жыл бұрын
I was watching this episode, thinking that I had already sub'd and than you reminded me to check. Thanks
@PirateLoard2 жыл бұрын
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
@StockyInk122003 жыл бұрын
You should totally play some planetary annihilation Titans . I feel like you’d be very good at it
@toarnide81763 жыл бұрын
when the smelter starts you can get a signal with delay to reset it
@SacredRealmOfTime3 жыл бұрын
there is a wrench for logic.
@ShadeMan13 жыл бұрын
This is big brain time
@xanderblade80933 жыл бұрын
Hybridsteel has videos on how to set up different automated things
@Cedrinate3 жыл бұрын
JUST BUY A MAGNET. You will need it to pick all the nuggest up....
@lugnutz10173 жыл бұрын
been waiting on another episode
@Naban.633 жыл бұрын
When there are 5 likes and zero views
@jurkodev3 жыл бұрын
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
@MrJever1803 жыл бұрын
What does the == output? if it's 1 you could use that with the reverse to reset stuff
@The_Wanderer_is3 жыл бұрын
A+B= from 2 power outputs
@-.8.-6 ай бұрын
Is it possible to add a counter for the ingots that sends your reset zero
@vanko70913 жыл бұрын
Love your vids
@relaxingtreemusicvideos57513 жыл бұрын
What's more confusing Minecraft Redstone or Hygroneer's logic stuff?
@MRDACK863 жыл бұрын
Redstone because half of how it works right is based around bugs. The logic is simple and easy to understand.
@FenrirYT133 жыл бұрын
so you have to sit their and press a button each time to reset it? doesnt sound like automation
@StarBoy-fd5uw3 жыл бұрын
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_rider3 жыл бұрын
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 ;)
@ritarani57183 жыл бұрын
Just realised there is also a z5 in intro
@sykobeen0753 жыл бұрын
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
@jackaron63193 жыл бұрын
you don't earn our subscription we earn the title of Z1 Gaming subscriber
@johnlynne22913 жыл бұрын
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
@japperotsaert3 жыл бұрын
No it's not modded
@johnlynne22913 жыл бұрын
Thanks
@lostpro_26903 жыл бұрын
make it so when it hits the number it turns off the whole system
@ziomeczekpl3 жыл бұрын
6:37 lol?
@MAGAMAN2 жыл бұрын
.3 =5 .63 = 10 For not even twice as much gold? 2x.3 = .6 .6
@andrewmullen62563 жыл бұрын
Like the idea of all the logic and switches but it does look a right mess...
@joshplayzgamingandpets89983 жыл бұрын
NOW the red box I cheacked
@MSSW2443 жыл бұрын
I honestly don’t think you should waste your time with the logic stuff
@lowstar3302 жыл бұрын
I gusse u did after all these years lol
@damoclescent27343 жыл бұрын
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_o3 жыл бұрын
Bin a bit ay
@micahhood49283 жыл бұрын
Ladies and gentlemen 🤦🏿 my ..my brain has ..committed suicide🤦🏿🔫
@zero-ll3qs3 жыл бұрын
Very nocie
@jackaron63193 жыл бұрын
10 is 2 times as much as 5
@JennaKarro2 жыл бұрын
Omg, what a huge mess!
@shantessed.43563 жыл бұрын
Nine minutes again 😳😅
@ravem4103 жыл бұрын
Idk why but his voice sounds differently then it used to for me ._.
@syphis52113 жыл бұрын
yo modded hydroneer tho plz get this to Z
@gdlifesteal58243 жыл бұрын
i was the 900th person to like this video. LOVE YOUR VIDS Z1!
@tdbtdd7443 жыл бұрын
Hi
@loganvass20863 жыл бұрын
You s are the first and I’m the second lol
@billybrown34233 жыл бұрын
Yoyo
@spearwizard76573 жыл бұрын
alright lets *))kill it((*
@duskslayer19893 жыл бұрын
Z1: everybody’s been waiting for this Me: where’s all the mods 6?
@Lil_Puppy3 жыл бұрын
He's never played a game with logic components. This'll be funny.
@Acontrollerplayer3 жыл бұрын
Do another grounded episode
@yeetlord10113 жыл бұрын
Hey z I couldn’t find any mods for hydroneer that you would like to play with
@tealord58533 жыл бұрын
Ah ha first Rly third sadness
@tosha24223 жыл бұрын
Your 3rd bud
@tealord58533 жыл бұрын
@@tosha2422 dam I was too late thanks for telling me new comments not loading