Difference between revisions of "Leveled List Compatibility Techniques"
Jump to navigation
Jump to search
Leveled List Compatibility Techniques (edit)
Revision as of 16:43, 27 October 2008
, 16:43, 27 October 2008added OBSE merging option
imported>Dev akm |
imported>Quetzilla (added OBSE merging option) |
||
Line 8: | Line 8: | ||
This method works best with tools such TES4Edit. It's relatively easy to merge a few lists this way and it provides great control over the results, but it also quickly becomes tedious if you need to merge changes to very many lists. | This method works best with tools such TES4Edit. It's relatively easy to merge a few lists this way and it provides great control over the results, but it also quickly becomes tedious if you need to merge changes to very many lists. | ||
== OBSE Leveled List Merging == | |||
This method uses the [[AddToLeveledList]] and related functions in OBSE v0013+. This method allows mods to add remove or alter objects in leveled lists without changes being overwrriten by later loading mods, but requires the modder to be familiar with OBSE scripting (and of course requires the end-user to have OBSE installed). Care must also be taken not to make redundant changes to lists (such as adding something that has already been added by another similar mod, or included in a bashed patch. |