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

Search the Community

Showing results for tags 'development'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News
    • News
    • Convert-It News and Updates.
    • PinballX - News and Updates
    • Touch-Play - News and Updates.
  • Convert-It
    • Convert-It Support
    • Convert-It News and Updates
  • GameEx
    • FAQs, Guides, & Other Useful Information
    • General
    • User Projects
    • GameEx Media Projects
  • PinballX
    • FAQs, Guides, & Other Useful Information
    • General
    • User Projects
    • PinballX Media Projects
    • XDMD - DMD Display Library
    • News and Releases
  • Touch-Play
    • FAQs, Guides, & Other Useful Information
    • General
  • GameEx Evolution
    • FAQs, Guides, & Other Useful Information
    • General
    • Emulator Support
    • GameEx Evolution Media Projects
    • Plugins, Addons, Wrappers, etc.
  • VPDB
    • VPDB General Discussion
    • VPDB Feature Requests
  • Spesoft Free Products and Applications
    • SlingFront - SlingBox HTPC Front End
    • MAME Screensaver
    • MNGer - MNG Player
  • Hi-Score Competitions
    • GameEx Hi-Score Competition
    • The Arena
  • Gamer's Tavern
    • Social Club
    • Gamer Rigs
    • Buy - Sell - Trade
  • Spesoft Web Sites and Projects
    • Games Database
  • The UK Retro Gaming Club's Topics
  • USA CLUB's Post a pic of your arcade setup.
  • MacOSGaming's Topics

Calendars

  • Community Calendar
  • The UK Retro Gaming Club's UK Retro Gaming Events

Categories

  • Official Repository - GameEx
    • AddIns
    • Plugins
    • Themes
    • Emulators
    • Databases
    • Data Files
    • Utilities
    • Extensions
    • Themes (Evo)
  • GameEx Installs
  • GameEx System Packs
  • PinballX
    • PinballX Install
    • Visual Pinball Tables
    • Visual Pinball Install
    • Documentation & Tutorials
    • UltraDMD Install
    • Wheel Images
    • Topper Videos
  • Images, Media and Sounds
    • Backgrounds
    • Bezels
    • Logos
    • System Images
    • Themes
    • Sounds
    • 3D Models
  • Apps, Configs, Map Files, Wrappers, and Plugins
    • Apps
    • Config
    • Plugins
    • Sounds
    • Backgrounds
    • Apps-Config-Map Files-Plugins
    • Databases & Management Tools
    • Other graphics and media
    • Map Files
    • Wrappers
  • Database and Management Tools
    • Databases
    • DB Management Tools
  • Spesoft Applications
  • Touch-Play

Product Groups

  • Packages
  • GameEx, PinballX and Spesoft Products. Make a donation.
  • Convert-It

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Instagram


MSN


PSN


Twitch


Twitter


YouTube


Website URL


Xbox Live


Yahoo


Location


Interests

Found 6 results

  1. 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.
  2. 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.
  3. 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?
  4. Version 1.0.0

    61 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!
  5. 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!
  6. 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!
×
×
  • Create New...