Now that it looks like we may all be about to embark on an era of having stable heavily modded games, there is something I'd like clarifying.
I understand there is a problem with a Papyrus function, GetFormID(), I think? In that if it asks for a ID from a mod with a load order slot > 127 it will return a bad value because the 32 bit encoding of the ID is interpreted as a negative value, due to the top bit being set. Just how much of a problem is this? Should I try to keep the number of mods (with plugins) below 128 if I can? Would it be OK provided all my mods with scripting elements sit in slots below 128? Is the whole thing no longer an issue or just a storm in a teacup? Am I worrying over nothing and in fact I just dreamed the whole thing?