Post
by haloterm » 28 Feb 2019, 13:47
One thing not related to your main question, but on your Linux switch in general: Linux has case sensitive file names.
Most mod authors use a wild mix of lower and upper case file names in their textures and meshes. So if you want to install, for example, a huge texture replacement mod, with normal maps maybe, which replaces EVERYTHING, and on top of that a smaller replacer for a specific part of the textures, you may end up with duplicate files (because of the different file names). On Windows that was irrelevant, but on Linux this leads to an inconsistent look, because OpenMW has no way of knowing which one of the duplicates you want to use.
I use the Rebirth mod, Dassid's texture replacement (which affects EVERY texture), Dassid's normal maps (for the ground, mostly), Lysol's texture replacment and normal maps for buildings, and a few other mods. I first installed it the Windows way, but soon noticed that it does not fit, and then I face-palmed myself when I remembered the case sensitivity. I re-installed all the mods then, but first I changed every file's name to lower case, so I could simply overwrite unwanted textures with the wanted ones without creating duplicates...