Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inability to establish markers on the Shimmerene Waterworks map #1

Closed
Hydra9268 opened this issue Jun 1, 2018 · 1 comment
Closed
Assignees
Labels
blocker This is preventing continued development help wanted Extra attention is needed question Further information is requested

Comments

@Hydra9268
Copy link
Owner

Hydra9268 commented Jun 1, 2018

In a nutshell, this is the map data for Shimmerene Waterworks.

["shimmerenewaterworks01_base"] =    { name = "Shimmerene Waterworks",     id = 397, xoffset = 0.15685471843788, yoffset = 0.72048605808177, xscale = 0.0024150456740794, },

The data comes from /script d(LibStub("LibGPS2"):GetCurrentMapMeasurements())

xoffset = 0.15685471843788
yoffset = 0.72048605808177
xscale = 0.0024150456740794

The DDS file name came from the DAT files.

At least on the surface, everything is correct. However, the marker does not appear.

goto shimmerenewaterworks01_base 50,50

I suspect there is another issue in play, but I don't precisely know what it is and I'm putting a call out to the ESO Addon, LUA, and Zygor Guide community to assist.


Auxiliary information:

From Fyrakin's MiniMap, in MiniMap.lua at the end of OnInit(). Pieced this together from various functions within the Add-On.

local x, y, heading = GetMapPlayerPosition("player")
d(string.format(GetString(SI_MM_STRING_COORDINATES).." x=%g, y=%g @ %s",("%05.04f"):format(zo_round(x*1000000)/10000),("%05.04f"):format(zo_round(y*1000000)/10000), Fyr_MM_Zone:GetText()))
d("GetMapPlayerPosition(player):"..GetMapPlayerPosition("player"))
d("Map: "..FyrMM.currentMap.filename..", Stored size: "..string.format("%g",("%05.04f"):format(zo_round(FyrMM.currentMap.TrueMapSize*100)/100)))
d(zo_round(FyrMM.currentMap.TrueMapSize*100)/100)
d("Suggested size: "..string.format("%g",("%05.04f"):format(zo_round(FyrMM.currentMap.TrueMapSize*100*(9/(FyrMM.MovementSpeedMax*100)))/100)))

LIBGPS2 commands

/script d(LibStub("LibGPS2"):GetCurrentMapMeasurements())
/script d(LibStub("LibGPS2"):LocalToGlobal(GetMapPlayerPosition("player")))
/script d(LibStub("LibGPS2"):GetCurrentMapMeasurements())

ESOUI commands

/run d(GetMapFloorInfo())
/run d(GetMapPlayerPosition())
@Hydra9268 Hydra9268 added help wanted Extra attention is needed question Further information is requested blocker This is preventing continued development labels Jun 1, 2018
@Hydra9268 Hydra9268 self-assigned this Jun 1, 2018
@Hydra9268
Copy link
Owner Author

Issue identified and resolved.

  • DDS filename is case sensitive: ShimmereneWaterworks01_base (unclear why)
  • ZG goto requires ShimmereneWaterworks01_base to work properly

For an in depth review.

Hydra9268 pushed a commit that referenced this issue Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker This is preventing continued development help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant