48 lines
1.4 KiB
XML
48 lines
1.4 KiB
XML
<game_config>
|
|
<game_key>jcmp_linux32</game_key>
|
|
<gameq_query_name>Jc2</gameq_query_name>
|
|
<installer>steamcmd</installer>
|
|
<game_name>Just Cause 2 Multiplayer</game_name>
|
|
<server_exec_name>Jcmp-Server</server_exec_name>
|
|
<cli_template>%IP% %PORT% %PLAYERS%</cli_template>
|
|
<cli_params>
|
|
<cli_param id="IP" cli_string="BindIP" options="s" />
|
|
<cli_param id="PORT" cli_string="BindPort" options="s" />
|
|
<cli_param id="PLAYERS" cli_string="MaxPlayers" options="s" />
|
|
</cli_params>
|
|
<max_user_amount>5000</max_user_amount>
|
|
<control_protocol>lcon</control_protocol>
|
|
<mods>
|
|
<mod key="jcmp">
|
|
<name>none</name>
|
|
<installer_name>261140</installer_name>
|
|
<installer_login>anonymous</installer_login>
|
|
</mod>
|
|
</mods>
|
|
<replace_texts>
|
|
<text key="max_players">
|
|
<default>(MaxPlayers\s*=)(.*)</default>
|
|
<var>${1}</var>
|
|
<filepath>config.lua</filepath>
|
|
<options>sc</options>
|
|
</text>
|
|
<text key="home_name">
|
|
<default>(Name\s*=)(.*)</default>
|
|
<var>${1}</var>
|
|
<filepath>config.lua</filepath>
|
|
<options>sqc</options>
|
|
</text>
|
|
<text key="ip">
|
|
<default>(BindIP\s*=)(.*)</default>
|
|
<var>${1}</var>
|
|
<filepath>config.lua</filepath>
|
|
<options>sqc</options>
|
|
</text>
|
|
<text key="port">
|
|
<default>(BindPort\s*=)(.*)</default>
|
|
<var>${1}</var>
|
|
<filepath>config.lua</filepath>
|
|
<options>sc</options>
|
|
</text>
|
|
</replace_texts>
|
|
</game_config>
|