Finding in-game locations in CK. Consol command?

Post » Sat Jun 23, 2012 7:17 pm

Is there a way to determine your currect cell location while playing Skyrim? Perhaps by consol command?

In other words, while walking around you decide you want to build your house by "that tree"....but don't know how to find that cell amoung the countless "Wilderness XX YY" cells.

Thanks.
User avatar
Jose ordaz
 
Posts: 3552
Joined: Mon Aug 27, 2007 10:14 pm

Post » Sat Jun 23, 2012 11:17 pm

that is not complicated in the case you describe, just walking here and ther, when you feel confortable to build sothing here, just open the console and type:
player.getpos x
player.getpos y
player.getpos z

that way you have the 3 coords. You just have to create the "ref in the right cell, or create your own cell...
You can get the cell id by selecting anything , a tre, a rock (avoid the ground), and make a research about the formid you see up the console.

It is the old way, but it works.
User avatar
Oscar Vazquez
 
Posts: 3418
Joined: Sun Sep 30, 2007 12:08 pm

Post » Sun Jun 24, 2012 5:59 am

that is not complicated in the case you describe, just walking here and ther, when you feel confortable to build sothing here, just open the console and type:
player.getpos x
player.getpos y
player.getpos z

that way you have the 3 coords. You just have to create the "ref in the right cell, or create your own cell...
You can get the cell id by selecting anything , a tre, a rock (avoid the ground), and make a research about the formid you see up the console.

It is the old way, but it works.
I think he meant what exterior cell he was in, not the X,Y,and Z coordinates. Though I think they are continguous throughout the world so that would work, sort of.

There must be a console command to display your current cell. I would like to know as well.
User avatar
^~LIL B0NE5~^
 
Posts: 3449
Joined: Wed Oct 31, 2007 12:38 pm

Post » Sun Jun 24, 2012 6:24 am

there is no public known console command to determine the cell you are in, i also want to know it !
Cell are only mem and render associated groups, to know the right cell formid and seach it, you will need to look for an unique item in it, that way, you can start right now.

Cell and World are working the same way.
User avatar
stacy hamilton
 
Posts: 3354
Joined: Fri Aug 25, 2006 10:03 am

Post » Sun Jun 24, 2012 7:04 am

For reference, here's the Creation Kit wiki's list of http://www.creationkit.com/Category:Console_Commands. There doesn't seem to be anything there that returns the player's (or any reference's) current cell, and I've not heard of one that does either.

Cipscis
User avatar
Chavala
 
Posts: 3355
Joined: Sun Jun 25, 2006 5:28 am

Post » Sat Jun 23, 2012 8:25 pm

Click on the tree in game with the console open and write down the Reference ID.

In the construction set, select Find Text from the Edit menu. This opens the Text search window. Enter your Reference ID and click the Find Text button. Now select the Objects tab in the Text Search window. It will show your tree and tell you what cell it's in. Double click on the entry and it will load the cell in the Render Window with your tree selected.

The method given by Vyemm will also work. You just need to divide the x and y position co-ordinates for your tree by 4096. This gives a rough approximation of the cell co-ordinates.

Edit: Clarity.
User avatar
Ana
 
Posts: 3445
Joined: Sat Jul 01, 2006 4:29 am

Post » Sun Jun 24, 2012 6:25 am

thx Rocket ;)
User avatar
naana
 
Posts: 3362
Joined: Fri Dec 08, 2006 2:00 pm


Return to V - Skyrim