Page 1 of 1
Command to change the power output of solar panels?
Posted: Tue Mar 15, 2016 2:20 pm
by MalcolmCooks
I would like to know if it is possible using the command line to change the power output of solar panels? I have seen that the command line can be very flexible but I don't know enough to try work it out myself
Re: Command to change the power output of solar panels?
Posted: Tue Mar 15, 2016 3:57 pm
by prg
You'd need to change the solar panel's prototype definition for that, which is read-only during the game. Something like
Code: Select all
data.raw["solar-panel"]["solar-panel"].production = "100GW"
in a data-updates.lua should do it.