» Sat May 28, 2011 6:09 pm
The first two digits of every form ID are variable, and are set to the load order number of the plugin that introduces them. It prevents two plugins from ever trying to introduce two objects with the same form ID. The form IDs are in Hex, meaning they use a base sixteen with numbers 0 through F rather than 0 through 9. 2 digits in base sixteen means the total number of possible digit combinations is 16 * 16 = 256. So if you add more mods than that, there's no way to compute the form IDs. I'm pretty sure you get a CTD on starting fallout, though I've also had some experience with people that topped out somewhat lower than that, in the mid to high 100s.