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

[PLUGIN] Function Logger (PinballX Edition)


Adultery

Recommended Posts

Function Logger (PinballX Edition) - Version 1.0.1

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.

Just extract the attached rar file to your PinballX installation folder and enable it in the plugins menu, you'll be good to go.

Download it here:

http://www.gameex.info/forums/files/file/14-function-logger-pinballx-edition/

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Here is the new event:

Public Function Event_Input(Input_Keys() As Boolean, Input_Buttons() As Boolean, PinballXStatus As Integer) As Boolean

If Input_Keys(System.Windows.Forms.Keys.LShiftKey) Then

' Left Shift Key Down

End If

If Input_Buttons(0) Then

' Gamepad button 1 down

End If

End Function

Link to comment
Share on other sites

Updated to 1.0.1:

-Added the new Input event to the plugin system

Thanks for the new toy Tom! :)

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...