|
@@ -8,14 +8,12 @@
|
|
|
<cli_template>-console %GAME_TYPE% %HOSTNAME% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS% -condebug</cli_template>
|
|
<cli_template>-console %GAME_TYPE% %HOSTNAME% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS% -condebug</cli_template>
|
|
|
<cli_params>
|
|
<cli_params>
|
|
|
<cli_param id="PID_FILE" cli_string="-pidfile" options="s" />
|
|
<cli_param id="PID_FILE" cli_string="-pidfile" options="s" />
|
|
|
- <cli_param id="MAP" cli_string="+map" options="s" />
|
|
|
|
|
<cli_param id="IP" cli_string="-ip" options="s" />
|
|
<cli_param id="IP" cli_string="-ip" options="s" />
|
|
|
<cli_param id="PORT" cli_string="-port" options="s" />
|
|
<cli_param id="PORT" cli_string="-port" options="s" />
|
|
|
<cli_param id="PLAYERS" cli_string="+maxplayers" options="s" />
|
|
<cli_param id="PLAYERS" cli_string="+maxplayers" options="s" />
|
|
|
<cli_param id="GAME_TYPE" cli_string="-game" options="s" />
|
|
<cli_param id="GAME_TYPE" cli_string="-game" options="s" />
|
|
|
<cli_param id="HOSTNAME" cli_string="+hostname" options="sq" />
|
|
<cli_param id="HOSTNAME" cli_string="+hostname" options="sq" />
|
|
|
</cli_params>
|
|
</cli_params>
|
|
|
- <maps_location>mod/maps/</maps_location>
|
|
|
|
|
<console_log>garrysmod/console.log</console_log>
|
|
<console_log>garrysmod/console.log</console_log>
|
|
|
<max_user_amount>128</max_user_amount>
|
|
<max_user_amount>128</max_user_amount>
|
|
|
<control_protocol>rcon2</control_protocol>
|
|
<control_protocol>rcon2</control_protocol>
|
|
@@ -41,6 +39,11 @@
|
|
|
</text>
|
|
</text>
|
|
|
</replace_texts>
|
|
</replace_texts>
|
|
|
<server_params>
|
|
<server_params>
|
|
|
|
|
+ <param id="MAP" key="+map" type="text">
|
|
|
|
|
+ <default>gm_flatgrass</default>
|
|
|
|
|
+ <caption>Map</caption>
|
|
|
|
|
+ <desc>Set the map the server will start.</desc>
|
|
|
|
|
+ </param>
|
|
|
<param key="+gamemode" type="text">
|
|
<param key="+gamemode" type="text">
|
|
|
<caption>Gamemode</caption>
|
|
<caption>Gamemode</caption>
|
|
|
<desc>Set the gamemode the server will use.</desc>
|
|
<desc>Set the gamemode the server will use.</desc>
|