Difference between revisions of "Common Bugs"

83 bytes added ,  03:54, 19 December 2008
m
Bullets & Heading
imported>Realmeleven
m (cApItAlisAtIoN)
imported>Realmeleven
m (Bullets & Heading)
Line 1: Line 1:
__TOC__These are annoying problems with the CS and game engine.
__TOC__These are annoying problems with the CS and game engine.


== NPCs Walking through Obstacles and Falling through ground/floor ==
== The Ghostly NPC Bug ==
“NPCs walk through some obstacles and fall through ground and floor”


Place a continuous fence or wall around a building, add a switch-activated gate, then enter the game and:
Place a continuous fence or wall around a building, add a switch-activated gate, then enter the game and:
Line 13: Line 14:


=== Pursuit Teleportation===
=== Pursuit Teleportation===
If you enter the building, NPCs in pursuit and presumably trapped outside the walls teleport with you inside the building even though the door is presumably beyond their reach. This is fairly simply solved by adding the following script or modification thereof to access portals leading to locked player worlds:
If you enter the building NPCs in pursuit and presumably trapped outside the walls, teleport with you inside the building. This occurs despite the fact that the door is spatially beyond their reach. This bug can be circumvented by adding the following script or similar to access portals that lead to locked player worlds:


  ScriptName PlayerLock
  ScriptName PlayerLock
Line 22: Line 23:
  End
  End


Fairly Simple aspirin for Player owned house and castle mods where doors are made to stay locked. This can also be modified to be key dependant.
A fairly simple aspirin for Player owned house and castle mods where doors are made to stay locked. This can also be modified to be key dependant.


===Burrowing or Ghosting through Obstacles===
===Burrowing or Ghosting through Obstacles===
If you wait outside long enough, one of two things happens:
If you wait outside long enough, one of two things happens:
a) Your pursuers sink through the ground and pop up right next to you
# Your pursuers sink through the ground and pop up right next to you
b) Your pursuers walk right through a point along in what appears to be a continuous barrier.
# Your pursuers walk right through a point along in what appears to be a continuous barrier.


To date, there is no publicly documented solution to this problem.
To date, there is no publicly documented solution or workaround for this aspect of the “Ghostly NPC bug”.


== Touchy Cells in Tamriel ==
== Touchy Cells in Tamriel ==
Anonymous user