Temperature Option

  • yocheese
    3rd Mar 2014 Member 0 Permalink

    I have an idea about the air temperature that I would like to see on a feature update:

     

    It would be good if we add an option to change the air temperature (cold, very cold, medium, hot, very hot etc.) But: If the temperature is different than normal, it will change it and make it colder or hoter.

    Edited 3 times by yocheese. Last: 3rd Mar 2014
  • jacob1
    3rd Mar 2014 Developer 1 Permalink
    Try turning on ambient heat, then typing this in the console: sim.ambientAirTemp(10000)

    It will change the ambient air temperature to 10000K. You can set it to whatever you want, there isn't a ui option to change it but possibly a lua script could create one.
  • detroit671
    5th Mar 2014 Member 0 Permalink

    we also need a fairenheit option for us americans.

  • Schneumer
    5th Mar 2014 Member 1 Permalink

    @detroit671 (View Post)

     Why? Doesn't do anything helpful. What they DO need to change is the whole celsius/kelvin mess up.

  • nucular
    5th Mar 2014 Member 1 Permalink
    @Schneumer
    It's not even a mess... Internal the game uses Kelvin everywhere (stuff doesn't go into negative values) and before displaying tempetatures on the HUD they get converted into Celsius.
  • Cacophony
    5th Mar 2014 Member 0 Permalink

    @detroit671 (View Post)

     Download jacob1's Mod

  • Schneumer
    5th Mar 2014 Member 0 Permalink

    @nucular (View Post)

     Which doesn't really make sense...

  • nucular
    5th Mar 2014 Member 1 Permalink
    @Schneumer
    Programmers just hate negative values.
  • jacob1
    5th Mar 2014 Developer 1 Permalink
    When using commands starting with !, you can input temperatures like this now: 100C, 451F, 32F, 0C. Or anything like that. So the mix up isn't a problem there.

    If custom HUDs ever get added the ability to display in Fahrenheit might. For now, I would use Celsius (or my mod, which does have custom HUDs :P). You don't need to actually know Celsius to read it, just know that higher = hotter really (-273.15C is a good temperature to remember though).

    The game source actually used to use Celsius internally, luckily it got rewritten like 4-5 years ago ...
    Edited 2 times by jacob1. Last: 5th Mar 2014
  • detroit671
    5th Mar 2014 Member 0 Permalink

    @Cacophony (View Post)

     how do i do that?

    would i have to lose my current version of tpt?