Mod suggestion: bus sign

Discussion in 'Content Creation' started by Medo1234, Jul 26, 2021.

  1. Medo1234

    Medo1234
    Expand Collapse

    Joined:
    Jul 15, 2019
    Messages:
    14
    I was thinking maybe someone could make a mod that makes a customizable bus sign so it wouldn't always say 'Not in service' all of the time.
     
  2. 98crownvic

    98crownvic
    Expand Collapse

    Joined:
    Jul 14, 2016
    Messages:
    1,526
    This actually can be done already, albeit in a kind of clunky way. Open the console (tilde key), select the vehicle lua in the dropdown menu, paste this into the text box: controller.onGameplayEvent("bus_onRouteChange", {direction="direction", routeID="42"}) and simply replace the text that says direction inside the quotes to whatever you want to write. The routeID part is for the icon on the left of the display.

    screenshot_2021-07-25_23-16-02.png

    For example, this looks like
    controller.onGameplayEvent("bus_onRouteChange", {direction="custom text!!!", routeID="[bng]"})

    You can do icons such as the BeamNG logo, a bus, and a plane by doing [bng] , [bus] , and [air] .
     
    • Like Like x 1
  3. Medo1234

    Medo1234
    Expand Collapse

    Joined:
    Jul 15, 2019
    Messages:
    14
    ok thanks
     
    • Like Like x 1
  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