SnoutBug / BeamNG_terrainMaterialCache

BeamNG.drive Black Terrain fix for Linux and Mac
98 stars 8 forks source link

PBR ETK Driving Center #1

Closed JonLit closed 2 years ago

JonLit commented 2 years ago

At least for me, the new ETK Driving Center also has Black Textures.

SnoutBug commented 2 years ago

yes, Bauer33333 contacted me about this already. If everything works out a new release should be published soon containing textures for all recently reworked maps

SnoutBug commented 2 years ago
mkdir ~/.steam/root/steamapps/compatdata/284160/pfx/drive_c/users/steamuser/AppData/Local/BeamNG.drive/0.24/temp/art
cd "$_"
url=github.com/SnoutBug/BeamNG_terrainMaterialCache/releases/download/default/
wget ${url}etk.tar.gz
wget ${url}jri.tar.gz
wget ${url}utah.tar.gz
wget ${url}derby.tar.gz
wget ${url}hirochi.tar.gz
wget ${url}industrial.tar.gz
wget ${url}gridmap_v2.tar.gz
wget ${url}small_island.tar.gz
ls *.tar.gz | xargs -n 1 tar -xvf
rm *.tar.gz
cd ~/

This should get you all necessary textures. I wasn't able to test this though since I don't have access to my computer at this moment. Feel free to re-open this issue if the textures remain black.