The Torque Master Server tms is a meeting place for Torque
game servers and clients. When a Torque game server is started, it sends
continuous heartbeats to the master server containing information about
the game type it offers, if a password is needed to connect etc. A game
client can query the master server with a game type and receives a list
of matching servers. A game client can then connect to one of those returned
servers.
Execute script
or program <file> every 5 (default) minutes. Following values will be passed
to the script or program on execution:
- The current Unix/POSIX time
- The
number of current servers
- The number of current players (total on all
servers)
- The number of current bots (total on all servers)
See option
--execinterval below on how to change the execution interval.
--execinterval
(-t) <int>
The interval <int> in minutes for the execution of an external script
or program. Defaults to 5 minutes. See option --exec above to get more information
about executing a script or program.