Tron91 Posted April 7, 2019 Posted April 7, 2019 I love having a ton of followers but hate it when my available plugin slots in NMM starts to drop down. So, finally went through a few attempts to find that its pretty easy to convert small follower mods from esp to esl format. Requirements: 1. SSEEdit 2. NifSkope For this guide, am going to use Sori Follower SE (CBBE SE version) created by songgod and ported to SE by ff7legend. I use NMM, so am going to use it in the process. You may have to do the appropriate steps if use MO2 or Vortex, since they use a Virtual Folder system using symlinks. The workflow: Step 1: Install the mod using whatever mod manager you use or install it manually and then activate the mod. Spoiler Step 2: Then Fire up SSEEdit and open the freshly installed mod i.e. Sori.esp Spoiler If you check the header section it shows that the mod esp only has 28 records, and for only 28 records wastage of 1 plugin slot is not cool. It could be easily handled by a lite or esl plugin. Step 3: In SSEEdit, select "File Header", then right click on "Record Flags" in the "Record Header" tree. In the popup menu which appears, click on "Edit". A message box will come up, select the "Yes" option there. This would be followed by a screen with many Check boxes. Tick the ESL check box and press "Ok" button. Spoiler Step 4: In SSEEdit, right click on Sori.esp and click on "Renumber FormIDs from". A small popup will come up, type in 800 there. A message box would appear, press "Yes" there. Spoiler Step 5: In SSEEdit, save the esp. Spoiler Step 6: In SSEEdit, go to the tree under Sori.esp and open the "Non-Player Character (Actor)" branch and note down the Form ID of the follower Sori. Then close SSEEdit. Spoiler Step 7: Now, open up Explorer or whatever File Manager you use and navigate to <Skyrim Installation Directory>\Skyrim Special Edition\Data\textures\actors\character\facegendata\facetint\Sori.esp depending on your file system. Select the dds file there and rename it to "00000800.dds". The last three characters are important for an esl file. In SSEEdit, you have seen that the Form ID for Sori is 02000800. The first five characters has to be replaced by Zeroes. Spoiler Step 8: Next in Explorer or whatever File Manager you use navigate to <Skyrim Installation Folder>\Skyrim Special Edition\Data\meshes\actors\character\facegendata\facegeom\Sori.esp depending on your file system. Rename the Nif file present there to 00000800.nif, the reason being the same as in the previous step. Spoiler Step 9: Now open up the Nif file in NifSkope. We have to correct the tintmask file name in the texture path. Navigate as shown in the pictures, then rename the dds file in the tintmask file path. Finally save the Nif and close NifSkope. Spoiler Step 10: Now open up NMM and check the Plugins tab. It should show Sori.esp is not using a plugin slot. Spoiler Step 11: Close NMM, then go find Sori in-game in Sleeping Giant Inn at Riverwood. She will be there if everything went fine. And indeed she is there. Yell at me if you face any problems. Till then peace out. 14
CrysisWar1234 Posted April 8, 2019 Posted April 8, 2019 And here I was trying to fix a custom follower's facegen in creation kit.
Tron91 Posted April 8, 2019 Author Posted April 8, 2019 1 hour ago, CrysisWar1234 said: And here I was trying to fix a custom follower's facegen in creation kit. CK does weird alterations and regenerates the facegen Nif file and the facetint dds. Baffled me for some time as well, then i started fixing them through NifSkope.
CrysisWar1234 Posted April 8, 2019 Posted April 8, 2019 11 minutes ago, Tron91 said: CK does weird alterations and regenerates the facegen Nif file and the facetint dds. Baffled me for some time as well, then i started fixing them through NifSkope. I haven't really used any follower mods up until recently. Naturally, people would tend to gravitate towards Inigo or Sofia, but I went for Lucien. I was also constantly seeing follower mods on Nexus but I never really downloaded them. So I decided to download https://www.nexusmods.com/skyrimspecialedition/mods/10764 and slap an ESL conversion on there. Needless to say, that didn't turn out too well.
nomkaz Posted May 28, 2019 Posted May 28, 2019 Flagging an esp as ESL in SSEEdit doesn't change the file at all, changing the ESP to ESL in CK can and sometimes does. ESL Flagging doesn't change the plugin behavior it just no longer take a load slot. Changing the ESP to ESL in CK changes the plugin behavior. It now acts as a Master file (because it now IS a Master File), and it loads first no matter what.
Tron91 Posted May 29, 2019 Author Posted May 29, 2019 Spoiler 22 hours ago, nomkaz said: Flagging an esp as ESL in SSEEdit doesn't change the file at all, changing the ESP to ESL in CK can and sometimes does. ESL Flagging doesn't change the plugin behavior it just no longer take a load slot. Changing the ESP to ESL in CK changes the plugin behavior. It now acts as a Master file (because it now IS a Master File), and it loads first no matter what. Would you mind explaining an ESL's behavior?
nomkaz Posted May 30, 2019 Posted May 30, 2019 17 hours ago, Tron91 said: Hide contents Would you mind explaining an ESL's behavior? Keep in mind, I'm still learning here lol So for example, if a plugin is an ESL, as in (skyrim.esl instead of Skyrim.esm) it has load priority, it loads first. If its only ESL flagged it will still be an ESP (ESMs don't flag properly), and LOOT will sort it as an ESP, and put it in proper order like an ESP, so patches flagged as ESL will be sorted to load after the mods they patch, they just won't take up a load order slot. Attached photo is what the load order for ESL and ESL flagged look like, note these are Legacy of The Dragonborn Lite (SL Flagged) patches Missing Master warnings are only because I loaded the patches alone, since I'm working from an ampty plugin list on my game right now ? . They are still ESP plugins, they are just flagged as ESL, so they always load last no matter what, they all share the 255th plugin slot. So you NEVER want to ESL flag a plugin that has add-ons or patches because they will all load at the same time, and you'll get Cyclical load errors.
Tron91 Posted May 30, 2019 Author Posted May 30, 2019 Spoiler 10 hours ago, nomkaz said: Keep in mind, I'm still learning here lol So for example, if a plugin is an ESL, as in (skyrim.esl instead of Skyrim.esm) it has load priority, it loads first. If its only ESL flagged it will still be an ESP (ESMs don't flag properly), and LOOT will sort it as an ESP, and put it in proper order like an ESP, so patches flagged as ESL will be sorted to load after the mods they patch, they just won't take up a load order slot. Attached photo is what the load order for ESL and ESL flagged look like, note these are Legacy of The Dragonborn Lite (SL Flagged) patches Missing Master warnings are only because I loaded the patches alone, since I'm working from an ampty plugin list on my game right now ? . They are still ESP plugins, they are just flagged as ESL, so they always load last no matter what, they all share the 255th plugin slot. So you NEVER want to ESL flag a plugin that has add-ons or patches because they will all load at the same time, and you'll get Cyclical load errors. Have you checked the header of Unofficial SSE patches? And it's position in load order? Also have a look at your skse64.log file, which you will find inside your Skyrim SE's save game folder in a folder called SKSE. Skyrim recognize files by the flags in it's header and not by its' extension. An ESL or ESPfe, will always be given priority after loading the masters or ESM files. Do keep in mind, a file with an ESP can also be a ESM because its flagged so in the Header and Skyrim will load it accordingly. Also remember LOOT is not always the perfect tool for managing your load order. In fact you will find that the New Community made edition of NMM is very intelligent in manipulating load orders according to Header Flags and dependencies. Oh forgot to add that, ESL feature was implemented to use FE slot of your normal LoadOrder. In Skyrim, each object is given a 4 byte ID, that is why you find the records as FE000800 in an ESL. The first two characters are the load order index, For all ESL's it is always FE. The next 3 character becomes the ESL's unique ID, which allows a load order to support 4096 ESLs. The last 3 characters are actually left for an ESL to have as it records, which will make you think that an ESL can have 4096 unique records. But it isn't so, an ESL is allowed to have only record ids in the range of 800 to FFF. ID's from 000 to 7FF are kept reserved by Skyrim.
nomkaz Posted May 30, 2019 Posted May 30, 2019 100% correct. But what I was trying to explain was that you can't have an ESL Master, and ESL patches flagged or converted in CK64) because they will load at the same time, instead of patches after Master. I may have not done a very good job doing that.
PepperDog017 Posted May 31, 2019 Posted May 31, 2019 On 5/30/2019 at 9:44 AM, Tron91 said: Reveal hidden contents Oh forgot to add that, ESL feature was implemented to use FE slot of your normal LoadOrder. In Skyrim, each object is given a 4 byte ID, that is why you find the records as FE000800 in an ESL. The first two characters are the load order index, For all ESL's it is always FE. The next 3 character becomes the ESL's unique ID, which allows a load order to support 4096 ESLs. The last 3 characters are actually left for an ESL to have as it records, which will make you think that an ESL can have 4096 unique records. But it isn't so, an ESL is allowed to have only record ids in the range of 800 to FFF. ID's from 000 to 7FF are kept reserved by Skyrim. Thanks for this post and sorry in advance if this post is tangential, but perhaps still relevant. Can you help me to fully understand ESL-flagged ESP behavior -- for example, I have very many ESL-flagged ESPs, hypothetically all were re-numbered from 800. Since for each ESP the xxx in FExxx800 is unique, there will be no FormID conflicts in any case? Or in other words, Mod A FExxx800 can never conflict with Mod B FExxx800? As it stands now I have very many ESPs that I have flagged ESL in SSEEdit, and very many more that can potentially be flagged if the FormIDs are re-numbered. But I was concerned about possible problems with perhaps FormID conflicts as the number of ESL flags in my load order grows (quite large!)
Tron91 Posted May 31, 2019 Author Posted May 31, 2019 They don't conflict. Observe one caution though. Don't try to make an ESP an ESPfe, if in any way it is a master to some other plugin. If the Form IDs are altered in the Master ESP, the Form ID's may become unusable for the dependent ESP.
AhrkEkMulaag Posted January 3, 2020 Posted January 3, 2020 Can this guide be applied to other mods that add new NPCs?
Bluegunk Posted June 1, 2020 Posted June 1, 2020 This guide has been SO handy thank you. I've made many successful conversions for myself. The one thing I cannot solve is conversion for a voiced follower, who uses a voice recorded especially for her. The above conversion process works well in every respect but for her voice, which has vanished in game. I have checked and double-checked the Voice records in the ESP and all looks properly lined up. I have also regenerated the SEQ file for her. But...she remains silent in game. Have you any idea please what I should work on to fix this? Thanks!
Tron91 Posted June 12, 2020 Author Posted June 12, 2020 Spoiler On 6/2/2020 at 2:26 AM, Bluegunk said: This guide has been SO handy thank you. I've made many successful conversions for myself. The one thing I cannot solve is conversion for a voiced follower, who uses a voice recorded especially for her. The above conversion process works well in every respect but for her voice, which has vanished in game. I have checked and double-checked the Voice records in the ESP and all looks properly lined up. I have also regenerated the SEQ file for her. But...she remains silent in game. Have you any idea please what I should work on to fix this? Thanks! Can you give me the link of the follower mod you were trying to convert?
Bluegunk Posted June 14, 2020 Posted June 14, 2020 On 6/12/2020 at 2:56 AM, Tron91 said: Reveal hidden contents Can you give me the link of the follower mod you were trying to convert? It's an old mod gone from the Nexus: Kitiara, that I downloaded off Nexus when it was still active. I happily converted from LE to SE a couple of years ago for myself, but when I try to move her to an ESL her voice vanishes. File is attached. Thanks! Kitiara SSE.7z
Tron91 Posted June 14, 2020 Author Posted June 14, 2020 Spoiler Just now, Bluegunk said: It's an old mod gone from the Nexus: Kitiara, that I downloaded off Nexus when it was still active. I happily converted from LE to SE a couple of years ago for myself, but when I try to move her to an ESL her voice vanishes. File is attached. Thanks! Kitiara SSE.7z 53.34 MB · 0 downloads Let me dig in!
Tron91 Posted June 14, 2020 Author Posted June 14, 2020 Spoiler 37 minutes ago, Bluegunk said: It's an old mod gone from the Nexus: Kitiara, that I downloaded off Nexus when it was still active. I happily converted from LE to SE a couple of years ago for myself, but when I try to move her to an ESL her voice vanishes. File is attached. Thanks! Kitiara SSE.7z 53.34 MB · 0 downloads Have to rename the fuzz files, they will have to match the corresponding Dialogue Topic Form ID after renumbering the Records in the Plugin. I will try my hand on it. Gonna take a few minutes, only 123 files to rename 1
Tron91 Posted June 14, 2020 Author Posted June 14, 2020 @Bluegunk There you go, tried and tested ESPfe. Kitiara SE ESPfe.7z 2
Bluegunk Posted June 22, 2020 Posted June 22, 2020 On 6/14/2020 at 8:00 PM, Tron91 said: @Bluegunk There you go, tried and tested ESPfe. Kitiara SE ESPfe.7z 53.38 MB · 4 downloads Wow! Hey many thanks!!! Really kind of you! So it was the Fuzz Files - I'll remember that next time I come across this kind of issue. Honestly, you went above and beyond there! Sorry it took me a few days to get back - I installed a new PC and have been reassembling things. It's always a bigger job than expected. Popped you a Kudos on Nexus.
Tron91 Posted June 22, 2020 Author Posted June 22, 2020 Spoiler 4 minutes ago, Bluegunk said: Wow! Hey many thanks!!! Really kind of you! So it was the Fuzz Files - I'll remember that next time I come across this kind of issue. Honestly, you went above and beyond there! Sorry it took me a few days to get back - I installed a new PC and have been reassembling things. It's always a bigger job than expected. Happy to help 1
walkingwounded Posted August 12, 2020 Posted August 12, 2020 Just wanted to say thanks for the info, been putting off converting some of my downloaded mods to esl flagged due to the renumbering step, the info here helped me understand what it does and what to watch for. Notes: if the mod has a .bsa file, you have to extract it first, then remove the bsa (you can rebuild the bsa after testing) mod must have less than 2047 records HEX math: 0xFFF - 0x800 = 0x7FF = 2047 (in decimal) renaming the .fuz audio files to match the renumbered Dialog Topic ID's is a large task if the NPC has hundreds of lines of dialog Do not try to ESL flag an ESP mid game, it will cause crashes. The reason was touched on above, the formid's are changed, so a saved game will have the wrong formid's, and trigger a crash. Only ESL flag an ESP before starting a fresh game that has never seen the esp in question. Do not renumber the formid's of an ESP that is a master to another esp (such as a compatibility patch or add-on). Let the mod authors do this on their end since it also requires any compatibility patches to be renumbered too (HUGE task for large or established mods, so do not expect it to happen). For small mods with no related compatibility patches, you might be safe. 2
mknn Posted November 2, 2020 Posted November 2, 2020 I've been tackling the same underlying issue by merging multiple followers into single mods. I've been doing it in batches of 6, I dunno' why, but it makes every 6 followers take a single slot. I thought a guide to it might be useful to others--would that be useful here in this thread (so it addresses both strategies), or as a separate thread?
Seb.you.make.me.angry Posted February 3, 2021 Posted February 3, 2021 my favorites type of follower mods are those with both questline and relationship possiblety so anyone know if they any patch that add Sexlab or Flower girl to the more (boring relationship) to mods from Nexus and others? if please post a lise with links
The_Inner_Critic Posted February 5, 2021 Posted February 5, 2021 This guide is amazing, it works to the letter! Just wanted to ask what other procedure I'm meant to follow for custom voiced follower mods...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now