Open GoogleCodeExporter opened 9 years ago
Should be fixed as part of r1833 and later.
Original comment by HuguesLe...@gmail.com
on 16 Oct 2014 at 10:24
It's sort of fixed. Trying to load the program with more than you should have
yields this:
[Skyrim.esm] Loading file
[Skyrim.esm] File loaded
[Skyrim.esm] Start processing
[00:00] Background Loader: starting...
[00:00] Background Loader: Too many plugins selected. Adding 256 would exceed
the maximum index of 254
[00:02] Background Loader: finished
It should instead be deactivating the extra mods so the program will continue
to load, but not have the extra files.
Doing overrides into new files is still allowing them to get generated for FF,
100, 101, etc which should NOT be happening.
The "New File" option should be prevented from showing up at all if it would
cause the index to go above FE.
Original comment by arthmoor
on 17 Oct 2014 at 8:37
I purposely chose not to load anything if you are going over the limit, as
there is no point loading 256 plugins if the one that matter gets skipped
because it comes later. Better have the user select the ones he wants.
For the other ways to increase plugin index, I did forgot about them.
Original comment by HuguesLe...@gmail.com
on 20 Oct 2014 at 11:05
Check r1843 when available
Original comment by HuguesLe...@gmail.com
on 29 Oct 2014 at 10:47
Original issue reported on code.google.com by
arthmoor
on 26 Sep 2014 at 10:14