Jump to content
  • 0

250 mods or 250 plug-ins?


Question

7 answers to this question

Recommended Posts

  • 0
Posted

I wont give you a straight forward answer.

In gamebryo the plugin index is two hexadecimal digits.

00->FF

 

Each hex digit is 4 binary digits

0000->1111

 

Each binary digit is to the next power of two compared to the digit on the right. Since this is unsigned(no negatives) we can use all the digits. The superscript is the decimal equivalent not the power.

00001

 

If the highest possible index is FF then

1128 164 132 116   11111

 

If you add them together to get the maximum number. I should not the maximum "safe" is one less than the maximum because that is where the persistent data is store via the safe file. You can still use it but I dont know what sort of ill effects will happen.

Hope this helps.

  • 0
Posted

I am currently up to 246 mods. I've read here that the max is 250 something. What is the something? bsa,esp, what?

The limit that @Hishutup is alluding to is only applicable to plugins (ESPs), you can safely have any number of mods installed.

Different games manage to reach the limit differently, Skyrim is around the 254 mark whereas Fallout3 is much less, around 140 for most users.

  • 0
Posted

The limit that @Hishutup is alluding to is only applicable to plugins (ESPs), you can safely have any number of mods installed.

Different games manage to reach the limit differently, Skyrim is around the 254 mark whereas Fallout3 is much less, around 140 for most users.

I think only FNV has the 140 plugin issue. Although, Im kind of curious why that is though, its such a random number.

  • 0
Posted

I think only FNV has the 140 plugin issue. Although, Im kind of curious why that is though, its such a random number.

Hmm... could be FNV. I too am confused why that game engine breaks at that limit. Not worried too much though, at least not enough worried to find out a definitive reason.

  • 0
Posted

140 is 0x8C so that is a seemingly random number to pull out of a hat, although I wonder if the developers of the engine at that time pulled that number out of a hat as the upper limit of an array thinking nobody would ever need more than 640K RAM... I mean 140 plugins.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.