Jump to content

Identifying What Cell You're In Within Game


Recommended Posts

It would be extremely helpful if my QA Testers could identify exactly what cell they're in when they're reporting issues to me for Worldspace problems. Is there a way to identify the cell coordinates (such as -3, 10) of the current player location while in game?

 

 

Link to comment
Share on other sites

This is a bit clunky, but you can get their x/y coordinates using the console:

 

player.getpos x

player.getpos y

 

(have them write down each number)

 

Each cell is 4096 x 4096, so divide the coordinates by 4096 and round down to the nearest whole number and that will give you the cell x/y.

Edited by madmongo
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...