1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice

Resetting the most recent/most used maps

Discussion in 'General Discussion' started by SuperEmbracer, Apr 20, 2025.

  1. SuperEmbracer

    SuperEmbracer
    Expand Collapse

    Joined:
    Sep 12, 2016
    Messages:
    304
    Hello there,

    So this has been in the update for quite some time, the most recent/most used maps on the top, introduced in 0.35. Is there any way to reset it? (Or at least hide it)? If I decide to make a map, I don't really want to know how many times I've loaded into that map, for example.

    This is what I'm talking about. If anybody has some ideas, please let me know. I would appreciate it!:
    Screenshot2025-04-21003952.png
     
    • Agree Agree x 1
  2. Grille

    Grille
    Expand Collapse

    Joined:
    Aug 17, 2019
    Messages:
    208
    Having to constantly reload for testing purposes really messes with the statistics lmao
    20250421190711_1.jpg
     
    • Agree Agree x 3
  3. SuperEmbracer

    SuperEmbracer
    Expand Collapse

    Joined:
    Sep 12, 2016
    Messages:
    304
    Glad you're not the only one. Have you found out a way to reset it on your end?
     
    • Agree Agree x 1
  4. Barbent Servo GT

    Barbent Servo GT
    Expand Collapse

    Joined:
    Jun 4, 2023
    Messages:
    646
    The information for those "Recent Maps/Spawns" are stored in the file:
    [UserFolder]\settings\cloud\uiStats.json
    If you delete this file BeamNG assumes (only for that "Recent Maps/Spawns" system") that no map has been played before at all. AKA Reset :).
    BTW: I found a "vehicles" section in the file. Maybe they are planning a similar mechanism: "Recent Cars". I hope not.
     
    • Like Like x 1
  5. SuperEmbracer

    SuperEmbracer
    Expand Collapse

    Joined:
    Sep 12, 2016
    Messages:
    304
    I managed to find it by myself, but thank you for that. I'll probably write up a post detailing how to do this if nobody else does it before.
    Also, I noticed if I just blanked the file with a text editor, I'm unable to access any of my maps, even the vanilla ones. However, just deleting it works as normal. I don't know how it is on your end, though.
     
  6. Barbent Servo GT

    Barbent Servo GT
    Expand Collapse

    Joined:
    Jun 4, 2023
    Messages:
    646
    If you completely don''t like the "Recent Maps/Spawns" system, you can write a small OS batch file, that automatically deletes the above mentioned file before the BeamNG Launcher is started. Then simply use this instead of starting the Launcher directly That would have the effect to have the behaviour from 0.34 back again :).
     
  7. SuperEmbracer

    SuperEmbracer
    Expand Collapse

    Joined:
    Sep 12, 2016
    Messages:
    304
    Sure, I'll think about that. I don't know why this isn't an opt-in option, that's something only the devs know.
    --- Post updated ---
    Also, is the "vehicles" section a separate file, or is it the same as the aforementioned uiStats file?
     
    • Agree Agree x 1
  8. Technological

    Technological
    Expand Collapse

    Joined:
    Dec 28, 2022
    Messages:
    480
    I found a way to disable the recently used maps feature:

    - Open the uiStats file with Notepad and change it to this:
    Code:
    {
      "levels":{},
      "vehicles":{}
    }
    - Save the file, then right-click it in file explorer and select "Properties", then check "Read-only".
    - Click "Apply", then click "OK"

    That should prevent the game from logging which maps you have played to the file.
     
    • 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