So I was trying to figure out how I navigated back before I had a map, on the old Nexus client, because I was pretty damned proficient at it.
Turns out I was relying on the compass rose in the top left to show me what exits were valid.
1. Is it possible to make something like that? Take the exits from what the client sends (which I believe are gmcp anyway?) and toss it into a separate tab that I can use, preferably in conjuction with the existing map tab?
2. If the above is possible, has anyone done it already?
3. Point me at documentation that shows me how to output things in a new tab?
0
Comments
2.) Not that I know of.
3.) There is no official documentation available on outputting to a tab. @Taeland I tried to put the creation of new tabs together here. To fill it with life you'll need to create the rose with HTML and append it to that tab. If you don't mind digging code for documentation, there are http://forums.achaea.com/discussion/3590/html5-spiritlore-gui and http://forums.achaea.com/discussion/3627/affliction-tab-for-html5 as the only things that add tabs and display something in them.
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof