Solved Config Mod

Discussion in 'Mod Support' started by B727ClassicFlyer, Aug 20, 2016.

  1. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,196
    Hi, I am trying to make a config mod for @Betatester's 2000 Roamer mod, but I'm wondering, how do I make the custom config show up in the menu as well as upload it to the Mods repository?

    Attached file below.
     

    Attached Files:

  2. CarBro74

    CarBro74
    Expand Collapse

    Joined:
    Mar 29, 2016
    Messages:
    3,452
    You need a .json file, a preview, (the picture you want for it to show), and the .pc file. I do not know if you need to remove the config from the vehicles file in the BeamNG.drive file.
     
  3. Taza

    Taza
    Expand Collapse

    Joined:
    Nov 8, 2015
    Messages:
    1,349
    This is copied from my previous post when someone else was asking the same thing:





    I was just doing something similar today and found nothing related to this on the wiki.

    Soooo:


    These are the files you need
    your_config.pc
    your_config.png
    info_your_config.json

    You can change "your_config" to something else, but do it on all the files.



    You already have the .pc so next is the .png. This is the image that will show up in the vehicle selector. Official images are 400x192 so I suggest you go with that.

    Next the .json. You can create it with notepad, but be sure to save it as .json and not .txt. Here is an example:
    Code:
    {
       "Configuration":"Drifting",
        "Transmission":"Manual",
        "Description":"It slides.",
        "Drivetrain":"RWD",
        "Value":16500,
        "Performance Class":"6",
        "Config Type":"Custom",
        "default_color":"Royal Blue"
        }
    That's what it includes. There are other options you can type in but we lack in documentation so nobody knows what they are.
    If you want to know the available color options go to the vehicle selector and hover your mouse over the default colors. Then type the color you want your config to have into the "default_color" in the .json. You can change all the other options too, I found out that the "Value" determines how far down in the list it appears.


    Congratulations on making it here. Now you need the zip. Good luck with that.
    Put all the files (all 3) in a folder, That has the name of the car that the config is made for. So if your config is for the ETK I-series, you put the files in a folder named "etki". If you don't know the folder name go to Beamng installation folder>content>vehicles and look around. These .zip s are the official vehicles. Now just find the right .zip and put the .zips name as the folder name. For example, you can find a pickup.zip in the vehicles folder. This is the D15. If your config is for the D15 you put the files (ALL 3!) in a folder named pickup. If you have questions just upload the files here and I'll put it together.

    Now you have a folder named like the vehicle that your config is made for. Next we make a new folder. This time it's named "vehicles". Now put the earlier folder in the new folder. "What next?" you may ask. Well now need the .zip. It should look like this:

    YOUR_CONFIG_MOD.zip/vehicles/_THE_NAME_OF_THE_VEHICLE_/(here are the 3 files right)

    Rename YOUR_CONFIG_MOD to something after reading this: http://wiki.beamng.com/Modding_Guidelines

    If it all fails post the 3 files here and I'll help you. Or maybe someone else will help you.
     
  4. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,196
    How do I save a .txt file as a .json file?
     
  5. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    file, save as, change .txt to .json... Literally one of the most basic things you can do on a computer
     
    • Like Like x 2
  6. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,196
    Did I do this one right? I followed your directions, @Taza.
     

    Attached Files:

  7. iheartmods

    iheartmods
    Expand Collapse

    Joined:
    Aug 8, 2012
    Messages:
    1,482
    Looks like it should work
     
  8. Taza

    Taza
    Expand Collapse

    Joined:
    Nov 8, 2015
    Messages:
    1,349
    It needed one more folder called "roamer". Take a look yourself if you want to know more.
     

    Attached Files:

  9. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,196
    Thanks!
     
  10. Taza

    Taza
    Expand Collapse

    Joined:
    Nov 8, 2015
    Messages:
    1,349
    Does it work for you? I tried it and it spawns like this:
    screenshot_00040.png
    It might use some parts from mods that will not work if the person using it doesn't have the same mod installed.
     
  11. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,196
    It works for me.

    You need @Betatester's 2000 Roamer Mod, as it relies on that mod, hence why it says 2000 in the .pc name, .png file, and .json file.

    Link to his Roamer mod is here.

    Googlefluff's Ontario plates mod is also used, as it has this plate:
    screenshot_00092.png
     
    • 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