Log in

View Full Version : Coordenates



Caius
04-02-2007, 03:16
How can I know the coordenates of my new maps?

Thank you

Poulp'
04-02-2007, 14:14
typing "show_cursorstat" in the console (without the " ") is the simpliest solution.

It means your map must work in the game though...

Otherwise, there are softwares that show you the X/Y you're mousing at.

Caius
04-02-2007, 16:08
typing "show_cursorstat" in the console (without the " ") is the simpliest solution.

It means your map must work in the game though...

Otherwise, there are softwares that show you the X/Y you're mousing at.
Thank you :bow:

Are X/Y of GIMP the same as Rome?

Squid
04-02-2007, 16:39
No, in photo editing programs such as gimp/photoshop, the (0,0) position is at the top left of the picture, in Rome the (0,0) is the bottom left. So if you had a map that is 100x100 and in rome you had a location at (10,30) in gimp this would be (10,69) (i.e. max height - position - 1, you have the extra minus 1 because positions go from 0 to max height/width -1).

Roman_Man#3
04-02-2007, 20:58
a very easy way to check coordinates in an image editor is flip it over, so it is measured properly. Just remember to flip it back over when your done though.