Mapper lets you display maps of the game world to players, using BYOND's built-in browser. Turfs, mobs, and objs are all displayed on this map. You can individually specify atom types to be excluded from the map. During testing, a "bug" was found which made the transfer of maps to connecting clients take a very, very long time - the server is quite quick, but there seems to be a lot of bandwidth used. As a result, it may seem to players that the map is never displayed. That is why this library is Beta, rather than Polished. :-) To minimize this, you can tell Crispy.Mapper to only display turfs on the map (read the instructions in the source code). This usually greatly improves map download times. Thanks to:
|