Injecting keywords into Skyrim.esm

Post » Fri Aug 16, 2013 11:01 am

I have a mod that modifies behaviour depending on a keyword attached to a piece of clothing. I'd like to attach this keyword to other clothing in another module. The load order is this:

skyrim.esm

.

.

clothing mod

.

.

keyword mod

as ordered by BOSS. Now, if I renumber the keyword to inject it into skyrim.esm, can I use it in the clothing mod without problems? Even if it does work, Is this considered to be good practice or not?

Thanks.

User avatar
Nicole Elocin
 
Posts: 3390
Joined: Sun Apr 15, 2007 9:12 am

Post » Fri Aug 16, 2013 8:51 pm

Yes, you would be able to do this, so long as BOTH mods inject the same keyword into the file.

You will be better off doing so as an injection into Update.esm though. The CK will whine and cry at you about using Skyrim.esm for that, but oddly has no qualms about doing it to Update.esm instead.

User avatar
Joey Avelar
 
Posts: 3370
Joined: Sat Aug 11, 2007 11:11 am

Post » Fri Aug 16, 2013 5:06 pm

Good, thanks. I would need to add update.esm to each mod as a master though, correct?

User avatar
djimi
 
Posts: 3519
Joined: Mon Oct 23, 2006 6:44 am

Post » Fri Aug 16, 2013 11:46 am

Yes, that's correct.

User avatar
saharen beauty
 
Posts: 3456
Joined: Wed Nov 22, 2006 12:54 am


Return to V - Skyrim