Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

[Feature]: Export to MDT #92

Open
ghost opened this issue Feb 3, 2022 · 1 comment
Open

[Feature]: Export to MDT #92

ghost opened this issue Feb 3, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 3, 2022

What is the new or updated feature that you are suggesting?

Basically, when viewing a run, there could be an export to MDT (Mythic Dungeon Tools) such that routes can be imported in-game by players.

From what I've seen, when exporting, the addon serializes the route table it build via a 3rd party library called AceSerializer (https://github.com/Nnoggie/MythicDungeonTools/blob/master/Transmission.lua). I believe there are some packages on npm that help with integrating lua with js.

Why should this feature be included?

The thought process behind is that someone can either search for logs on WCL or perhaps even use the upcoming route browsing feature and then be able to export the route in a game-compatible format. That would be a rather convenient way to make the route accessible in game for sharing with group or checking mid-dungeon. Obviously, this can be also achieved by hand, though implementing the export could provide a significant quality of life improvement.

@ljosberinn
Copy link
Owner

ljosberinn commented Feb 4, 2022

🤗 this was the initial inspiration to start with the site in the first place! Sadly it's not possible, even if I was to find a bridge between what coordinates WCL uses and the coordinates MDT finds. The main issue is (quoting from FAQ on the discord server):

2. Can you add an export to MythicDungeonTools or Keystone Guru?
This was what sparked the idea for the site in the first place! Sadly, due to restrictions from Blizzard, it's impossible to uniquely identify a group within a dungeon.
An example - Halls of Atonement. Near the entrace there are three different Depraved Obliterator + Depraved Darkblade groups in approx. this angle:

1            2

      3

If you were to pull two of those groups, I couldn't tell whether it was 1 + 2, 1 + 3 or 2 + 3, and neither can ingame addons.
In some cases, elaborated guesses could be made but given the nature of Mythic+ - allowing you to pull as much as you can survive, whenever you want - this is effectively unrealistic to implement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant