Jump to content

karikamiya

Members
  • Posts

    3
  • Joined

  • Last visited

About karikamiya

  • Birthday 02/14/1993

karikamiya's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. I made a crucial amendment to my edit at the bottom, please read it.
  2. Ah yes. This problem. I have engineered a solution. Oops, Wrong Reactor. This Should do it: This, Ladies and Gentlemen, is the latest and greatest breeder reactor to grace my beautiful and irradiated test world. Mats List: 1x Functional Breeder reactor that changes its own cells and/or uses SUC w/AE 1x ME Import Bus 1x ME Export Bus 2x ME Dark Cable 4x Wireless Receivers and Transmitters 1x Howler Alarm 1x Thermal Monitor 1x AND gate (Clicked w/ screw driver once) 1x NOT gate 1x Computer Some Red Wire Some Dirt/Cobble/Stuff So Basically, The idea is you divide your Exp/Imp Busses into 2 categories, I call them DU and FISSILE. You employ dark cables to disconnect one pair when you don't need them. Here is the sequence (NOTE THIS CODE ASSUMES YOU HAVE A LOADED AND FUNCTIONING BREEDER. IT WILL NOT LOAD EVERYTHING INTO THEIR PLACES) Right side = Depleted cell insertion/Re-enriched cell extraction Back side = Quad Insertion/Near-DU extraction Left side = Reactor on/off. Refer to picture for optimal connection w/ thermal monitor and Howler Alarm while true do print("Loading Reactor") redstone.setOutput("right",true) print("Starting Reactor") redstone.setOutput("left", true) print("Running Reactor") sleep(9995) print("Stopping DU Loading & Unloading") redstone.setOutput("right",false) print("Finishing Cycle") sleep(10) print("Stopping Reactor") redstone.setOutput("left", false) print(">>Caution, Reloading Fissile Materials<<") redstone.setOutput("back", true) sleep(10) redstone.setOutput("back", false) print("Restarting Sequence") end Here is Pseudo Code: Turn on Depleted/Re-enriched cells I/O Turn on Reactor Wait 9995 seconds (9995 of 10000) Turn off Depleted/Re-enriched I/O Wait 10 Seconds (Reactor is now finished, and has empty spaces and/or near-depleted) Turn off Reactor Turn on Quad/Near-DU I/O Wait 10 seconds Turn off Quad/Near-DU I/O Restart Note that i pierced the top of my shield. You don't have to do this, but otherwise you will use all 4 sides of your bubble and no way to get the electricity out. TaDa Footnote: after reading this, i realised you don't have to use 2 import busses. Just set up your dark cables up to the export busses, and import near-DU and re-enriched with no control. this will only use 3 sides, allowing an mfsu to suck the juice out of the 4th hole. I lied, you have to use all 4 or else it might suck the wrong item in those 10 seconds and then BOOM
  3. Not really going to happen, sorry mate. Pick Two: Cheap, Easy, Infinite.
×
×
  • Create New...