Transport Fever 2

Transport Fever 2

Rundtunnel und Gleis ohne Tunnelwand
Valck 11 Dec, 2023 @ 9:08am
[FIX] [RESOURCE ERROR] Referenced ground texture not found: 'ballast_fill_stone'
In case it gets buried in the comment section.

If you get texture errors or log file spam, edit the lua files in config/track, and change from
t.fillGroundTex = "ballast_fill_stone" t.borderGroundTex = "ballast"
to
t.fillGroundTex = "ballast_fill_stone.lua" t.borderGroundTex = "ballast.lua"

Of course if you're @majuen and just uploaded an update, please feel free to delete this post.


Caution grep sed commandline Linux nerd gibberish:

$ cat ~/games/TransportFever2/round_tunnel_portal-2581062718_patch.sh pushd "${HOME}/.local/share/Steam/steamapps/workshop/content/1066780/2581062718/res/config/track/" || exit sed --in-place -e 's/ballast_fill_stone"/ballast_fill_stone.lua"/g' *.lua sed --in-place -e 's/ballast"/ballast.lua"/g' *.lua