/AOSharp-DevTools

A collection of developer tools to assist with the creation of AOSharp plugins

Primary LanguageC#GNU General Public License v3.0GPL-3.0

AOSharp DevTools

A collection of helpful resources for developing AOSharp plugins.

Note

Plugins and development should only take place on TestLive. Use at your own risk.

Screenshots

Main contronl panel.

Main tool window

Enumerate various constants, such as UI graphics.

Enumerate graphics

Run functions from various DLLs.

Launch functions from various modules

Toggle event handling on and off. In this example, print inbound and outbound packets to chat.

Turn event monitoring on and off

Known Issues

  • It's currently possible to exceed the max value set on enumerator views. This is caused by not being able to dynamically change the max_value attribute of Slider UI elements. Pretty sure I had this figured out at one point, but then made the mistake of sleeping.