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
(New page: 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 par...)
 
m (-cat)
Line 8: Line 8:
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:Plug-Ins]]
 
[[Category:Plug-Ins]]
[[Category:Server_security]]
 

Revision as of 21:33, 12 March 2007

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.1. 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 v2.2 of BZFlag.

Notes

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