Zorkaz Posted August 14, 2021 Share Posted August 14, 2021 Is there a way to check for the .esl?.esp before hitting the ID limit? Maybe with F04 edit? So I can now how much new stuff I can put in, before being told: "No" Link to comment Share on other sites More sharing options...
LarannKiar Posted August 14, 2021 Share Posted August 14, 2021 You can see how many records your esl has by looking at the File Header. An esl plugin file can have a maximum of 4096 FormID records. Link to comment Share on other sites More sharing options...
wim95 Posted August 16, 2021 Share Posted August 16, 2021 xEdit script.A simple iteration of FormIDs is used. Checking the full range takes a long time. By default, the trimmed range is checked. If you need the full range, edit the script[00:00] Start: Applying script "List number of used FormIDs" [0B] Ground_Vanilla.esp ESL v0.95 Range: 000800 - 000FFF Used: 268 Available: 1780 ESL v1.00 Range: 000000 - 000FFF Used: 268 Available: 3828 ESP Range: 000800 - 01FFFF Used: 595 Available: 128429 [00:06] Script terminated itself, Result=1 [00:06] Done: Applying script "List number of used FormIDs", Elapsed Time: 00:06https://drive.google.com/file/d/15AcQlGkC7D5KDm0sXxXNta2Y4fRk0c2P/view?usp=sharing Link to comment Share on other sites More sharing options...
Zorkaz Posted August 16, 2021 Author Share Posted August 16, 2021 Thx Link to comment Share on other sites More sharing options...
Recommended Posts