Posts by icewisperer

    What exactly is in storage.config? :pinch: I kind of gave up figuring out how to get the storage scanners working and instead bypassed that part of the reactor, making it run so long as it had coolant available and it was on.


    I had to bypass because I'm not entirely sure what the x.start x.end are, and how to send them back from the config correctly.


    Long story short: storage scanners read the storage from the tower next to them...


    Nevermind I did it a different way. Told it to cut out anything from a certain Z coordinate.


    One last thing, did you ever find a way to fix the cooling system from crashing with the "Slot 17 out of bounds" error?


    Fixed that too, instead of pulling out all the old Condensators at the same time, i have it putting them in the chest as it goes.

    Util: http://pastebin.com/5uVBrjFd


    the api.require can be replaced with just dofile("util"), it's just a helper API that uses the http library to grab from my dropbox automagically.


    breeder.config:

    Code
    return { maxHeat=92500, lowHeat=91000, highHeat=91500 }


    Thanks once again. Also I decided to use a different breeder reactor than the one by HAYO. It is the same design except for the cooling style. While the overall heat is lower in it, the core heat is higher leading to an increase in the number of cells recharged. It gives about 10 additional cells per cycle. Found it in the Hybrid Reactors thread. Link


    Happy Nuclear Engineering.


    Thank you. I hope that they will be okay with it. I understand how to do the basic coding but the peripherals are giving me a bit of trouble. (I don't know how to check heat, check how hot a condenser is, etc.