Temp trouble

  • Ihaveagreatfantasy
    14th Jan 2020 Member 0 Permalink

    Can someone explain why when I load the save the temperature of wifi and other electronics decreases by 0.15?

  • LBPHacker
    14th Jan 2020 Developer 0 Permalink

    Because the temp property is stored in saves as an integer on the Kelvin scale (unless it's less than 128K off from room temperature, in which case it's stored as a signed 8-bit offset from that).

  • Ihaveagreatfantasy
    17th Mar 2020 Member 0 Permalink

    Sorry, but I know little about computers. How can I fix this? I tried to add 0.15 to the temperature but that did not help.

  • LBPHacker
    17th Mar 2020 Developer 0 Permalink
    You can't. You only get integer Celsius values in the -105 to 150 (~ish) range.
  • jacob1
    17th Mar 2020 Developer 0 Permalink
    If you're having a separate problem related to this, maybe we can solve that problem instead. There's no way to make temperature not decrease by .15, it was deemed "good enough" to save temperatures with just 1C degree of precision.