WIP Beta released Drifting UI 0.5b

A UI Indicator for Slip angle and points for your awesome drifts, with changeable styles

  1. Nadeox1

    Nadeox1
    Expand Collapse
    Spinning Cube
    BeamNG Team

    Joined:
    Aug 5, 2012
    Messages:
    14,683
    Do not ever install mods in the game's installation folder.
    Mods only go in Documents/BeamNG.Drive/mods.
    https://wiki.beamng.com/Installing_Content
     
    • Informative Informative x 1
  2. BlackWing88

    BlackWing88
    Expand Collapse

    Joined:
    Aug 22, 2017
    Messages:
    2
    THAT went from 0 to 60 quick
     
  3. Daniel Tilton

    Daniel Tilton
    Expand Collapse

    Joined:
    Aug 31, 2018
    Messages:
    4
    Is this a new single chain record?? (1,365,038)
     
  4. Daniel Tilton

    Daniel Tilton
    Expand Collapse

    Joined:
    Aug 31, 2018
    Messages:
    4
    Topped myself:
     

    Attached Files:

    • TOPPEDMYSELFYAY.png
  5. Michael Teske

    Michael Teske
    Expand Collapse

    Joined:
    Feb 12, 2022
    Messages:
    2
    Unfortunately the app ceased to work with newer releases. This fix got it running again for me (on 0.24):
    $ diff -c app.js-orig app.js
    *** app.js-orig 2022-02-12 14:31:17.402621800 +0100
    --- app.js 2022-02-12 14:31:55.560531400 +0100
    ***************
    *** 1,5 ****
    angular.module('beamng.apps')
    ! .directive('driftSensor', ['bngApi', 'StreamsManager', 'UiUnits', '$interval', function (bngApi, StreamsManager, UiUnits, $interval) {
    return {
    template: '<canvas width="300" height="165"></canvas>',
    replace: true,
    --- 1,5 ----
    angular.module('beamng.apps')
    ! .directive('driftSensor', ['$interval', function ($interval) {
    return {
    template: '<canvas width="300" height="165"></canvas>',
    replace: true,

    (just replace line 2 with the simpler one in app.js).
     
  6. Outer_Guy

    Outer_Guy
    Expand Collapse

    Joined:
    Feb 12, 2022
    Messages:
    1
    does it need the ! at the start of line 2?
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice