jmelesky / omwllf

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

The output omwaddon file can have repeated masters if the filename differ by case #9

Open paolobolzoni opened 3 years ago

paolobolzoni commented 3 years ago

The output file from a recent execution in my system is:

*MAST: Master:Morrowind.esm
  DATA: Length:79825784
 *MAST: Master:Tribunal.esm
  DATA: Length:4565686
 *MAST: Master:Bloodmoon.esm
  DATA: Length:9631798
 *MAST: Master:morrowind.esm
  DATA: Length:79837557

of course the first and last master file are actually the same. The bug is probably harmless, but to output only one of the two masters is probably better.