About This File
It's a Plugin Development tool that does some logging of plugin data. If you need to know what event is triggered when, this tool is your friend!
You can log everything, only events, only menu changes, and only inputs with a check in the appropriate box. Select the option to log GameData if you're tracking the GameExInfo variables, and select the UI Timer option to log GameEx timer ticks.
I've been using this plugin for a while so I can learn my way around GameEx's PlugIn system, and I added an interface for the end user so you don't have to struggle to learn the ins and outs like I did my first time.
Visit the official RELEASE THREAD for questions or comments.
What's New in Version 1.1.1 See changelog
Released
- Updated plugin to run with x64 and x32 versions of GameEx
- Updated .NET Framework version to 3.5
- Updated the plugin framework to the latest versions
- Some minor code tweaks and stability improvements