What ActorType do I use if I only want all Male except High-ranking people like Jarls to wear the outfit I want to distribute? Is there such thing or do I have to exclude specifically these Jarls by names?
what method should i use to equip all orcs https://www.loverslab.com/applications/core/interface/file/attachment.php?id=1507930&key=e606237098a9049cbef32ef75c5c6d07
When I try this with certain outfits it says "Load order FileID (FE 001) can not be mapped to file FileID for file "SPID Bless 0001".
Can somebody pls help me with that? I´m currently making my first mod which will give every NPC a new selected Outfit but I can´t get beyond this problem.
I´am using method 2. When I use the script to add the armor pieces to the leveled list.
It even happens with method 1. Simple by trying to add armor to an outfit. It only happens with specific armors. Other armors work just fine. The armors are from SunJeong from his or her modsite.
Edit: Kind of worked now with method 1. But I don´t know why.
I keep getting lost, I am trying to make a immersive level list similar to TAWOBA while excluding the males, but I cant figure out what the keywords would be nor do I know where to start despite looking at many videos.
Analyze this TAWOBA SPID mod. To to exclude males you just need to put in |F| in SPID code Example: Item = formID~esp|strings|formIDs(OR)editorIDs|min/max level,skill(min/max)|gender/unique/summonable|itemCount|chance Outfit = 0X823~DE SPID.esp|TypeForsworn|NONE|NONE|NONE|NONE|15 =both genders Outfit = 0X823~DE SPID.esp|TypeForsworn|NONE|NONE|F|NONE|15 =females only
Ah I see this makes it much more clear. So the way spid works is it can only use the oufit you created instead of all the armor pieces out of the box like the leveled list for the original mod? that is what I am getting out of this
"So the way spid works is it can only use the oufit you created instead of all the armor pieces out of the box like the leveled list for the original mod?"
Negative. SPID works by distributing Whatever is in the Outfit Record. If you put a Levelled List inside the Outfit Record, then that is what will be distributed.
so would these work or am I missing something. Outfit = 0x807~Thalmor Bikini Spid.esp|ThalmorArcher|*ThalmorFaction|F|NONE|60 Outfit = 0x808~Thalmor Bikini Spid.esp|ThalmorWarrior|*ThalmorFaction|F|NONE|60 Outfit = 0x809~Thalmor Bikini Spid.esp|ThalmorWizard|*ThalmorFaction|F|NONE|60
"Outfit = 0x807~Thalmor Bikini Spid.esp|ThalmorArcher|*ThalmorFaction|F|NONE|60" It'll help if you stated what you are trying to do. To me this looks redundant. ThalmorArcher is already a part of the ThalmorFaction. Plus I don't think *ThalmorFaction is in right spot.
If you are trying to get Thalmor Archers you could just go by class alone Outfit = 0x807~Thalmor Bikini Spid.esp|Thalmor Archer or Outfit = 0x807~Thalmor Bikini Spid.esp|NONE|0x72891
Also maybe this will help https://www.youtube.com/watch?v=JGJfZb6Mj5o
No matter how many thalmor I spawn they all were the default armor/robes. I have it set to 100%. So I decided to make a new esp and it didn't work either. when I go into the logs it says it added 0/14929 NPCs. so there is at least a tiny bit of progress
That original code may have been wrong. The class code needed to be moved over to the right by one. Found some my old code that did pop up on SPID log Instead Outfit = 0x809~Thalmor Bikini Spid.esp|EncClassThalmorWizard|NONE|NONE|NONE|NONE|60 Try Outfit = 0x809~Thalmor Bikini Spid.esp|NONE|EncClassThalmorWizard|NONE|NONE|NONE|60
Okay so it works, buuuuuut I found all I put way to many armor pieces into each outfit and now I realize I have to make a few different outfits which kinda suck but it is oh well honestly. Thank you for helping me to ge tthis to work.
So um it isn't letting me add the armors into the leveled list anymore edit:nvm I have to put in the armor in the outfit into the level list exactly. Edit2: and now I am crashing when I launch a save.....
Make sure you didnt create a circular level list. Open your entire load order in xedit. Select everything…right click…click check for circular level list….A circular ll is a list that is inside itself……
Nothing will show if it doesn’t find anything. If it did, it’ll be a message in right pane. You can send me plugin if you want. Just tell me the masters files
I remade the mod and it hasnt crashed loading a save but none of the armors are being given to npcsall of a sudden I changed the spid stuff but it didnt work. also here is the pluginhttps://www.dropbox.com/s/h18lv3mlx04igs7/Thalmor%20Bikini%20Spid.esp?dl=0
Using picture 2 as a reference. Click on Thalmor A2 in left pane. In right pane, simply delete "ThalmorA2" record. When deleting, you have to click on the parent record of that level list. So you see "Level List Entry" ? It three lines up from "ThalmorA2", click that and delete.
Thank you for helping a null skull like me Edit: The outfits are working and depending what level of thalmor spawn they have different outfits which is cool, so I am enjoying that.
I would think it would be fine to ESL outfits especially for randomly spawned NPCs but I only have surface knowledge when it comes to that. Here's an article https://www.nexusmods.com/skyrimspecialedition/articles/4514
Is it possible to assign an outfit to a base actor record or a placed npc reference record that would override the inventory of the template if the use inventory template flag checked?
for instance. I want the leader of the silverhand to have a unique outfit.
The template plugin does not have an option to add items when I right click it You have to right click the editor id, then deselect hide no conflict and empty rows. I'm not sure if that was selected by default or if I had done that at some point.
I am trying to distribute a custom BDOR armor to all male stormcloaks and the code is working except it's also doing females even though I specified males. The armor doesn't work on females which is why it can only be males.Here are the codes I am using:??;Custom Keyword Keyword = BDORCompleteCollectionSPIDOutfit_StormcloakM|Stormcloak Soldier|NONE|NONE|M|NONE|100Keyword = BDORCompleteCollectionSPIDOutfit_StormcloakM|Stormcloak Guard|NONE|NONE|M|NONE|100 ;BDORCompleteCollectionSPID OutfitOutfit = 0x804~BDORCompleteCollectionSPID.esp|Stormcloak Soldier|NONE|NONE|M|NONE|100Outfit = 0x804~BDORCompleteCollectionSPID.esp|Stormcloak Guard|NONE|NONE|M|NONE|100
79 comments
https://www.youtube.com/watch?v=JGJfZb6Mj5o&t=176s
When I try this with certain outfits it says "Load order FileID (FE 001) can not be mapped to file FileID for file "SPID Bless 0001".
Can somebody pls help me with that?
I´m currently making my first mod which will give every NPC a new selected Outfit but I can´t get beyond this problem.
It even happens with method 1. Simple by trying to add armor to an outfit. It only happens with specific armors. Other armors work just fine. The armors are from SunJeong from his or her modsite.
Edit: Kind of worked now with method 1. But I don´t know why.
Thank you for the help. I appreciate it
Example:
Item = formID~esp|strings|formIDs(OR)editorIDs|min/max level,skill(min/max)|gender/unique/summonable|itemCount|chance
Outfit = 0X823~DE SPID.esp|TypeForsworn|NONE|NONE|NONE|NONE|15 =both genders
Outfit = 0X823~DE SPID.esp|TypeForsworn|NONE|NONE|F|NONE|15 =females only
Negative. SPID works by distributing Whatever is in the Outfit Record. If you put a Levelled List inside the Outfit Record, then that is what will be distributed.
Edit: nvm I read the desc more I am blind
Outfit = 0x807~Thalmor Bikini Spid.esp|ThalmorArcher|*ThalmorFaction|F|NONE|60
Outfit = 0x808~Thalmor Bikini Spid.esp|ThalmorWarrior|*ThalmorFaction|F|NONE|60
Outfit = 0x809~Thalmor Bikini Spid.esp|ThalmorWizard|*ThalmorFaction|F|NONE|60
It'll help if you stated what you are trying to do. To me this looks redundant. ThalmorArcher is already a part of the ThalmorFaction. Plus I don't think *ThalmorFaction is in right spot.
If you are trying to get Thalmor Archers you could just go by class alone
Outfit = 0x807~Thalmor Bikini Spid.esp|Thalmor Archer or Outfit = 0x807~Thalmor Bikini Spid.esp|NONE|0x72891
Also maybe this will help https://www.youtube.com/watch?v=JGJfZb6Mj5o
Outfit = 0x807~Thalmor Bikini Spid.esp|Thalmor Archer|NONE|NONE|NONE|NONE|60
Outfit = 0x808~Thalmor Bikini Spid.esp|Thalmor Warrior|NONE|NONE|NONE|NONE|60
Outfit = 0x809~Thalmor Bikini Spid.esp|Thalmor Wizard|NONE|NONE|NONE|NONE|60
or
Outfit = 0x807~Thalmor Bikini Spid.esp|EncClassThalmorMissile|NONE|NONE|NONE|NONE|60
Outfit = 0x808~Thalmor Bikini Spid.esp|EncClassThalmorMelee|NONE|NONE|NONE|NONE|60
Outfit = 0x809~Thalmor Bikini Spid.esp|EncClassThalmorWizard|NONE|NONE|NONE|NONE|60
Instead
Outfit = 0x809~Thalmor Bikini Spid.esp|EncClassThalmorWizard|NONE|NONE|NONE|NONE|60
Try
Outfit = 0x809~Thalmor Bikini Spid.esp|NONE|EncClassThalmorWizard|NONE|NONE|NONE|60
edit:nvm I have to put in the armor in the outfit into the level list exactly.
Edit2: and now I am crashing when I launch a save.....
Nevermind I already see the issue. I'll post back with pics
I highly confident they are causing your CTDs
Edit: The outfits are working and depending what level of thalmor spawn they have different outfits which is cool, so I am enjoying that.
for instance. I want the leader of the silverhand to have a unique outfit.
;Kev
Outfit = 0xXXX~Uniqueoutfitmod.esp|NONE|0xA9548
The template plugin does not have an option to add items when I right click it
You have to right click the editor id, then deselect hide no conflict and empty rows. I'm not sure if that was selected by default or if I had done that at some point.??;Custom Keyword
Keyword = BDORCompleteCollectionSPIDOutfit_StormcloakM|Stormcloak Soldier|NONE|NONE|M|NONE|100
Keyword = BDORCompleteCollectionSPIDOutfit_StormcloakM|Stormcloak Guard|NONE|NONE|M|NONE|100
;BDORCompleteCollectionSPID Outfit
Outfit = 0x804~BDORCompleteCollectionSPID.esp|Stormcloak Soldier|NONE|NONE|M|NONE|100
Outfit = 0x804~BDORCompleteCollectionSPID.esp|Stormcloak Guard|NONE|NONE|M|NONE|100