Page 1 of 1

Plugin Tutorial

Posted: Wed Oct 22, 2008 12:37 am
by flying_popcorn
Here is a plugin tutorial I wrote to help people get started writing plugins. Hopefully it will be useful to someone :)

EDIT:
The license for this tutorial is: http://creativecommons.org/licenses/by-nc-nd/3.0/ .
The license for the plugin and all the code in the tutorial is GPL.

Posted: Wed Oct 22, 2008 3:13 am
by Agent West
wow. great job, flying! just what i needed to start making plug-ins. :)

Here's an idea: a shot ending in a small shockwave.

Posted: Wed Oct 22, 2008 4:53 am
by JeffM
Shots are not tracked on the server, so the server can't fire a world weapon when they end since it doesn't know where they end.

...and seriously dude, English.

Re: Plugin Tutorial

Posted: Tue Oct 13, 2009 3:34 am
by Strakowski
Hey, great job on this! It covers essentially everything one needs to get started on plugin programming, which is a hard thing to put into explainable format. Also, there's a little mistake on the Custom Map Object section of the PDF: it lists "bz_registerCustomMapObject()" twice, once where it should be, and one where it should say "bz_removeCustomMapObject()". It's a little tiny thing and the source file is correct, but it just stuck out at me. :)