Part of the reason why my steam temperatures are what I've set them to is because there's an element of hard coding that says you can't go above 1000C.Hearken wrote: ↑Sat Dec 04, 2021 2:57 am I am trying to modify the amount of power generated by the nuclear machines in the power mod. I've managed to set the reactors and exchangers to my desired values, but the turbines seem to be capped at 11.82 MW because the maximum temperature they seem to be able to handle is 1000C:
0.2 KW * 60 * 1 * (1000-15) = 11820 KW.
My desired output from a turbine is 25 MW which is achievable at 2099C:
0.2 KW * 60 * 1 * (2099-15) = 25008 KW
Setting the maximum temperature for both reactors and exchangers to 2099C causes no issues as far as I can tell. The UI tooltip informs me that the maximum temperature of the turbine is 2099C, but the maximum output remains 11.82MW. Is there some way to increase this hidden maximum temperature so that I can get a higher power output?
I think there is a way to increase it, but I can't remember the specifics.
An alternate approach could be to modify the water power per degree stat on water instead of increasing the temperature.