Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- 1. pastebin get j3EPvGN6 /etc/draconic_control.cfg
- -- 2. draconic_control start
- -- automatically start the controller at system boot, make sure to add "draconic_control" to "enabled" in your /etc/rc.cfg file
- -- typt on coomfn prompt "rc draconic_control enable"
- -- 3. dc_gui
- -- pastebin get kE3jp6nD mc.lua
- -- reactors = {
- -- {
- -- reactorAddress = "",
- -- fluxGateDrainbackAddress = "",
- -- fluxGateOutputAddress = "",
- -- drainback = 1.1,
- -- targetSaturation = 0.10,
- -- throttleSaturation = 0.56,
- -- throttleTemperature = 8115,
- -- throttleExponent = 0.12,
- -- limitTemperature = 10000,
- -- limitExponent = 2.79,
- -- burnConversion = 0.41,
- -- burnRFt = 2000000
- -- }
- -- };
- reactors = {
- {
- reactorAddress = "",
- fluxGateDrainbackAddress = "",
- fluxGateOutputAddress = "",
- drainback = 1.25,
- targetSaturation = 0.5,
- throttleSaturation = 0.90,
- throttleTemperature = 8000,
- throttleExponent = 2.5,
- limitTemperature = 9000,
- limitExponent = 6,
- burnConversion = 0,
- burnRFt = 0
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement