SnoutBug/BeamNG_terrainMaterialCache

v0.25 PBR

WhiteHusky opened this issue · 4 comments

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 is mv so use cp if you don't want to move the files but instead copy them.

Oop. Forgot to upload the files. Wait a moment...

Link added to issue.

This issue is related to #9

I will add the new files later today.