Memuat...
0 berkas disukai
6 komentar
0 video
0 unggahan
0 pengikut
  • Default

    Want to change the colour of the fuel bars? Find this segment of code and use RGB to set it to the colout of your choice:
    if (isi>(0.9*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb-0.064, 0.005, 0.018, 255, 140, 0, 200)
    end
    if (isi>(0.8*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb-0.044, 0.005, 0.018, 255, 140, 0, 200)
    end
    if (isi>(0.7*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb-0.024, 0.005, 0.018, 255, 140, 0, 200)
    end
    if (isi>(0.6*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb-0.004, 0.005, 0.018, 255, 140, 0, 200)
    end
    if (isi>(0.5*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb+0.016, 0.005, 0.018, 255, 140, 0, 200)
    end
    if (isi>(0.4*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb+0.036, 0.005, 0.018, 255, 140, 0, 200)
    end
    if (isi>(0.3*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb+0.056, 0.005, 0.018, 255, 140, 0, 200)
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb+0.076, 0.005, 0.018, 255, 140, 0, 200)
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb+0.096, 0.005, 0.018, 255, 140, 0, 200)
    end
    if (isi>=(0.2*ifu2) and isi<=(0.3*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb+0.076, 0.005, 0.018, 200, 0, 0, 200)
    end
    if (isi>0 and isi<=(0.3*ifu2)) then
    GRAPHICS.DRAW_RECT(ifuelanca+0.066, ifuelancb+0.096, 0.005, 0.018, 200, 0, 0, 200)
    end

    I have changed mine to orange, so 255, 140, 0 are the numbers to change on each segment. The bottom 2 I have left red. I have also modified the code to always show the blimps, but I fear this comment is too long already.

    Selasa, 11 Juli 2017
  • Default

    Also, in addition to my previous points, as the drive section starts to go red the UI flickers more and more.

    Senin, 10 Juli 2017
  • Default

    Two issues with this mod that are stopping me from using it:

    1) Quite a lot of times when I try to fill up the vehicle it doesn't fill up the tank at all, and yes, I have actually set the amount to fill up which is always to a full tank.

    2) For some reason when I press W/S/A/D to select items it scrolls far too quickly so it's almost impossible to select anything other than the top or bottom items in the list which makes the process far too long because of all the messing around.

    Other than that it's a top mod. I just can't use it if it bugs out most of the time not letting me refuel.

    Senin, 10 Juli 2017
  • Default

    I think it might be just the mods I have to go with this one but each time I run out of fuel it completely destroys the car. I am unable to get back into the car, even after refuelling, because the engine is totalled. I will change a few things and see if I can stop it from happening in the mean time.

    Possible conflict with mod: Manual Transmission & Steering Wheel Support - ikt

    Minggu, 09 Juli 2017
  • Default

    Fixed my last error... Apparently the NativeUI wasn't in the correct folder.

    Minggu, 09 Juli 2017
  • Default

    Works very well, the best fuel mod I have found thus far, but 1.4 has an annoying bug in which it displays a line of values near the top of the screen.

    It goes something like: TRUE, FALSE, N, the vehicle name and then your coordinates.

    Had to downgrade to 1.3.4 as a result which works beautifully.

    Sabtu, 08 Juli 2017