This page provides information on how Third Party applications can detect where the User Folder is located, and how to detect the version of the installed copy of the game.
Go to Launcher → Manage User Folder → Open in Explorer.
First, open the ini file:
%LOCALAPPDATA%\BeamNG\BeamNG.drive.ini~/.local/share/BeamNG/BeamNG.drive.iniThen, look for a line with key userFolder = xxx:
xxx is absolute, that’s the location.xxx is relative, the location is relative to the INI’s directory.xxx is empty, the location is the default.If the location is not yet known from lastd step, then the default is:
%LOCALAPPDATA%\BeamNG\BeamNG.drive\current~/.local/share/BeamNG/BeamNG.drive/currentFirst, open the ini file:
%LOCALAPPDATA%\BeamNG\BeamNG.drive.ini~/.local/share/BeamNG/BeamNG.drive.iniLook for a line with key version = xxx:
xxx will be the version number (typically a dot-separated list of numbers)Was this article helpful?