cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
25 stars 6 forks source link

Fomod local sub-data directories do not have normalized capitalization #15

Open cyberrumor opened 1 year ago

cyberrumor commented 1 year ago

For example, DynDOLOD resources is still installing with dyndolod_resources/Data/meshes and dyndolod_resources/Data/Meshes. This was thought to have been fixed with commit 281d60d, but it wasn't.

cyberrumor commented 9 months ago

I think the reason I was actually having problems with DynDOLOD resources was because of the duplicate filename bug (fixed). It should be possible to re-examine this ticket now. Hopefully it just involves calling normalize() on the filenames being copied from the folders that ModuleConfig.xml points at to mods//Data

cyberrumor commented 9 months ago

Actually it looks like we're already normalizing them? Might just need to add a test for this and remove the TODO comments.

cyberrumor commented 5 months ago

Looking into filesystem-level "case folding" to handle this type of thing automatically both in the game folder and in mod folders.