ID:2911905
 
Resolved
Map position was incorrect in isometric mode with SOUTH and WEST client.dir.
BYOND Version:515.1630
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 121.0.0.0
Applies to:Dream Seeker
Status: Resolved (515.1631)

This issue has been resolved.
Hi, I am not confident this problem will persist in any other map format. It seems that the player is no longer at the center of the screen when the client.dir is changed to SOUTH or WEST.

VERY SIMPLE TEST ZIP BELOW
http://files.byondhome.com/TonyWK/IsoTest.zip

This does NOT occur in the current stable version of BYOND (514.1589). This happens when using the BETA version of BYOND (515.1630)

world/map_format=ISOMETRIC_MAP

world/turf=/turf/Floor

world/view=6

mob
icon='Icons.dmi'

turf
Floor
icon ='Floor.dmi'

/mob/verb/ClientNorth() client.dir=NORTH
/mob/verb/ClientSouth() client.dir=SOUTH
/mob/verb/ClientWest() client.dir=WEST
/mob/verb/ClientEast() client.dir=EAST
Lummox JR resolved issue with message:
Map position was incorrect in isometric mode with SOUTH and WEST client.dir.