1. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  2. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.30 Bug Reporting thread
    Solutions and more information may already be available.

Custom Vehicles have no Preview Pictures (SOLVED, CHECK REPLIES)

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Agera153, Dec 5, 2021.

  1. Agera153

    Agera153
    Expand Collapse

    Joined:
    Apr 16, 2017
    Messages:
    15
    Hey everyone,

    Ever since the update, all of my custom vehicles have no preview pictures anymore. The vanilla configurations are there, but my custom ones are all messed up. Here's the Bluebuck for example:

    upload_2021-12-4_18-11-20.png

    I have three configs. One is a base, another is a 1957 version, and another is a racecar. But they don't have pictures. Their files are still in the vehicles folders:

    upload_2021-12-4_18-12-8.png

    Anyone else having this issue?
     
    • Agree Agree x 1
  2. Andryusha

    Andryusha
    Expand Collapse

    Joined:
    Jan 28, 2020
    Messages:
    652
    Yes.
    Both my own configs for various vehicles and modded vehicles have no preview for me.
     
  3. Agera153

    Agera153
    Expand Collapse

    Joined:
    Apr 16, 2017
    Messages:
    15
    Okay, thanks for your response! Hopefully the devs can get this sorted in the next few hotfixes. :)
     
  4. RobloxFan2

    RobloxFan2
    Expand Collapse

    Joined:
    Aug 28, 2019
    Messages:
    811
    I think it's because you have it as .jpg. convert it to png and try
     
  5. Andryusha

    Andryusha
    Expand Collapse

    Joined:
    Jan 28, 2020
    Messages:
    652
    Thank you for your idea.
    I have just tested it on a certain modded vehicle.
    I replaced the JPG Image for my config that the game has automatically created in 0.24/vehicles/vehiclename with a PNG one of the same name.
    It did not work :)
     
  6. Agent_Y

    Agent_Y
    Expand Collapse
    Jbeam/QA support
    BeamNG Team

    Joined:
    Jul 10, 2020
    Messages:
    10,053
    Maybe it's because you used spaces in the config name, you are never supposed to use them
     
  7. Matt_890s

    Matt_890s
    Expand Collapse

    Joined:
    Aug 10, 2021
    Messages:
    658
    I have this problem too, so its not just you
    --- Post updated ---
    Hey AgentY, so for example I have a covet config called Trackday (M), and if I rename the file name to Trackday_m, would the thumbnail show up? thanks
     
    #7 Matt_890s, Dec 5, 2021
    Last edited: Dec 5, 2021
  8. Agent_Y

    Agent_Y
    Expand Collapse
    Jbeam/QA support
    BeamNG Team

    Joined:
    Jul 10, 2020
    Messages:
    10,053
    Idk try that and see if it works
     
  9. Matt_890s

    Matt_890s
    Expand Collapse

    Joined:
    Aug 10, 2021
    Messages:
    658
    Nope, it didn't. Hmm...
     
    • Agree Agree x 1
  10. Andryusha

    Andryusha
    Expand Collapse

    Joined:
    Jan 28, 2020
    Messages:
    652
    Without spaces it's gonna be much harder to use in game search tool to look for a vehicle though.
    One'd have to call a car "Toyota_Drag_Stage_3_Nitro_RWD" and then the search would only work if this exact phrase was written.
    Most people would just search "Drag" and pick something from the list.
     
  11. Agent_Y

    Agent_Y
    Expand Collapse
    Jbeam/QA support
    BeamNG Team

    Joined:
    Jul 10, 2020
    Messages:
    10,053
    The name of the file IS NOT THE SAME NAME as the configuration name in game... BRUH
     
  12. Andryusha

    Andryusha
    Expand Collapse

    Joined:
    Jan 28, 2020
    Messages:
    652
    If you are a modder - then sure, you might be able to make those different.
    If you are a casual player (99.9% ppl) than what you type in Ctrl+W menu while saving a config is exactly what the name of the file is:

    upload_2021-12-5_17-17-18.png

    It's was not a problem before 0.24 so the devs might have just broken something.
     
    • Agree Agree x 1
  13. gen1yota

    gen1yota
    Expand Collapse

    Joined:
    Jul 6, 2013
    Messages:
    51
    i have the same issue, tried converting, tried redoing all my custom configs, tried using the thumbnail generator nothing works
     
  14. Agent_Y

    Agent_Y
    Expand Collapse
    Jbeam/QA support
    BeamNG Team

    Joined:
    Jul 10, 2020
    Messages:
    10,053
    Apparently it still won't work if you edit the file names. For some reason you have to save as new config without spaces.
     
  15. Matt_890s

    Matt_890s
    Expand Collapse

    Joined:
    Aug 10, 2021
    Messages:
    658
    I replaced the space with a dash and it worked
     
  16. Agera153

    Agera153
    Expand Collapse

    Joined:
    Apr 16, 2017
    Messages:
    15
    I finally worked it out.

    As of 0.24, you can no longer have spaces or parenthesis in your configuration files (*.pc), vehicle images (*.jpg), and info json files (*.json). The names written inside of the .json files can still have the special characters. Here's how my Bluebuck folder looks now, and it works again:

    upload_2021-12-11_18-27-42.png

    With every update we stray further from God. The bugs and undocumented changes are getting out of hand.

    Fun fact, I have over a hundred configs in this game. Can't wait to spend the next few hours sorting this mess out, ugh.

    Update: I just looked up some stuff, and you can use PowerShell to rename the files in bulk, directory by directory one car at a time.

    Use this command:
    Dir | Rename-Item -NewName { $_.name -replace " ","_" };

    It replaces spaces with underscores on all files in the current folder. You can also do this for parenthesis with these commands:

    Dir | Rename-Item -NewName { $_.name -replace " ","\(" };
    Dir | Rename-Item -NewName { $_.name -replace " ","\)" };

    BE VERY CAREFUL! There is no undo on these actions. Make a mistake and you could mess up things on your computer. Ensure you are renaming files in the right directories!
     
    #16 Agera153, Dec 12, 2021
    Last edited: Dec 12, 2021
    • Like Like x 4
  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