eggz123 Config Pack

Discussion in 'Content Creation' started by eggz123, Jul 19, 2021.

  1. eggz123

    eggz123
    Expand Collapse

    Joined:
    Jun 10, 2020
    Messages:
    110
    I'm making a new config for my config pack, but I want to add a description for the vehicle selector for all my cars.

    I think you have to add something to the .pc file in the configuration, but I don't know what to add to the file, or if I don't have to modify the pc file.

    What do I do?
     
  2. Sithhy™

    Sithhy™
    Expand Collapse

    Joined:
    Apr 5, 2017
    Messages:
    3,345
    You need a .json file with the information about that particular config; take this Bluebuck one for example

    Code:
    {
      "0-100 km/h":10,
      "0-100 mph":31.7,
      "0-120 mph":0,
      "0-60 mph":9.5,
      "100-0 km/h":42.6,
      "60-0 mph":128.4,
      "60-100 mph":22.2,
      "60-120 mph":0,
      "BoundingBox":[
        [
          -0.815,
          -2.29,
          -0.23
        ],
        [
          1.185,
          3.17,
          1.19
        ]
      ],
      "Braking G":0.923,
      "Config Type":"Factory",
      "Configuration":"291 V8 2-Door Sedan (A)",
      "Description":"Base model, equipped with a 291 cubic inch 'Fleet-Power' small-block V8",
      "Drivetrain":"RWD",
      "Fuel Type":"Gasoline",
      "Induction Type":"NA",
      "Off-Road Score":34,
      "Performance Class":"5",
      "Population":500,
      "Power":162,
      "PowerPeakRPM":"3600 - 4100",
      "Propulsion":"ICE",
      "Top Speed":48.4444423,
      "Torque":370,
      "TorquePeakRPM":"1950 - 2750",
      "Transmission":"Automatic",
      "Value":22000,
      "Weight":1675,
      "Weight/Power":10.3395062,
      "defaultPaintName1":"Seafoam Green",
      "defaultPaintName3":"Chrome"
    }
    Adjust or remove pieces accordingly to what you need it to have
     
    • Like Like x 1
  3. eggz123

    eggz123
    Expand Collapse

    Joined:
    Jun 10, 2020
    Messages:
    110

    thx
    " "Top Speed":48.4444423," why is the top speed value not something like 100? idk the top speed of that bluebuck config
     
  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