Difference between revisions of "Talk:Common Bugs"
m
no edit summary
imported>Phaid |
imported>Phaid m |
||
(One intermediate revision by the same user not shown) | |||
Line 28: | Line 28: | ||
== About the section "2.1 Random Vanishing Landscape in Tamriel" == | == About the section "2.1 Random Vanishing Landscape in Tamriel" == | ||
I think I have found the cause of this. There is a similar problem in cell 15,13 (Fort Magia). | I think I have found the cause of this. There is a similar problem in cell 15,13 (Fort Magia). If the cell is changed by a mod, and you approach it so that cell 16,13 is loaded first, the odds are very good that cell 15,13 will be a square hole in the landscape. | ||
The disappearing land problem happens when a havok-able item rolls across a cell boundary from a loaded cell into a cell that has not yet been loaded. This can happen when items are placed near cell borders, since havok-able items move during cell load. My theory is that the cell is marked as "already loaded" due to the presence of the item that rolled in, causing the cell not to load when it should. The bug seems to only happen when a cell is changed by a mod. | The disappearing land problem happens when a havok-able item rolls across a cell boundary from a loaded cell into a cell that has not yet been loaded. This can happen when items are placed near cell borders, since havok-able items move during cell load. My theory is that the cell is marked as "already loaded" due to the presence of the item that rolled in, causing the cell not to load when it should. The bug seems to only happen when a cell is changed by a mod. | ||
In the case of cell 15,13 there is a set of potions, skull, | In the case of cell 15,13 there is a set of potions, a skull, and some bones, in a ruin that straddles the border between 15,13 and 16,13. The items are scattered on both sides of the cell border. These always move when the cell is loaded, because they are on a slope and/or perched on rocks. Likewise, in cell 20,-17, there is an hourglass under the bridge next to the chest. The hourglass always rolls down into the middle of the river, and if you are unlucky it will roll into 20,-18 and cause its contents not to load. | ||
My fix for this was just to delete the items in the ruin by Fort Magia, and replace them with a sack containing the same loot (since the sack is a static, there is no problem). The same fix seems to work for 20,-17 / 20,-18. | My fix for this was just to delete the items in the ruin by Fort Magia, and replace them with a sack containing the same loot (since the sack is a static, there is no problem). The same fix seems to work for 20,-17 / 20,-18. | ||
--[[User:Phaid|Phaid]] 11:47, 11 December 2010 (EST) | --[[User:Phaid|Phaid]] 11:47, 11 December 2010 (EST) |