You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Editor save button should now correctly export data to data.json
Added
Janthir Syntri meta event timer
Option to disable event render in Nexus options -> Addons -> World bosses -> Editor, currently edited event is still visible and it has red outline to indicate event render is disabled
Changed
Data loading: Fallback load is always being called, base events that are missing in data.json will be automatically added. If you wish to remove event, disable it in editor
Known issues
Calculation of event render position is slightly wrong for larger interface sizes, especially when changing the map view. This affects older versions as well and has no easy solution at the moment.
Change of DPI scale is slightly delayed after checked/unchecked in Guild Wars 2 settings, this is not a bug.
It is much more easier to select events to edit when zoomed in, it is supposed to be just slight QoL, not main functionality. To implement this, custom WND proc was needed and it is not perfect.