Fry Posted November 23, 2019 Share Posted November 23, 2019 Hello, Is there any tutorials around for developing plug-ins? The API documentation is helpful but I'd love to see some code samples. Would anyone be willing to share their source code for adding a menu item to the system tools menu? I've attached my super simple sample, just trying to get my menu item to show in the tools menu. It compiles. I've tried copying just my DLL and also the entire BIN folder to my LaunchBox\Plug-ins folder but I don't see my menu item under the tools menu. Any help would be greatly appreciated! I'm sure I'm missing something obvious. LaunchBoxMenuItemTest.cs Quote Link to comment Share on other sites More sharing options...
Grila Posted November 23, 2019 Share Posted November 23, 2019 https://github.com/G-rila/PlaytimeTracker/blob/master/PlaytimeTracker/PlaytimeTracker.cs There are a few other plugins in my repositories as well that you can look through. After a quick look, it appears your problem is you are getting all your values instead of setting them. 1 Quote Link to comment Share on other sites More sharing options...
Fry Posted November 24, 2019 Author Share Posted November 24, 2019 You're the man, thank you so much. I knew I was doing something stupid! Quote Link to comment Share on other sites More sharing options...
RegularRegs Posted December 1, 2019 Share Posted December 1, 2019 Im new to coding. I only ever made a Gamemaker studio game (poorly). I want to make a simple button that pulls up a browser search for reviews of the selected game. Similar to the "Wikipeek" plugin. How would I go about learning the basics of this? Or maybe just some general basic coding tutorials that would apply to the launchbox plugins? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted December 1, 2019 Share Posted December 1, 2019 It's about 2.5 yrs old, but still relevant for starting out with LaunchBox plugins. "Let's Build Some Plugins! - 2017-05-08 - LaunchBox Development Live Streams" 1 Quote Link to comment Share on other sites More sharing options...
RegularRegs Posted December 4, 2019 Share Posted December 4, 2019 awesome thanks 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.