DLC and Unofficial Patches as a plugins master

Post » Thu Aug 22, 2013 2:22 am

Hello

I'm trying to make a plugin that uses all the official DLC and unofficial patches as masters.

The unofficial patches are plugins themselves, so I needed to flip the ESM tag in TES5Editon each .esp to turn them into masters.

Now, I am trying to arrange my plugins master load order, so that it uses them correctly. I'm not sure how to do this.

Can anyone help out?

User avatar
Teghan Harris
 
Posts: 3370
Joined: Mon Mar 05, 2007 1:31 pm

Post » Wed Aug 21, 2013 8:37 pm

Did you try to load them all at once in the ck? It might "know" the proper load order.

(Note: If you create a mod requiring the unofficial patches, you'll force your users to use them.)

User avatar
Ana Torrecilla Cabeza
 
Posts: 3427
Joined: Wed Jun 28, 2006 6:15 pm

Post » Wed Aug 21, 2013 7:47 pm

Yes, I know the users will have to use them. My mod uses the fixes in the unofficial patches to operate. Anyway, people should have them regardless.

Yes, I tried to load them all at once, and the CK arranged them wrong.

User avatar
Alexander Horton
 
Posts: 3318
Joined: Thu Oct 11, 2007 9:19 pm

Post » Wed Aug 21, 2013 7:21 pm

(I'm sorry to say so but forcing people to use other mods so that yours works is bad modding policy.)

How do you know that the ck arranged them wrong?

User avatar
Laura Shipley
 
Posts: 3564
Joined: Thu Oct 26, 2006 4:47 am

Post » Wed Aug 21, 2013 3:41 pm

There are game breaking problems that the Unofficial Patches fix. If a user doesn't want to use the Patches than that is up to them to choose, and that's really the end of it.

Also, I am looking at my master load order in the CK (file/data/myfile), and it's set up wrong.

User avatar
Sabrina Steige
 
Posts: 3396
Joined: Mon Aug 20, 2007 9:51 pm

Post » Thu Aug 22, 2013 2:33 am

What does the parent masters look like? It should be something like:

Skyrim.esm

Update.esm

Unofficial patch (base)

Dawnguard.esm

Unofficial patch Dawnguard

Hearthfires.esm

Unofficial patch Hearthfire

Dragonborn.esm

Unofficial patch Dragonborn

User avatar
xemmybx
 
Posts: 3372
Joined: Thu Jun 22, 2006 2:01 pm

Post » Wed Aug 21, 2013 5:03 pm

Skyrim.esm

Update.esm

Hearthfires.esm

Unofficial Hearthfire Patch.esp

Dragonborn.esm

Unofficial Dragonborn Patch.esp

Unofficial Skyrim Patch.esp

Dawnguard.esm

Unofficial Dawnguard Patch.esp

User avatar
Lory Da Costa
 
Posts: 3463
Joined: Fri Dec 15, 2006 12:30 pm

Post » Wed Aug 21, 2013 8:04 pm

Umm... don't the unofficial patches go after all the DLC? Or did something change drastically since I dove into Crusader Kings II?

My advice: The Creation Kit still loads plugins by modified date, so it won't match your actual load order. Get TES5Edit and use the "add master"/"sort master" functions.

User avatar
Austin England
 
Posts: 3528
Joined: Thu Oct 11, 2007 7:16 pm

Post » Thu Aug 22, 2013 1:39 am

Yeah, that sounds right. I'll try and sort them in tes5edit now.

EDIT: Okay what the hell. I tried using the sort masters in tes5edit like 30 mins ago, and they were still all mixed up in the CK.

Now they sort perfectly.

Thanks

User avatar
Miss Hayley
 
Posts: 3414
Joined: Tue Jun 27, 2006 2:31 am


Return to V - Skyrim