function update_reactor(index)
local reactor = global.reactors[index]
reactor.signals.parameters["caset"].count = round(reactor.entity.energy)
if reactor.temperature == nil then
reactor.signals.parameters["core"].count = 0
else
reactor.signals.parameters["core"].count = round(reactor.temperature ...
Search found 4 matches
- Sat Apr 29, 2017 8:17 pm
- Forum: Implemented mod requests
- Topic: reactor heat pipe APU
- Replies: 4
- Views: 1936
- Sat Apr 29, 2017 8:02 pm
- Forum: Modding help
- Topic: heat_buffer v15 how to use?
- Replies: 2
- Views: 1376
Re: heat_buffer v15 how to use?
still waiting on help
code
function update_reactor(index)
local reactor = global.reactors[index]
if reactor.temperature == nil then
reactor.signals.parameters["core"].count = 0
else
reactor.signals.parameters["core"].count = round(reactor.temperature)
end
reactor.control.parameters = reactor ...
code
function update_reactor(index)
local reactor = global.reactors[index]
if reactor.temperature == nil then
reactor.signals.parameters["core"].count = 0
else
reactor.signals.parameters["core"].count = round(reactor.temperature)
end
reactor.control.parameters = reactor ...
- Thu Apr 27, 2017 2:14 am
- Forum: Implemented mod requests
- Topic: reactor heat pipe APU
- Replies: 4
- Views: 1936
reactor heat pipe APU
i cant find any way to work with the heat of a heat_buffer so
i need it before i make my own rewrite for the reactor mod
i need it before i make my own rewrite for the reactor mod
- Tue Apr 25, 2017 9:52 am
- Forum: Modding help
- Topic: heat_buffer v15 how to use?
- Replies: 2
- Views: 1376
heat_buffer v15 how to use?
how do i interface with the temperature of the heat_buffer on the reactors and heat pipes?
function update_reactor(index)
local reactor = global.reactors[index]
reactor.signals.parameters["caset"].count = round(reactor.entity.energy)
reactor.signals.parameters["core"].count = round(reactor.entity ...
function update_reactor(index)
local reactor = global.reactors[index]
reactor.signals.parameters["caset"].count = round(reactor.entity.energy)
reactor.signals.parameters["core"].count = round(reactor.entity ...