forked from avescodes/tpserver-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtpserver-cpp.xml.in
22 lines (22 loc) · 973 Bytes
/
tpserver-cpp.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<!DOCTYPE tpconfig SYSTEM "../tpconfig.dtd">
<tpconfig>
<server name="tpserver-cpp">
<longname>tpserver-cpp</longname>
<version>@VERSION@</version>
<description>Thousand Parsec server in C++.</description>
<commandstring>tpserver-cpp -d --configure /dev/null --ruleset %(rname)s --tp_port %(port)d</commandstring>
<forced>--game_load yes</forced>
<forced>--game_start yes</forced>
<forced>--network_start yes</forced>
<forced>--add_players yes</forced>
<forced>--autoadd_players yes</forced>
<forced>--turn_player_threshold 100</forced>
<parameter name="turnlength" type="I">
<longname>Turn Length</longname>
<description>Maximum length of a turn (0 for unlimited).</description>
<default>0</default>
<commandstring>--turn_length_over_threshold %d</commandstring>
</parameter>
</server>
</tpconfig>