Page 1 of 1

Resource Folders and Case Sensitivity

Posted: 15 Jun 2017, 03:49
by nonbeing
I'm currently in the process of setting up mods for the first time, specifically going through each mod folder to ensure that .esp's and resource folders are on the top level. I've noticed that several resource folders are in all lower case (e.g. "fonts" or "textures") whereas the mod installation guide on the wiki and the original "/Morrowind/Data Files" have these with the first letter capitalized ("Fonts", "Textures") Presumably this is because those mod devs were assuming users would be using windows. But it occurred to me that this might be a problem on linux.

Does this mean that us linux users need to go and manually rename each resource folder to match the original capitalization, or have the openmw devs already accounted for this issue?

Re: Resource Folders and Case Sensitivity

Posted: 15 Jun 2017, 04:57
by AnyOldName3
OpenMW's mod loading system treats paths as case-insensitive, so you're fine as you are.

Re: Resource Folders and Case Sensitivity

Posted: 08 Nov 2018, 08:30
by i30817
Just because paths are case insensitive doesn't mean that mod install won't create two versions of the same file instead of overwriting....

Unless openmw wants to get into the same jungle that wrye mash got into and create a 'installer wizard' that you point to a number of zip/rar/7z files with aleatory structure (sometime duplicated 'Data Files' because of optional stuff, sometimes the pluging not in the parent dir of the textures, etc), you'll still end up 'unsure' what's the latest version to load?


Unless you compare timestamps on files with equal lowercase?