blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
13 stars 11 forks source link

Change GUID log format #56

Closed dlamkins closed 2 years ago

dlamkins commented 2 years ago

From QuitarHero:

14:02:03.3912 | WARN | BhModule.Community.Pathing.Entity.StandardMarker | Markers '5243d75e-8025-4894-87ba-751e3b1f3cd4' is missing 'iconfile' attribute.

Is there a way to either, 1.) Decode what 5243d75e-8025-4894-87ba-751e3b1f3cd4 is so I can find the right GUID? 2.) Change the error msg so I know which GUID to look at for the error?

When referencing markers by GUID we should use the base64 encoded version of the GUID (as that is what is used in the pack itself) and consider indicating the category namespace to help, as well.

REF: https://discord.com/channels/531175899588984842/534492173362528287/897560680826306560

dlamkins commented 2 years ago

Fixed in v0.13.8. New GUID extension method ToBase64String().