obj:setRadarSignatureInfo(1.0, 1.0, 100.0)

edited December 2018 in EmptyEpsilon
When using this Radar Signature I can't seem to alter the RED bar

I can set it to zero and then can't set it to anything else.

Ive tried different values and even minuses.

Anyone got any ideas?

Comments

  • When I read manually the signal it shows as the number set, just doesnt seem to effect the red bar.
  • Think ive worked it out

    bob = obj:getRadarSignatureGravity()
    NewLog("Grav")
    NewLog(bob)
    bob = obj:getRadarSignatureElectrical()
    NewLog("Elec")
    NewLog(bob)
    bob = obj:getRadarSignatureBiological()
    NewLog("Bio")
    NewLog(bob)

    obj:setRadarSignatureInfo(0.125, 0.125, 0.30000001192093)

    bob = obj:getRadarSignatureGravity()
    NewLog("Grav")
    NewLog(bob)
    bob = obj:getRadarSignatureElectrical()
    NewLog("Elec")
    NewLog(bob)
    bob = obj:getRadarSignatureBiological()
    NewLog("Bio")
    NewLog(bob)

    Once ive made the number LONGER it seems to appear and wibbles more.
  • Still can't get it to rise like the other 2.
  • Hmm getting it to wobble but not give a good result
  • Interesting when I set it to

    obj:setRadarSignatureInfo(0.40000001192193, 0.40000001192193, 0.40000001192193)

    It sets it to

    0.40000000596046

    is there a combined limit?
  • Thanks for that. It makes alot more sense after reading that bit.
  • LOL, Yes I would have to say its a GREAT idea, I'm trying to use it to make Science less blank and white and a bit more open to interpretation. :) I was kinda hoping it was just set a number style but no worry now Ive got the maths I can make it work.
Sign In or Register to comment.