Temperature Decimals?

  • tmo97
    5th Oct 2014 Banned 0 Permalink
    This post is hidden because the user is banned
  • bowserinator
    5th Oct 2014 Member 0 Permalink

    For LUA not sure... I never programmed in lua

    For C++ I guess you change the point limit. The 2 decimal limit is because it's programmed to have that limit, not because of float limitations... so go search for it idk where

  • jacob1
    5th Oct 2014 Developer 0 Permalink
    For Lua you could replicate the HUD in lua, or just add an extra display. Here's a really terrible thing I did quickly:

    local function moo() local function ignore() tpt.drawtext(545, 40, tpt.get_property("temp", tpt.mousex, tpt.mousey)) end pcall(ignore) end tpt.register_step(moo)

    The mod you probably heard of was mine, it's fully up to date.
    Edited once by jacob1. Last: 5th Oct 2014
  • FeynmanLogomaker
    5th Oct 2014 Member 0 Permalink
    Jacob1's mod has lots more features than just that, you should definitely use it. I use it as my main program, instead of the official.

    quick, edit your posts before mniip sees you spelling lua in all caps

    Edited once by FeynmanLogomaker. Last: 5th Oct 2014