How can I know the coordenates of my new maps?
Thank you
Printable View
How can I know the coordenates of my new maps?
Thank you
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:Quote:
Originally Posted by Poulp'
Are X/Y of GIMP the same as Rome?
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).
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.