Independent adjustable font size of the license plate

Discussion in 'Ideas and Suggestions' started by Urbanmaid, Aug 5, 2020.

  1. Urbanmaid

    Urbanmaid
    Expand Collapse

    Joined:
    Jan 18, 2016
    Messages:
    910
    Hello. I am a modder who wants to make a license plate for BeamNG.drive.

    I am making a Korean Licenseplate Pack which includes entire kinds of the plate. But I got a problem. There is no function that adjusts the scale separately of the font in license plate in the BeamNG License Plate Generator, as a script of "licenseplate-default.json". So I need to give a request to add an independent scale adjust system for that.
    upload_2020-8-5_23-10-38.png
    Code:
        "format": {
          "30-15": { //US
            "size": {
              "x": 512,
              "y": 256
            },
            "text": {
              "x": 0.50,
              "y": 0.35,
              "x2": 0.5,
              "y2": 0.8,
              "scale": 0.8,
              "scale2": 1.2,
              "color": "black",
              "limit": 3,
              "limit2": 6
            },

    Current System doesn't Support this style, and it overwrites value of "scale2"(the scale of the second row), makes the size the same as the first row. What I wish for developers is to add a function that sets the second-row scale with "scale2". Can you devs do this work?

    Intention:
     
    #1 Urbanmaid, Aug 5, 2020
    Last edited: Aug 5, 2020
  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