jmelesky / omwllf

OpenMW leveled list fixer
ISC License
38 stars 9 forks source link

OMWLLF will miss local OpenMW-CS mods #2

Open jmelesky opened 7 years ago

jmelesky commented 7 years ago

Since we're only searching through the directories listed in 'data=' config lines, we'll miss anything that's in the default OpenMW-CS output directory, even though those will get picked up (and can be enabled) in the launcher. We rely on that directory to make the omwllf mods accessible, so we ought to check those, too.

This shouldn't be too hard to fix.