Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Configuration File

richardbunt edited this page Nov 16, 2014 · 2 revisions

This XML file is used to configure various aspects of Telemachus and can be found in the GameData/Telemachus/Plugins/PluginData/Telemachus directory. The available configurations options are listed below.

Port

  <int name="PORT">8085</int>

The above entry sets the port which Telemachus listens for connections on.

IP Address

  <string name="IPADDRESS">192.168.1.60</string>

The above entry sets the IP Address of the network interface which Telemachus should listen on. If the IP address is set to -1, then Telemachus will listen on all available interfaces.

Part-less

<int name="PARTLESS">1</int>

The above entry sets whether Telemachus should be part-less or not. Specify a 1 to enable Telemachus on all ships and a 0 to enforce the need for the part on a ship. If this configuration entry is not present then Telemachus will default to requiring a part to transmit data.

Maximum Request Length

<int name="MAXREQUESTLENGTH">20000</int>

The above entry sets the maximum HTTP request size and if this configuration entry is not present it defaults to 10000 bytes. The minimum allowable value is 8000 bytes.

Clone this wiki locally