I'm not begging for RP2. I'm glad I'm being exposed to more mods and more alternatives. But to be honest, as a builder who is not fluent in Redstone or logic systems, a frame door is the bee's knees. No mono stable circuits, no pistons. Just epic. I'll be using pistons and TF tower blocks until then.the only thing I can think of why you would want frames is to use them for mining, but more mods are slowly adding their own way of mining.
The square wave -> OSP is perfectly good, but yeah. Epic overkill for a lot of stuff.
yeah yeah. I know. And how many people here actually know how to simulate a timer with rednet? Basically four of us who are talkative, and I know a lot of people just use bare square waves.
And immibis is now officially my favorite mod maker!
I'd kill for someone who does know to make a Wiki for the PRC for common use cases starting with the timer.
David Fayram's (KirinDave) youtube channel has an ongoing series called Rednet Rising. Not really my thing but I think that's what you're looking for.
. . .
I'd kill for someone who does know to make a Wiki for the PRC for common use cases starting with the timer.
It's not. See, I had a problem recently where I was trying to figure out why an SR-Latch wasn't working. I did searches for Rednet tutorials/wikis and ended up with videos. Don't get me wrong, videos are great. But they're horribad when it comes to me looking for a specific answer to a specific question because I cannot skim through/search a video for key phrases. In the end I posted to the wonderful "Ask a simple question..." thread and, while I didn't get an answer to my specific problem, the answer I got led me to the problem I had inflicted upon myself.
But as for the wiki listing all the functions, thank the prolific tekkit wiki for getting on this: http://wiki.technicpack.net/Programmable_RedNet_Controller
Not what I asked for. I quoted you twice for a very specific reason. You cited that a timer could be done in a PRC with two functions. I asked for a wiki explaining how to get those two functions. As I replied earlier, videos are fine but not for the quick look-up when you know what you want, just need to be told how to insert tab A into slot B. Meanwhile, the wiki above is great in that it describes what each does, but not how to make a #@$%@$%@$ timer! IE, it tells you "This is what Tab A is" not the methods to which one might insert it into slot B.
Seriously, I get that a timer starts with a wave form, but it is tick based. RP2's timer wasn't tick based. I know I can't program a wave form to pulse every 5 minutes (pretty sure we're limited to 1 byte, or 255 tickets, or just shy of 13 seconds) so clearly I need to do something with... something else... to convert ticks into seconds and then program *that* piece to the amount of seconds I want. But there's no simple, text based page, which describes what is probably the one base function everyone is going to search for first. Heck, most of the videos on Rednet start with, "Look, we can do an AND gate with just one cable!" >.<
why do people keep begging for frames. the only thing I can think of why you would want frames is to use them for mining, but more mods are slowly adding their own way of mining.
He's just trying to do what he can. You can either find the resources if they do exist or you can take what we're trying to help you with.
Not what I asked for. I quoted you twice for a very specific reason. You cited that a timer could be done in a PRC with two functions. I asked for a wiki explaining how to get those two functions.
so clearly I need to do something with... something else... to convert ticks into seconds and then program *that* piece to the amount of seconds I want. But there's no simple, text based page, which describes what is probably the one base function everyone is going to search for first. Heck, most of the videos on Rednet start with, "Look, we can do an AND gate with just one cable!" >.<
I am doing the building guide in video format because I think people find it approachable as a learning format, but it doesn't help more advanced folks like you.
The only way to do long timers is by using adders and comparators right now.
That said, it's pretty rare to need a timer longer than 10 seconds.
But hey, this mod exists now. We get the timers back.