Do I need to add a mod's data directory to `openmw.cfg` if the mod only has meshes?

Post about your mods, learn about OpenMW mod compatibility, check for problematic mods, discuss issues, and give us feedback about your experience with modded OpenMW.
Post Reply
mdalessandro
Posts: 2
Joined: 02 Dec 2018, 20:27

Do I need to add a mod's data directory to `openmw.cfg` if the mod only has meshes?

Post by mdalessandro »

Hello! The title of the post has my question, but here it is again:

Do I need to add a mod's data directory to `openmw.cfg` if the mod only has meshes?


It is unclear to me if openmw will pull in those meshes if there is no .esm or .esp file.

For an example of this scenario, I'm currently installing the "Morrowind Optimization Patch" mod, which only has a "meshes" folder.

I'm aware I can install this mod by just moving the meshes to the data file of my Morrowind installation, but if openmw will pull them in without the .esm or .esp, then that'd be convenient.

Edit: This question could probably be better worded as "...if the mod doesn't have .esm or .esp files?"
mdalessandro
Posts: 2
Joined: 02 Dec 2018, 20:27

Re: Do I need to add a mod's data directory to `openmw.cfg` if the mod only has meshes?

Post by mdalessandro »

Looks like I can still use the

Code: Select all

data="..."
format to pull in data files with no .esp/.esm
User avatar
AnyOldName3
Posts: 2673
Joined: 26 Nov 2015, 03:25

Re: Do I need to add a mod's data directory to `openmw.cfg` if the mod only has meshes?

Post by AnyOldName3 »

As far as game data is concerned, adding a mod folder to OpenMW.cfg with a 'data=' line is effectively equivalent to installing the mod in the main data directory, but with the added benefits that having it in a separate folder brings. If the vanilla engine works with a mod being put in the main data directory, OpenMW will work with it being added as a 'data=' line.
User avatar
Enkida
Posts: 51
Joined: 27 Nov 2018, 20:57

Re: Do I need to add a mod's data directory to `openmw.cfg` if the mod only has meshes?

Post by Enkida »

You not only could, you should.

Some meshes don't work well with OpenMW for whatever reason, so you want to be modular about installing every mesh improvement. I remember finding a problem in "Mesh Improvements Optimized" - a very popular and many would say mandatory mod for improving MW's graphics and performance - during my massive mod install (I forget what the specific problem was, but it was something with one particular mesh in that mod) and I wouldn't have been able to solve it without the modular and separate mesh installs OpenMW's folders allow.
Post Reply