This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "ServerSidePlayerSample"

From BZFlagWiki
Jump to: navigation, search
(2.4 ! 2.99)
Line 1: Line 1:
ServerSideBotSample is a work-in-progress example [[Plug-ins|plug-in]] that creates a server side player. The plug-in is used to test and develop the new server side player API that is part of the new [[BZFS API]] in [[BZFlag 3.0|v2.99]]. At present the plug-in can cause a player to spawn, and will verbally taunt any user who joins the server.
+
ServerSideBotSample is a work-in-progress example [[Plug-ins|plug-in]] that creates a server side player. The plug-in is used to test and develop the new server side player API that is part of the new [[BZFS API]] in [[BZFlag 2.4|v2.4]]. At present the plug-in can cause a player to spawn, and will verbally taunt any user who joins the server.
  
ServerSideBotSample is under development and will be released with [[BZFlag 3.0|v3.0]] of BZFlag.
 
  
 
==Notes==
 
==Notes==

Revision as of 07:07, 9 February 2013

ServerSideBotSample is a work-in-progress example plug-in that creates a server side player. The plug-in is used to test and develop the new server side player API that is part of the new BZFS API in v2.4. At present the plug-in can cause a player to spawn, and will verbally taunt any user who joins the server.


Notes

As server support for players with out network connections, the ServerSideBotSample is rather unstable, and may crash the server on unforeseen events.