Solved How to create a configuration mod?

Discussion in 'Mod Support' started by JeefCake, Sep 14, 2017.

  1. JeefCake

    JeefCake
    Expand Collapse

    Joined:
    Aug 3, 2016
    Messages:
    84
    So I've been wanting to make a config mod for some time now
    And just to answer quickly:
    Yes I have searched youtube and google.
    And the wiki, but I haven't seemed to find anything dealing with configs
     
  2. DuneWulff

    DuneWulff
    Expand Collapse

    Joined:
    Apr 25, 2016
    Messages:
    1,034
    Just a config or do you want to make a skin with it?
    If it is just a config then:
    1. Create the car config in game
    2. Save the config as something
    3. Find the .pc file for the config you made. You'll find it in your vehicles folder under the car that you made the config for (ie vehicles/ETKi/example).
    4. Copy a info_name.json (preferably from the same vehicle, you can find these in the official vehicle .zip)
    5. Rename info_examplename to info_nameofyourconfig
    6. Fill out the info_nameofyourconfig.json file (use a text editor)
    7.Zip the vehicles folder up
    8. Place zip in mods folder
    Here's an example (note that this is unzipped, you'd zip the vehicles folder when you're finished):
    example.jpg
    Note that gasser.pc is the actual information about the parts of the car. This is the file made by the game when you save the config. Here's what that looks like inside (remember the GAME makes this file:
    example3.jpg
    The info_gasser.json is the info of the car. Here's what the inside looks like:
    example2.jpg
    The "configuration" part is the name that appears in the vehicle selection menu.
    The rest you can figure out. :)
     
    #2 DuneWulff, Sep 15, 2017
    Last edited: Sep 15, 2017
    • Agree Agree x 1
  3. JeefCake

    JeefCake
    Expand Collapse

    Joined:
    Aug 3, 2016
    Messages:
    84
    thanks
     
  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