Skip to content
catageek edited this page Aug 8, 2013 · 24 revisions

#Definition

Address are used by Bytecart to identify a specific station in the world.

Address are composed of 3 parts :

  • A region number, between 1 and 2047
  • A ring number, between 1 and 2047
  • A station, between 1 and 255

Address are represented by putting the 3 parts together, separated by a dot : region.ring.station

Subnet

Any address belong to a subnet. The subnet is identified by the region and the ring number.

Address sharing the same region numer and the same ring number are in the same subnet. Stations in the same ring must have an address in the same subnet, i.e same region and ring number.

Example

22.7.11 designates station #11 in the subnet 22.7.0 (i.e in region #22, track #7).

22.7.7 is an address in the same subnet: the station is located in the same ring.

22.4.10 is an address in another subnet, and necessarily in another ring.

Representation of address

Address can be represented in 2 forms :

  • litterally in the form region.ring.station in commands and on signs.
  • in books prepared as tickets

Setting an address in tickets

ByteCart use internal functions to write address in tickets. Parameters are written litteraly in books and are readable by anyone. This is the default system.

Setting or modifying address

Address can be set in inventory by several means:

Commands

mego for the player himself

sendto sets address in storage cart

Signs

Left-click the signs or pass over them while riding a cart to activate them.

BC7010 gives a ticket to the player, has no effect on storage cart.

BC7011 gives ticket to storage carts and to players riding a cart passing on it.

Travelling

When a player wants to travel to a specific station from any point of the network, he needs to get a ticket and set his destination address before riding a cart. The inventory is the place where each ByteCart device will look for a ticket when performing routing operations.

When one wants to send a storage cart, one will use the inventory of the storage cart to store a ticket.

Clone this wiki locally