Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
So essentially, you want to go to the automation prefix and manually copy the mod files that automation exported to the BeamNG prefix.
So copy your mod files from:
/home/[user]/.steam/steam/steamapps/compatdata/293760/pfx/drive_c/users/steamuser/My Documents/BeamNG.drive/mods/
To
/home/[user]/.steam/steam/steamapps/compatdata/284160/pfx/drive_c/users/steamuser/My Documents/BeamNG.drive/mods/
If you can't find .steam, make sure you have hidden files checked or just paste the entire thing
Unless they change the way that they manage prefixes and such, I don't think this is going to change anytime soon
Make an executable script out of this, or a cron-job, and you're done searching and moving manually.
On my machine, the folders were slightly different.
My Automation was exporting to:
My BeamNG mods folder was in a somewhat different path with the addition of a folder with the version (0.22 as of now):
You could just copy everything everytime you export a new car, I "automated" it by creating a symlink, like @Clueless mentioned before.
/home/$USER/.local/share/Steam/steamapps/compatdata/293760/pfx/drive_c/users/steamuser/AppData/Local/BeamNG.drive/mods/
Copy them to:
/home/$USER/.local/share/Steam/steamapps/compatdata/284160/pfx/drive_c/users/steamuser/AppData/Local/BeamNG.drive/0.25/mods/
Change $user to your linux login, and make sure the Beamng dir version is correct.
It's really that easy.