Fyrst_Igor Posted August 17, 2013 Posted August 17, 2013 In classic there was a timer from redpower mod. It was awesome and very usefull. But i havnt been able to find anything like it, in the pack? Anyone else had better luck?
Richs_Yard Posted August 17, 2013 Posted August 17, 2013 You can make your own redstone timer, but I am guessing that you dont feel like figuring out how to make one by hand.
Discord Moderator plowmanplow Posted August 17, 2013 Discord Moderator Posted August 17, 2013 Making a timer to mimic the behavior of the timer from RP2 is non-trivial. You can configure a PRC to give you the same behavior as a RP2 Timer fairly easily as long as you don't want a timer value over 255. However, the PRC is kind of pricey early on. You can make a cheap CC Computer and write a simple timer program fairly easily... IF you are a programmer. If not, this is pretty high bar of entry.
dwwojcik Posted August 17, 2013 Posted August 17, 2013 You could probably search "Basic Redstone Timer" or something in the programs section of the ComputerCraft Forums.
Norman1346 Posted August 17, 2013 Posted August 17, 2013 You can make your own redstone timer, but I am guessing that you dont feel like figuring out how to make one by hand. You can do it vanilla just not in the space of one block. D R-> D D <-R D T D = redstone dust R = repeater, ->, <- = directional indicators for repeaters. T = the spot where you put down a redstone torch for only one split second. You can change the length of the timer by adjusting the settings on the repeaters or by expanding the design.
Lethosos Posted August 17, 2013 Posted August 17, 2013 A piston is the repeating component of the Vanilla Timer setup. The fact that you can break/reset a redstone connection across a corner is the key to the setup. One sec, I may have a screenshot somewhere. If not, the MC wiki has a section on redstone circuits.
Fyrst_Igor Posted August 17, 2013 Author Posted August 17, 2013 Basic clocks with redstone i know of. never really used them though. But what i was looking for was a timer to send a pulse out every 5+ min, for using in farms and such. ill try looking into PRC, or the CC Computer API, should be that hard to make a clock if the basis for it is implementet allready. But dont know.
dwwojcik Posted August 17, 2013 Posted August 17, 2013 I wonder if you could use some sort of hopper clock for such a long pulse.
Discord Moderator plowmanplow Posted August 17, 2013 Discord Moderator Posted August 17, 2013 Heh, we're playing Modded MC. Vanilla redstone ridiculousness? Bah! Never! hehehe.
jakalth Posted August 17, 2013 Posted August 17, 2013 Redstone timer via BC pipe network? Long loop of cobblestone pipe, a chest, a redstone engine, and 1 dirt block. Connect that pipe back to a chest and use a redstone engine to pull out of said chest. Have a single redstone transport pipe 1 or 2 pipes after the wooden pipe used to pull items. Connect either some redstone dust or rednet cable to the redstone pipe. Every time the dirt is pulled into the pipe loop you get a redstone pulse that is about 3 seconds long per block pulled through the pipe network. Use cobblestone cause you get about a 3 second delay for each pipe used. For example: A loop made up of 38 cobblestone pipes, a chest, redstone pipe, and wooden pipe, gives a delay of about 120 seconds, or 2 minutes between the start of each pulse. Each pulse is about 3 seconds long. So the redstone signal is on for 3 seconds and off for 117 seconds. So for 5 mInutes, or 300 seconds, you'd need a loop of 98 cobblestone pipes, 1 redstone pipe, a chest, and a wooden pipe. That would give you a signal length of still about 3 seconds, and a delay of about 297 seconds. For a total of 13 glass blocks, 22 cobblestone, 2 redstone, and 10 wooden planks. Plus the cost of 1 redstone engine(or autarchic gate in pulser mode) and a lever or redstone torch. Main drawback to this is the sheer size of the device. It takes up a lot of space with all the pipes. but at least the pipes do not need to be horizontal. they can twist around on several levels before connecting back to the starting chest. And can be buried underground. I've run one of these in fast mode using gold instead of cobblestone for a 6 second timer. and it has as little, and in some cases, even less lag then even a minecart timer. making it far smoother running then a redstone dust/repeater clock OR a minecart clock.
Fyrst_Igor Posted August 17, 2013 Author Posted August 17, 2013 Thats some big clock. Would prefer having them smaller, dont want the clock to be bigger than the farm And ress is no problem, got plenty of quarry running all the time.
dwwojcik Posted August 17, 2013 Posted August 17, 2013 haha, had a funny thought. "Hey, is that a particle accelerator under that big square hill?" "No, that's my redstone timer."
jakalth Posted August 17, 2013 Posted August 17, 2013 heh, yeah, it does get a bit ridiculous in size when you want a long duration delay. but by that point, you've probably figured out how to make a simple computer craft program. Although, computers are not quite as funny to look at as a huge mass of looping buildcraft pipes.
Fyrst_Igor Posted August 18, 2013 Author Posted August 18, 2013 Found this. http://computercraft.info/wiki/Os.startTimer cant be more easy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now