Nexa Corporation Home Programs

Twelfth sun is an API and controller for Draconic Evolution's Reactor. The services/API is featured as a rc service. The current services are ts_core and ts_controller. As you might has guessed, ts_controller is for automatic reactor control and requires ts_core to be enabled. ts_core is a service that triggers events about the reactor state, like field_alert, the events are then listened to by the GUI and ts_controller (if enabled).

How to setup:
First you need to have a reactor, then on one of the stabilizer, place an adapter and connect it to the computer.
Then on your output flux gate (near a stabilizer, if not there create it), add an adapter and connect it to the computer
Same for the input flux gate (near an energy injector, if not there create it)

Now boot your computer, install OpenOS, install Twelfth Sun and execute the following commands:

rc ts_core start
rc ts_controller start
	
Once booting the controller it will show you a configuration prompt, do everything indicated on screen which is:
Shutdown reactor (if running)
Set low redstone flux to 100 on input flux gate
Set low redstone flux to 200 on output flux gate
Press any key
Once done, well press any key. Now your reactor just started!
The reactor is automatically managed now and correct energy is inputted/outputted.
And never forget: Have fun! Be carefull!

GitHub Back