Thank you very much
But I can't choose v11 beta 3. When I selected 12 = d2x-v11-beta3,
then it become d2x-v11-beta3-FM051.
What is FM051 ? What does it mean ?
Best Regards
PS: I used modmii 7.0.3
This is a bug in 7.0.3 that I fixed in 8.0.0 and forgot about (wasn't even in the changelog), just update to the latest version of ModMii. Or if you want to manually apply this specific fix in 7.0.3 first look inside ModMii's support folder and erase the more "More-cIOSs" folder (or just the versions not toggling correctly), then open \support\modmii.bat and replace this:
Code:
support\sfk filter "temp\list2.txt" ++"%CurrentcIOS%" -write -yes>nul
with this:
Code:
support\sfk filter "temp\list2.txt" -le+"%CurrentcIOS%" -write -yes>nul
Or if u just want to enable the current recommended version of d2x on 7.0.3 without having to change anything, just choose the default version of d2x, then have modmii check for updates and it will enable the latest recommended cIOS (currently d2x v11 beta3)
When I looked at this issue again for u I had forgot I fixed it already but it lead to me noticing another small issue. In ModMii 8.0.0 two additional d2x versions appear in the list that shouldn't be there (see pic). If you try and choose them ModMii just says "You Have Entered an Incorrect Key" so it's not a big deal, but now that I noticed I'll clean that up too
The issue is present in 7.0.3 too but you also get a not so nice (but harmless) <was unexpected at this time. message
Edit:
during this whole process I got a little mixed up and thought other non-d2x 7z's I had uploaded to github were causing your issue, so I made a bunch of silly (but harmless) small commits to github that were unnecessary. hopefully I don't get any
flak over it, lol, but if I do I'll let it roll of my back cuz I'm XFlak! lol
Edit2:
It's unfortunate I initially read your post during the 6 minutes before u edited it to say you're running 7.0.3. Had I seen that sooner I would have saved myself a couple hours and few unnecessary commits. Oh well
Edit3:
To fix the extra d2x options that shouldn't be there, change this
Code:
support\sfk filter -spat "temp\list.txt" -and+".7z" -and+"d2x/" -rep _"*temp/d2x/"__ -rep _".7z*"__ -write -yes>nul
to:
Code:
support\sfk filter -spat "temp\list.txt" -and+".7z" -and+"d2x/" -!"Link--primary" -rep _"*temp/d2x/"__ -rep _".7z*"__ -write -yes>nul
I can confirm that classic ModMii only starts from m8mod32 and m8mod703, i.e. the 32 bit binary you provided and the version from 7.0.3. BTW my Win7 is 64bit.
Thanks! In ModMii 8.0.1 I'll have it switch exe's even if running Win7 64-bit (instead of only 32-bit), but other than that, not a lot of continued support for old versions of windows. Maybe I'll share a 7.0.3b with the above fix applied if there's demand, until then anyone stuck on 7.0.3 and is building cIOSs with it will want to manually apply the fix above if they have issue selecting their preferred version of d2x