Page 1 of 1

My normal map doesn't work in game.

Posted: 12 Oct 2018, 22:02
by natinnet
Hi, I tried to make a ground/rock texture for this engine. But it looks like both normal and specular maps don't work.

Image

What did I do wrong?

Re: My normal map doesn't work in game.

Posted: 13 Oct 2018, 00:54
by AnyOldName3
The only issue I'm seeing in the zip is that you've called your textures folder testures instead, but if that were the case on your machine, too, it wouldn't have even picked up the texture we're seeingin the screenshot. It's possible that there's another issue I've missed, though, so other people should consider taking a look.

Re: My normal map doesn't work in game.

Posted: 13 Oct 2018, 05:25
by DestinedToDie
If the base texture is rocks_d, then the normal needs to be named rocks_d_n and the specular needs to be named rocks_d_spec. Otherwise the engine will not automatically assign specular and normal to rocks_d.

Re: My normal map doesn't work in game.

Posted: 13 Oct 2018, 06:35
by Ravenwing
Note, you can change the default way OpenMW looks for normal/spec mapping, but if you haven't then the above is probably your problem.

I'd check here for more info as well: https://openmw.readthedocs.io/en/master ... asics.html

Re: My normal map doesn't work in game.

Posted: 13 Oct 2018, 11:17
by natinnet
DestinedToDie wrote: 13 Oct 2018, 05:25 If the base texture is rocks_d, then the normal needs to be named rocks_d_n and the specular needs to be named rocks_d_spec. Otherwise the engine will not automatically assign specular and normal to rocks_d.
Thanks, renaming of the diffuse map solved the problem:

Image