Madcatz Member Joined May 17, 2011 Messages 752 Reaction score 7 Sep 18, 2016 #1 Anyone have a guide to making a Plugin for Hb
S speshulk926 Community Developer Joined Dec 8, 2014 Messages 911 Reaction score 17 Sep 18, 2016 #2 This is probably closest, but it is pretty convoluted for something small. https://www.thebuddyforum.com/honor...4k-resolution-skinned-form-plugin-sample.html This one is pretty small, but not much explanation. Still, easy to get into it if you are wanting to from it. https://www.thebuddyforum.com/honorbuddy-forum/plugins/requests/257916-keyspam.html This one I went into some detail on how it's set up: https://www.thebuddyforum.com/honor...249742-engineering-item-user.html#post2242441 At the end of the day, you also want to start using Coroutines if you are just getting into it. One of the mods on here made this one. It shows how to properly use Coroutines for Plugin development. https://www.thebuddyforum.com/honorbuddy-forum/plugins/leveling/269383-plugin-cleanmybags-beta.html
This is probably closest, but it is pretty convoluted for something small. https://www.thebuddyforum.com/honor...4k-resolution-skinned-form-plugin-sample.html This one is pretty small, but not much explanation. Still, easy to get into it if you are wanting to from it. https://www.thebuddyforum.com/honorbuddy-forum/plugins/requests/257916-keyspam.html This one I went into some detail on how it's set up: https://www.thebuddyforum.com/honor...249742-engineering-item-user.html#post2242441 At the end of the day, you also want to start using Coroutines if you are just getting into it. One of the mods on here made this one. It shows how to properly use Coroutines for Plugin development. https://www.thebuddyforum.com/honorbuddy-forum/plugins/leveling/269383-plugin-cleanmybags-beta.html
F fightcancer New Member Joined Jul 19, 2013 Messages 334 Reaction score 1 Sep 19, 2016 #3 Awesome post S! Thanks!