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

Fastmap

From BZFlagWiki
Revision as of 18:27, 13 November 2009 by Bullet Catcher (Talk | contribs) (minor clarification, link to the correct HTTPServer page)

Jump to: navigation, search

When the BZFlag client downloads a server map via its usual TCP connection, the speed is limited by the server to 1 KB per frame. This can cause large maps to take many seconds to download, straining the patience of eager players.

The fastmap plugin provides for the transfer of the server's BZW map file in a separate HTTP connection, allowing much faster download (hence the name, fastmap). No changes to the map file are required to take advantage of this.

This plugin requires the HTTPServer plugin to either be in the same directory as fastmap.so, or to be previously loaded. Unlike other HTTP server plugins, fastmap does not create a virtual directory.