Question
How does the coc
command work? When I type in for example coc Whiterun
, it works. But when I type in coc Dawnstar
, nothing happens. Did I miss anything here?
Also, how do I enter names with multiple words?
Answer
There are two main console commands for quick teleport:
- coc (Center-on-Cell) expects one argument (the cell name) and teleports you there. Obviously, "Whiterun" is a cell, while "Dawnstar" isn't. This is for named (mostly interior) cells, and expects the name as defined in the Creation Kit. The UESP lists those - where known - as "Console Location Code(s)" in their location descriptions (see: overview of the Skyrim locations).
- cow (Center-on-World) expects three arguments: The world name (as defined in the Creation Kit) and the X- and Y-coordinate of the cell in question. Tip for orientation: the highest point in Skyrim is in the worldspace "Tamriel", along with most of Skyrim, at the coordinates 13, -13, so you can get there using
cow Tamriel 13 -13
. The UESP lists those as the exterior location coordinates, where known and applicable.
(Version 1.1)
Check more discussion of this question.
No comments:
Post a Comment