mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-28 12:09:53 +00:00
Mention behaviour if ID Name of interior cells in OpenMW-CS
This commit is contained in:
parent
1906410bb1
commit
33e4a5fdf5
1 changed files with 4 additions and 2 deletions
|
@ -143,8 +143,10 @@ Interior cells
|
|||
|
||||
Due to internal workings of Morrowind, ``ID`` of interior cells is derived
|
||||
from their ``Name``. This means interior cells **MUST** have a name and their
|
||||
name needs to be unique. If no name is given to an interior cell, their ``ID``
|
||||
will be broken and they won't show in the Cells table nor work properly in-game.
|
||||
name needs to be unique. In OpenMW-CS the ``ID`` of exterior cells will be
|
||||
updated and shown the next time the editor is opened. If no names are given to
|
||||
interior cells, their ``ID`` will be broken and they won't show in the Cells
|
||||
table nor work properly in-game.
|
||||
|
||||
The Cells table provides you with a list of cells in the game and exposes
|
||||
their various parameters to edit.
|
||||
|
|
Loading…
Reference in a new issue