Search the Community
Showing results for tags 'development'.
-
I put this together as I was in the planning phase of a new Xpadder plugin for PinballX. If you want to get into making a plugin for Tom's interface, here's the only start-up tool you'll ever need! All you need to do is drop the zip file in the Visual Studio Templates>Visual Basic directory. Included in the package are: Updated PinballX Plugin class Includes the new keypress function!Logger Utility Based on a modified version by our very own Headkaze! Built in support for debug loggingINI Utility A comprehensive INI reading and writing utilityA sample configuration formThe template was created in VS 2012 Ultimate. If you have questions or need advice, don't hesitate to ask! Download the template from here.
- 12 replies
-
- 4
-
Version 1.1.1
219 downloads
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. -
Well, after last night's rant, I got to thinking (dangerous....) There appear to be a lot of community projects on the go - from the database project to errmmm... a few of mine! I'm wondering whether there are lots of willing contributors out there who are just not knowing about them due to their being lost in a plethora of topics amongst each fora. How about we have a stickied post entitled "Job Board" or something like that??? That way, willing users can browse through and sign up to projects that they fancy? I could kick off proceedings with a few I would suggest that somewhere prominent that has high traffice like the main forum page or in the "General" section. What you guys think?
- 7 replies
-
- community
- development
-
(and 3 more)
Tagged with:
-
Version 1.0.0
63 downloads
Every good plugin starts with a good template! Simply drop this zip file into your Visual Studio's VB templates folder and get started developing! Included in the template are: PinballX Plugin Class All of PinballX's functions that pass through the plugin system are included and internally documented Includes the new keypress event! Logger Utility A full logging utility, based on a modified class by our very own Hedakaze Includes standard and debug logging Make sure you import the DracLabs namespace to use this! INI Utility A full INI reading/writing utility, based on a modified version of Ludvik Jerabek - LINK Make sure you import the DracLabs namespace to use this! A sample configuration form Just a very basic form so you can get an idea of how the plugin behaves I made this template in VS 2012 Ultimate, and the needed System.Management is imported already (which is needed for the log file's diagnostic mode). If you have questions or need advice, PM me on it. Enjoy!-
- Plugin
- Development
-
(and 2 more)
Tagged with:
-
Version 1.0.1
32 downloads
Every good plugin starts with a good template! Simply drop this zip file into your Visual Studio's VB templates folder and get started developing! Included in the template are: GameEx Plugin Class All of GameEx's functions that pass through the plugin system are included and internally documented Includes updated Menu Change numbers! Logger Utility A full logging utility, based on a modified class by our very own Hedakaze Includes standard and debug logging Make sure you import the DracLabs namespace to use this! INI Utility A full INI reading/writing utility, based on a modified version of Ludvik Jerabek - LINK Make sure you import the DracLabs namespace to use this! A sample configuration form Just a very basic form so you can get an idea of how the plugin behaves I made this template in VS 2012 Ultimate, and the needed System.Management is imported already (which is needed for the log file's diagnostic mode). If you have questions or need advice, PM me on it. Enjoy! -
Version 1.0.1
80 downloads
Here's the usual plugin for development purposes. Basically like it's GameEx cousin, it logs the PinballX variables as they pass through the GameEx events. It's my ground floor entry into the plugin system for PinballX... I had to make a bunch of adjustments to the included template anyways, and I whipped this up in about an hour. Learnin' the in's and out's as it were. Try it if you were going to take a crack at some programming for this beast!