42.3 switched to kelvin? Some bugs

  • boilerrat
    24th Oct 2010 Member 0 Permalink
    My game is updated to 42.3, and the patch notes said we have switched to Kelvin but I don't think so...Kelvin does not go into negative numbers as it does in TPT.

    The temperature is said as "(number)*C" instead of "(number)K"

    Otherwise it's fine, we aren't able to reach absolute zero.

    It would be nice to switch between kelvin, Celsius, and Fahrenheit.... Wouldn't be hard to implement I would think.
  • Xenocide
    24th Oct 2010 Former Staff 0 Permalink
    The internal temperature scale has been changed to Kelvin, the reason it says the temp in C is because it is on that display :P

    http://github.com/facialturd/the-powder-toy

    Feel free to try and code it yourself ^^
  • boilerrat
    24th Oct 2010 Member 0 Permalink
    No thanks, but the equations are simple enough.
  • jakester12345
    24th Oct 2010 Member 0 Permalink
    I will have a look at coding it but it'll take me a while lol I'll have a go
  • boilerrat
    24th Oct 2010 Member 0 Permalink
    Celsius is +273 from Kelvin

    C = (F -32) *5/9

    F= (C *9/5) + 32
  • Felix
    24th Oct 2010 Member 0 Permalink
    boilerrat:
    Celsius is +273 from Kelvin

    C = (F -32) *5/9

    F= (C *9/5) + 32

    Actually, it is 273.15
  • boilerrat
    24th Oct 2010 Member 0 Permalink
    I guess my chem teacher lied