fibanocci on 17/2/2014 at 14:16
cam_to_cell
might work and give you coordinates.
The command vm_teleport x,y,z will take you to this place.
ZylonBane on 17/2/2014 at 15:17
AFAIK all the "cell" commands in DromEd operate on world cells. Since that message is coming from AI path generation, it's almost certainly referring to AI path cells, which I'd assume are a different beast entirely.
EDIT: Okay, I searched the big list of DromEd commands, and picked out all the cell-related ones:
show_cell | show cells in rendering database
show_cell_flags | show flag settings of cells
wr_check_cells | do assertion checking on worldrep
cc | show cell and teleport to it
show_one_cell | wireframe on given cell
cell_teleport | move editor cam to given cell
cell_teleport | move editor cam to given cell
ai_draw_cells | show AI path cells in wireframe
ai_draw_cellids | show AI path cell ids
ai_draw_links | show AI path cell links in wireframe
ai_draw_room | show AI path cells in room
ai_draw_one_cell | path cell to highlight (0 for none)
ai_draw_cell_centers|
ai_dump_cell_connection| mono print links from cell
ai_dump_cell_vertex_data| show cell vertex list on mono
ai_cam_to_cell | Send camera to AI cell
ai_print_cam_cell |
ai_test_cells |
traverse_log | log cell traversal to traverse.log
show_cells | Display cells containing refs
I had no idea there were so many commands related to AI cells. I'm guessing at least one of those ai_* ones can help.