Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

Apps, Configs, Map Files, Wrappers, and Plugins

Sub Category  

GameEx Applications, Configuration, Map Files, Wrappers, and Plugins

3 files

  1. PinballX Plugin Snap-In Template

    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!

    61 downloads

       (0 reviews)

    0 comments

    Updated

  2. GameEx Plugin Snap-In Template

    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!

    32 downloads

       (0 reviews)

    0 comments

    Updated

  3. PinballX Plugin Snap-In Template (C# .Net Framework 2.0)

    Template plugin for PinballX front-end, by 7he S4ge
    Language : C# .Net Framework 2.0
    Version 1.0 - 2022-05
    Debug :
    - Check Properties of the project : the output folder for the .dll is "..\" : if you add this folder project to plugins folder of PinballX,
         it's directly copy the .dll generated into the plugins folder. Ex : C:\Games\PinballX\Plugins\MyPlugin
    - Check Properties of the project : choose or not to launch PinballXLite.exe directly
    Installation :
    Copy .dll into the plugins folder of installation of PinballX. Ex : C:\Games\PinballX\Plugins
    Configure :
    Launch PluginManager.exe and active the plugin. Click on Configure button.
    Plugin Help : http://www.gameex.info/wiki/index.php/Category:PlugIn_Development

    15 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...