Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,25 +0,0 @@
|
|||
<game_config>
|
||||
<game_key>freecol_linux32</game_key>
|
||||
<game_name>FreeCol</game_name>
|
||||
<server_exec_name>FreeCol.jar</server_exec_name>
|
||||
<cli_template>java %XMX% -jar FreeCol.jar --server %HOSTNAME% %PORT% --log-console</cli_template>
|
||||
<cli_params>
|
||||
<cli_param id="HOSTNAME" cli_string="--server-name" options="qs" />
|
||||
<cli_param id="PORT" cli_string="--server-port" options="s" />
|
||||
</cli_params>
|
||||
<mods>
|
||||
<mod key="freecol">
|
||||
<name>None</name>
|
||||
</mod>
|
||||
</mods>
|
||||
<server_params>
|
||||
<param key="-Xmx" type="text" id="XMX">
|
||||
<default>512M</default>
|
||||
<options>ns</options>
|
||||
<desc>Maximum memory size for Java can be specified.</desc>
|
||||
</param>
|
||||
<param key="--private" type="checkbox_key_value">
|
||||
<desc>The game server runs as private server.</desc>
|
||||
</param>
|
||||
</server_params>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue