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