I could be wrong, but I would almost bet that this is a Windows issue. The only reason I say that is this ... if you create 12 folders in Windows and have them sort by name (numerical order) they will order like this:
1
10
11
12
2
3
That, IMHO, is what this MOD is doing. Now, the fix for Windows would be to use 2 digits to name them, so you would get this:
01
02
03
04
...
11
12
If you use 2 digits for all 12 values, Windows will sort them correctly. Do you think it would fix the MOD as well?
BTW, this might have been fixed in Windows XP, but I know that Windows 2000 and previous versions have this bug/feature.


