Profile image

Help me with exhaust Color

242 THEBIGGAKLIPA  21 days ago

So I am making a project where I wanna make a sonic boom, problem is that I am already using VTOL engines, so I can't use them to make the sonic boom. The problem with using other engines is that they have multiple exhaust colours, no matter how much I change the XML code, they don't have 1 solid colour.

  • Log in to leave a comment
  • Profile image
    23.6k Axartar

    if none of this works you could try another type of engine, but VTOL is prob the best icl

    +1 21 days ago
  • Profile image
    23.6k Axartar

    oh, i helped someone with this a while back, white isnt a colour you can really get. use another VTOL outlet, you can always reduce its engine power to 0 if you dont wanna mess stuff up. Scale the exhaust fat and wide, like a sonic boom, using hex FFFFFF would be white, but you need to remove some red for a whiter white, try something like D6FFFF. Have it running off funky trees, you could use something like
    .
    Variable1 = IAS>343.3?Variable1+0.01:0
    Variable2 = clamp01(round(exp(-Variable1)))

    +1 21 days ago