-
Notifications
You must be signed in to change notification settings - Fork 50
Configuration File
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.
<int name="PORT">8085</int>
The above entry sets the port which Telemachus listens for connections on.
<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.
<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.
<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.