Experimental D-Series Signal Strobe Lights

Discussion in 'Content Creation' started by Keon_, Jan 5, 2023.

  1. Keon_

    Keon_
    Expand Collapse

    Joined:
    Nov 3, 2021
    Messages:
    121
    I am working on adding the strobe lights from the D-series rollback to the D-series, and possibly H-series. Currently, I have added working strobe lights to the headlight and fender mounted turn signals. I am hoping to add this functionality to the rear lights as well, ideally to the reverse lights. Unfortunately, I haven't been able to figure out how. I can release the mod for anyone who would like, but I was hoping to add some more functionality first. I would greatly appreciate help in finding a way to add the reverse lights as strobes.

    The JBEAM for the lights, as modified from the rollback deck upfit, is as follows:
    {
    "Strobes": {
    "information":{
    "authors":"BeamNG, Mod",
    "name":"Strobes",
    "value":15,
    },
    "slotType" : "Strobes",
    "controller": [
    ["fileName"],
    ["lightbar", {
    "name": "bodyLights",
    "defaultModeIndex": 1,
    "modes": [
    ["name", "config"],
    ["Chase", [
    ["electric", "value", "duration"],

    //Sides
    ["FFR", 1, 0.1],
    ["FFR", 0, 0.1],
    ["FFR", 1, 0.1],
    ["FFR", 0, 0.5],

    ["FR", 0, 0.5],
    ["FR", 1, 0.1],
    ["FR", 0, 0.1],
    ["FR", 1, 0.1],

    ["RR", 1, 0.1],
    ["RR", 0, 0.1],
    ["RR", 1, 0.1],
    ["RR", 0, 0.5],

    ["RRR", 0, 0.5],
    ["RRR", 1, 0.1],
    ["RRR", 0, 0.1],
    ["RRR", 1, 0.1],

    ["FL", 1, 0.1],
    ["FL", 0, 0.1],
    ["FL", 1, 0.1],
    ["FL", 0, 0.5],

    ["FFL", 0, 0.5],
    ["FFL", 1, 0.1],
    ["FFL", 0, 0.1],
    ["FFL", 1, 0.1],

    ["RRL", 1, 0.1],
    ["RRL", 0, 0.1],
    ["RRL", 1, 0.1],
    ["RRL", 0, 0.5],

    ["RL", 0, 0.5],
    ["RL", 1, 0.1],
    ["RL", 0, 0.1],
    ["RL", 1, 0.1],
    ],
    ],
    ],
    }],
    ],
    },
    }


    I have deduced that RRL and RRR signify the rollback deck's rear turn signals and I have also interpreted the following:
    FF - Headlight turn signal
    F - Fender turn signal
    RR - Rollback rear turn signal
    R - Rollback deck strobes
     
  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