WIP Beta released 2001 - 2010 Soliad Wakefield

Discussion in 'Land' started by CrashHavenBNG, Feb 18, 2026.

  1. Justin_2008

    Justin_2008
    Expand Collapse

    Joined:
    Jun 24, 2023
    Messages:
    578
    I think the gauges are too small
     
  2. GoblinGreenGuy

    GoblinGreenGuy
    Expand Collapse

    Joined:
    Aug 8, 2025
    Messages:
    507
    agreed.
     
  3. CrashHavenBNG

    CrashHavenBNG
    Expand Collapse

    Joined:
    Aug 1, 2025
    Messages:
    1,967
    Its just the speedo thats mainly too small
     
  4. iliketrafficpacklol

    iliketrafficpacklol
    Expand Collapse

    Joined:
    Jan 22, 2026
    Messages:
    114
    uh add a thank you config(put every name that encouraged you/helped you)
    --- Post updated ---
    doe simulator adventures know your mod is coming?
     
  5. CrashHavenBNG

    CrashHavenBNG
    Expand Collapse

    Joined:
    Aug 1, 2025
    Messages:
    1,967
    No clue if he does
    --- Post updated ---
    Fixed
    --- Post updated ---
    Finally have the facelift grille
     

    Attached Files:

    • Screenshot443.png
    • Like Like x 15
  6. GrandStar

    GrandStar
    Expand Collapse

    Joined:
    Feb 2, 2026
    Messages:
    231
    You should make a junkyard config with loose parts
     
    • Like Like x 1
  7. Alek's creations

    Alek's creations
    Expand Collapse

    Joined:
    Jan 21, 2025
    Messages:
    163
    This mod has me exited. my second car was a black 2008 Chrysler pt cruiser Touring 4 door. I traded it in for a 2010 f-150 but, I still miss it to this day.
     
    • Like Like x 1
  8. GrandStar

    GrandStar
    Expand Collapse

    Joined:
    Feb 2, 2026
    Messages:
    231
    as a joke you should make general lee config with custom wheels and a tuned engine with the general lee paint job
     
    • Agree Agree x 2
  9. Justin_2008

    Justin_2008
    Expand Collapse

    Joined:
    Jun 24, 2023
    Messages:
    578
    2026-03-21132112.png
    A flame skin
     
    • Like Like x 3
  10. DaveBro

    DaveBro
    Expand Collapse

    Joined:
    Jul 11, 2024
    Messages:
    625
    • Agree Agree x 3
  11. Josh94

    Josh94
    Expand Collapse

    Joined:
    Jul 23, 2022
    Messages:
    305
    That's my specialty ;) I could make one or two xD
     
    • Like Like x 1
  12. rhius

    rhius
    Expand Collapse

    Joined:
    Feb 10, 2024
    Messages:
    28
    give... please? :p
     
  13. Retro the Engr.

    Retro the Engr.
    Expand Collapse

    Joined:
    May 24, 2025
    Messages:
    7
    Looks pretty cool!:cool:
     
  14. Hasservern

    Hasservern
    Expand Collapse

    Joined:
    Oct 13, 2022
    Messages:
    227
    I love PT cruisers. Just a question, planning for a V8 swap sometime in the future?
     
    • Like Like x 1
  15. GrandStar

    GrandStar
    Expand Collapse

    Joined:
    Feb 2, 2026
    Messages:
    231
    PLEASE!
     
  16. iliketrafficpacklol

    iliketrafficpacklol
    Expand Collapse

    Joined:
    Jan 22, 2026
    Messages:
    114
    well you should tell him hes problaby gunna be exticed too!and if he responds give him the car so se can test
     
  17. CrashHavenBNG

    CrashHavenBNG
    Expand Collapse

    Joined:
    Aug 1, 2025
    Messages:
    1,967
    I am starting to do configs, is there a way to automate vehicle stats?
     
    • Like Like x 2
  18. Izukuro

    Izukuro
    Expand Collapse

    Joined:
    Nov 25, 2025
    Messages:
    232
    afaik, no. there should be a UI mod on the repo that gives you power and weight though, and you can take other config infos to use as base
     
  19. modeewy25

    modeewy25
    Expand Collapse

    Joined:
    Aug 2, 2023
    Messages:
    100
    Yes, but you'll have to fill some extra data, like price, config name, Population, years (for facelifts and such), type of car/config... The download link for the autotest is at the end of the following tutorial:
    Making configurations and info files

    I can help with them, if necessary. Already done quite a few info_ .json files.
     
  20. baarry5444

    baarry5444
    Expand Collapse

    Joined:
    Apr 8, 2014
    Messages:
    624
    The process of automating vehicle stats hasn't changed much the last time I used it, though there were some changes made between then and now. Here's how to get that running in 0.38, the old-fashioned way.

    First, navigate to your BeamNG user folder. By default at the time of this message, this should be "C:\Users\(your username)\AppData\Local\BeamNG\BeamNG.drive\current". Next, create a new file named work.json within the current folder and edit it to include the following:
    Code:
    [{"type": "testVehiclesPerformances", "vehicle":"pickup", "pcFile":"d15_4wd_A"}]
    

    Note that you can edit the vehicle parameter to any vehicle, just as long as you use its internal name; in this case, "pickup" refers to the Gavril D-Series. Meanwhile, the pcFile parameter can include a specific configuration ("d15_4wd_A" refers to the default D15 V8 4WD configuration), though leaving it blank is recommended if you want to automate vehicle stats for all configurations. Assuming that the internal name for this mod is "wakefield" and you do want to automate vehicle stats for all configurations, the following is what should be in the work.json file (but feel free to edit this if it's incorrect):
    Code:
    [{"type": "testVehiclesPerformances", "vehicle":"wakefield", "pcFile":""}]
    

    Save the file and launch BeamNG. Then, open up the console with the tilde key (in other words, ~) and type or paste in the following and hit enter:
    Code:
    extensions.load('util_worker')
    

    The game will load the Automated Testing map and begin automating vehicle stats. Ignore some of the broken materials on the map, as it hasn't been updated in a long time, though this shouldn't affect the results. Depending on your hardware specs and the number of configurations to automate vehicle stats, this can range from a few minutes to a few hours, so be patient and let the game do its thing! The game will close automatically after it finishes testing the last configuration. All of the JSON files with the vehicle stats will be saved in the vehicles folder, and from there, you may need to tweak them to include some additional information.

    Hopefully I explained the process correctly to the best of my ability. I followed these steps myself and was able to automate vehicle stats on my end. If there is anything you would like to clarify regarding these steps, please let me know. Good luck :)
     
    • Like Like x 3
  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