Skip to content

Expanding on Legacy

Zane Wagner edited this page Aug 19, 2015 · 1 revision

After the xna client has reached feature parity with the legacy client, we may be able to expand upon those features.

  • Action toolbars: an action bar in the same vein as the one that exists for the enhanced client. So in this regard you can drag and drop items, skills, and macros on to the bar and then bind them to your various keybindings at your discretion.
  • HTTP image sourcing: it would be awesome if the Html elements in gumps supported tags (for example). The client would download the requested images from a server.
  • Adding new maps at runtime. There is not currently a way to add a new map, but I could imagine a fairly simple interface where a plugin could call:
IResourceProvider resources = ServiceRegistry.GetService<IResourceProvider>();
resources.Maps.AddMap(mapIndex, chunkHeight, landFile.mul, staticFile.mul);
Clone this wiki locally