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.0 See changelog
Released
- Added GameEx account integration
- Added line numbers to the log file display
- Removed some old, unused code
- Fixed some initialization bugs
- Cleaned up variable logging routine
- Updated GameEx Plugin Framework to the latest version
- Additional code optimizations