This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

SAMPLE PLUGIN: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
No edit summary
Mr Burns (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
SAMPLE PLUGIN is a standard [[Plug-ins|plug-in]] that is shipped with the [[BZFlag Source]] code. It is an example project intended to give new plug-in developers the framework they need to make a new plug-in module.
SAMPLE PLUGIN is a standard [[Plug-ins|plug-in]] that is shipped with the [[BZFlag Source]] code. It is an example project intended to give new plug-in developers the framework they need to make a new plug-in module.


To use it, simply create a copy of the SAMPLE_PLUGIN directory, and replace all instances of the text ''SAMPLE_PLUGIN'' with your plug-in name. Users that have access to a bash or other unix like shell can use the 'newplug.sh'' file to automate this process.
To use it, simply create a copy of the SAMPLE_PLUGIN directory, and replace all instances of the text ''SAMPLE_PLUGIN'' with your plug-in name. Users that have access to a bash or other unix like shell can use the 'newplug.sh' script to automate this process.


SAMPLE PLUGIN is included in version 2.0.4 and later releases.
SAMPLE PLUGIN is included in version [[BZFlag 2.0.4|v2.0.4]] and later releases.


[[Category:Development]]
[[Category:Development]]
[[Category:Plug-Ins]]
[[Category:Plug-Ins]]

Latest revision as of 13:17, 16 May 2009

SAMPLE PLUGIN is a standard plug-in that is shipped with the BZFlag Source code. It is an example project intended to give new plug-in developers the framework they need to make a new plug-in module.

To use it, simply create a copy of the SAMPLE_PLUGIN directory, and replace all instances of the text SAMPLE_PLUGIN with your plug-in name. Users that have access to a bash or other unix like shell can use the 'newplug.sh' script to automate this process.

SAMPLE PLUGIN is included in version v2.0.4 and later releases.