Changing ambient temp

  • Roberttherobot
    20th May 2018 Member 0 Permalink

    There should be a feature to set the temp of the outside boundaries to  what ever temp you want as if you have ambient heating enabled it will cool down untillit reaches 20C without any control.It should be able to be changed in the settings or as a config for a save.

  • jacob1
    20th May 2018 Developer 0 Permalink
    We have a lua function to do this right now: sim.ambientAirTemp(9999)

    That would set ambient air temp to 9999K. Clear the screen after running it to update the air temperature everywhere.

    It doesn't save in saves or in powder.pref right now though ... just a Lua function