[SHADER_REPLACEMENT_...]
MATERIALS=?
DOUBLE_FACE_SHADOW_BIASED=1
Thanks a lot. I tried it like this first, MATERIALS=rock? but nothing happened.Thats a flaw of the AC engine and also in ksEditor.
If you are using CSP, you can put this in
...tracks\yourtrack\extension\ext_config.ini:
Instead of all materials (=?), you can also list those materials you want better shadows for:Code:[SHADER_REPLACEMENT_...] MATERIALS=? DOUBLE_FACE_SHADOW_BIASED=1
MATERIALS=mymat1, somemat?
? is a placeholder for any character
Ok, I'll check it tomorrow, but I usually use the object inspector to see name and copy and paste. But will I try ROCK"rock?"
...its case-sensitive, so it does not match Rock? or ROCK?, might that be it?