Veladarius Posted October 23, 2013 Posted October 23, 2013 I am trying to build an add on to the Devious Devices Implementation mod by MIn but I am having trouble getting it to work within a bashed patch to distribute the items. It works if I add items directly to other leveled lists but I want to set up several of my own and add those instead but Wrye Bash won't add them to a bashed patch. The mod adds 2 items (keys) and 7 leveled lists that I have added to 14 other loot lists. If the only way is to add them as individual items I will but I have less control over how often they appear. Here is the esp I made: Devious Devices - LeveledList.esp This requires Devious Devices Implementation and it requirements.
Lodakai Posted October 24, 2013 Posted October 24, 2013 You can try to use TESVEdit to tweak the patch a bit. http://skyrim.nexusmods.com/mods/25859/?
Veladarius Posted October 24, 2013 Author Posted October 24, 2013 I was thinking of creating a merged mod but Min's mod has a number of scripts which would probably break. I have also cleaned my mod so there are only the changes I have done in it and I don't get any conflicts.
Veladarius Posted October 25, 2013 Author Posted October 25, 2013 Apparently Wrye Bash can't merge new leveled lists with old. To get around this I had to create 2 files, 1 creating the new leveled lists and a second to add them to the original leveled lists. Such a pain and even this I am not sure if it will work properly.
CGi Posted October 25, 2013 Posted October 25, 2013 You could try, by adding the BashTags Delev and Relev. You can add them manually in a mods desctiption field, using the CK: {{BASH: Delev, Relev}}. Or add them using Wrye, by right clicking the bash tag field on the bottom right. Don't know if it then fully merges your file into the BashedPatch, but worth a try.Maybe someone with more knowledge about Wrye can help you, regarding BashTags. Because as far as i know, if a mod only adds to/edits vanilla formlists, Wrye will completly merge them, as soon as it detects this.
D_ManXX2 Posted October 25, 2013 Posted October 25, 2013 What does the delev or relev do ??i did notice i made skyrim.esm delev and relev and update. but mods like obis will only use delev ??
CGi Posted October 25, 2013 Posted October 25, 2013 Relev: Mod overrides an item value in a leveled list. Delev: Mod deletes an item from a leveled list. Source
Veladarius Posted October 25, 2013 Author Posted October 25, 2013 I tried setting the tags manually as well as marking the mod as mergeable as well as adding the mod to the bashed patch leveled list manually but none of it would do anything. According to what I found out you can't merge a mod that has new leveled lists and I the bashed patch did not like that either. The second file I made was done with TESVEdit and I just copied the leveled lists to a new esp as an overide and Wyre Bash was able to merge it into the bashed patch. I confirmed using TESVEdit that the records are in the bashed patch and so far it is working as intended.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.