v0.25 PBR
WhiteHusky opened this issue · 4 comments
WhiteHusky commented
https://mega.nz/file/EKxCRbDD#WafDtqm4VG1u8YsuMpOT7YRV9h_wWiH0-kq_CT3qyoc
Right on the tin.
For anyone else waiting for the repo owner to update the files:
- Download this archive
- Bring yourself to:
~/.steam/root/steamapps/compatdata/284160/pfx/drive_c/users/steamuser/AppData/Local/BeamNG.drive/0.25/temp/art
Mind, this is for Steam installs. For WINE, defer to where you made your prefix and work from there. - Create a
terrainMaterialCache
folder - Collect all the
.dds
files from the archive and put them in the created folder- If this is too tedious, consider the following command:
find $extractedArchiveLocation -execdir mv {} $terrianMaterialCacheLocation \;
Mind, this ismv
so usecp
if you don't want to move the files but instead copy them.
- If this is too tedious, consider the following command:
WhiteHusky commented
Oop. Forgot to upload the files. Wait a moment...
WhiteHusky commented
Link added to issue.
WhiteHusky commented
This issue is related to #9
SnoutBug commented
I will add the new files later today.