Difference between revisions of "Category:Leveled Lists"
Jump to navigation
Jump to search
no edit summary
imported>DragoonWraith m (levelled -> leveled) |
imported>DragoonWraith |
||
Line 1: | Line 1: | ||
Leveled lists are used to create dynamism in the game world. In general, leveled lists can be used to introduce random chance into events - characters being equipped at random with one of a set of weapons - or they can be used to scale the environment to the player's level - seeing a Rat at level 1 and a Mountain Lion at level 17. Many leveled lists focus on providing one or the other, but they can also be partially random, partially level-based, depending on the way they are set up. | |||
== Types of Leveled List == | |||
Leveled | There are, by default, two types of leveled list: [[Leveled Creature|Leveled creatures]], [[Leveled Spells|leveled spells]], and [[Leveled Item|leveled items]]. These are pretty similar and the differences are pretty self-explanatory. See the individual pages for more information. | ||
== Leveled Lists and Compatibility == | |||
Leveled lists are one of the greatest sources of incompatibility between mods. This is largely due to the nature of Forms within Oblivion.esm and in various esp files, and how Oblivion loads plug-ins. For more information on that, see [http://www.bethsoft.com/bgsforums/index.php?s=&showtopic=888090&view=findpost&p=12990534 here]. | |||
The main point is that adding anything to any list ''changes'' that list. Only one mod may change any list; any mod that does so will ''overwrite'' any previous mods that change the same list. This means if two mods add things to the same list, only the one which loads last will actually work. | |||
For more information on this, please see [[Leveled List Compatibility Techniques]]. | |||
== Leveled Lists and OBSE == | |||
*[[ | The [[:Category:Oblivion Script Extender|Oblivion Script Extender]] allows scripts to modify leveled lists dynamically. There are a number of nuances to this, especially when including objects which are neither actors nor items in the lists. For more information, see [[:Category:Leveled List Functions (OBSE)|Leveled List Functions]]. | ||
*[[ | |||
== Leveled Lists and Game Settings == | |||
Two [[:Category:Settings|Game Settings]] affect leveled lists: | |||
* [[ILevCreaLevelDifferenceMax]] | |||
* [[ILevItemLevelDifferenceMax]] | |||
[[Category:Objects]] | [[Category:Objects]] |