Search the Community
Showing results for tags 'VB.NET'.
-
Thought I'd try and make it easier for would-be coders to "jump in" and get coding! It's not anything special, but if anyone needs it, here's a snap-in template for GameEx plugin creation. This ZIP file includes everything you need to get started, including: GameEx Plugin class, which is fully documented/updated for your coding pleasure. A log writing class (which is a modified version of Ben Baker's logging class... Thanks Ben!)An INI reading/writing class (which is a modified version of Ludvik Jerabek's INI class)A blank configuration formTo use it, all you need to do is put the uncompressed ZIP file in your Visual Studio 2010 Templates/Project Templates folder, start a new project, and select it from the list. All the settings have been set already (Strict:On, Target:x86, Framework:2.0). So... Get coding!!!!! Download it here.
-
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!