Quote:
|
Originally Posted by jake13jake
Another thing I wanted to do was put up a map image. However, this has been disabled in version 4, and there are features with the default map that you can't put to use with a custom map. This mainly involves player locations and PM/GM/MM/toall bubbles.
|
You can read the x/y of other players on the same gmap, I believe, even if they aren't near you.
Unfortunately, map generation doesn't seem to be to scale?
When I generated a map image and tried to script my own map, I had to do some weird stuff to the player's x/y position on the map.. The map was the proper size and all, but it seems like it skipped some rows of pixels?
PHP Code:
headx = player.x - 4 - player.x * .1;
heady = player.y - 12 - player.y * .1;
Anyway, I agree, this wasn't what I expected.. No problems were really fixed and nothing that really effects gameplay was added.. Just some pretty new GUI features.