Coordinate Device Inquiry

Hello, Forumers!

I know how to do a good bit of stuff with the coordinate device, but i was wondering.

a square on the GKC grid is not equal to a square in the coordinate grid, and that’s well known.

but i was wondering if anyone knew the exact size of a coordinate square? It would help me a lot.

2 Likes

do u mean player coordinates or waypoints

they’re called tiles

Uh… I think it’s 1 pixel by 1 pixel? It’s something off of 1,that’s for sure

It’s coords

But I’m talking about pixels not tiles

3 Likes

pretty sure it’s not because im pretty sure its close to a grid block but not exact

no it’s not. I made a guide a bit back about lights underneath you, and when i walked, the lights slowly grew further away from me. the y axis is also not equal, it’s just equal at the bottom where it’s 0 for both
this is a platformer map though

2 Likes

It actually is equal, well, the Y-Axis on a platformer at least. Which means the rest is, not sure about top down. But yeah, the terrain grid and coordinate grid are in fact equal. I for some reason do happen to know that off of the top of me head.

Perhaps it’s different for me then, but it’s always been equal for me.

I’ve been trying to find a way to figure out how to track players actual speed in real time, and I found that almost no matter what I do it says that the speed is 30-40% more then expected. (I am doing this on up-down map)

couldn’t you just multiply the result by 10/13 or 5/7?

@JamsbrotherofJars alr

1 Like

Yeah, that’s what I did right after I made the post. It works kinda well.