7 posts
Posted 25 March 2014 - 09:11 PM
Im using the tekkit mudpack from technic launcher. they just added the new big reactors mod, where you can create multiblock reactors. among the features of this mod is the computer port, where you can plug your reactor into a computer and control it using lua. Im not very familiar with using lua in computercraft, so does anyone know how I could use these lua commands in more of a command prompt or information display on a monitor.
7083 posts
Location
Tasmania (AU)
Posted 26 March 2014 - 12:20 AM
Given that the only thing I can find that sounds like what you're talking about is
this redstone port, it sounds like any basic "toggle button" script (
eg) could be used to control a properly-configured reactor block.
1610 posts
Posted 26 March 2014 - 12:21 AM
My Google-fu is stronger than yours.(Scroll down a bit for a function list)
7 posts
Posted 26 March 2014 - 12:24 AM
no it is this.
http://wiki.technicpack.net/Reactor_Computer_Port it uses lua methods. I want to be able to use these, and also to direct reactor information onto a monitor
7083 posts
Location
Tasmania (AU)
Posted 26 March 2014 - 12:30 AM
In that case, take a read through
this - should cover most of what you need to know to pull it off. :)/>