Advertisement
DieFeM

Untitled

Jan 4th, 2023
1,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.83 KB | None | 0 0
  1. <game_config>
  2.   <game_key>rust_linux64</game_key>
  3.   <protocol>gameq</protocol>
  4.   <gameq_query_name>rust</gameq_query_name>
  5.   <installer>steamcmd</installer>
  6.   <game_name>Rust</game_name>
  7.   <server_exec_name>RustDedicated</server_exec_name>
  8.   <query_port type="add">2</query_port>
  9.   <cli_template>-batchmode +server.ip %IP% %PORT% %PLAYERS% %HOSTNAME% %IDENTITY% %WORLDSIZE% %SEED% %SALT% %TICKRATE% %MAP% %BCK% %SAVEINTERNAL% %SECURE% +rcon.ip %IP% %RCON_PORT% %RCONWEB% %CONTROL_PASSWORD% -logfile output.txt</cli_template>
  10.   <cli_params>
  11.     <cli_param id="IP" cli_string="" />
  12.     <cli_param id="PORT" cli_string="+server.port" options="s" />
  13.     <cli_param id="PLAYERS" cli_string="+server.maxplayers" options="s" />
  14.     <cli_param id="HOSTNAME" cli_string="+server.hostname" options="sq" />
  15.     <cli_param id="CONTROL_PASSWORD" cli_string="+rcon.password" options="sq" />
  16.   </cli_params>
  17.   <reserve_ports>
  18.     <port type="add" id="RCON_PORT" cli_string="+rcon.port" options="s">1</port>
  19.   </reserve_ports>
  20.   <console_log>output.txt</console_log>
  21.   <max_user_amount>500</max_user_amount>
  22.   <mods>
  23.     <mod key="default">
  24.       <name>None</name>
  25.       <installer_name>258550</installer_name>
  26.       <installer_login>anonymous</installer_login>
  27.     </mod>
  28.   </mods>
  29.   <server_params>
  30.     <param key="+server.identity" type="text" id="IDENTITY">
  31.       <default>my_server_identity</default>
  32.       <desc>Changes path to your server data (e.g. rust/server/my_server_identity).</desc>
  33.     </param>
  34.     <param key="+server.worldsize" type="text" id="WORLDSIZE">
  35.       <default>3000</default>
  36.       <options>s</options>
  37.       <desc>Defines the size of the map generated (min 1000, max 8000).</desc>
  38.     </param>
  39.     <param key="+server.seed" type="text" id="SEED">
  40.       <default>0</default>
  41.       <options>s</options>
  42.       <desc>Defines the map generation seed.</desc>
  43.     </param>
  44.     <param key="+server.salt" type="text" id="SALT">
  45.       <default>0</default>
  46.       <options>s</options>
  47.       <desc>Defines the randomization to mining resources.</desc>
  48.     </param>
  49.     <param key="+server.tickrate" type="text" id="TICKRATE">
  50.       <default>30</default>
  51.       <options>s</options>
  52.       <access>admin</access>
  53.       <desc>Defines the server tickrate (going higher than 30 is not recommended).</desc>
  54.     </param>
  55.     <param key="+server.level" type="select" id="MAP">
  56.       <option value="Barren">Barren</option>
  57.       <option value="CraggyIsland">Craggy Island</option>
  58.       <option value="HapisIsland">Hapis Island</option>
  59.       <option value="Procedural Map">Procedural Map</option>
  60.       <option value="SavasIsland">Savas Island</option>
  61.       <option value="SavasIsland_koth">Savas Island KoTH</option>
  62.       <desc>Defines the map of the server.</desc>
  63.     </param>
  64.     <param key="+backup" type="checkbox_key_value" id="BCK">
  65.       <desc>Enable automatic backups.</desc>
  66.     </param>
  67.     <param key="+server.saveinterval" type="text" id="SAVEINTERNAL">
  68.       <default>600</default>
  69.       <options>s</options>
  70.       <desc>Interval between the server saves the map.</desc>
  71.     </param>
  72.     <param key="+server.secure" type="select" id="SECURE">
  73.       <option value="true">Enabled</option>
  74.       <option value="false">Disabled</option>
  75.       <options>s</options>
  76.       <desc>Enables or disables Valve Anti-Cheat protection on the server.</desc>
  77.     </param>
  78.     <param key="+rcon.web" type="select" id="RCONWEB">
  79.       <option value="0">Disabled</option>
  80.       <option value="1">Enabled</option>
  81.       <options>s</options>
  82.       <desc>If set to enabled, use websocket RCON. If set to disabled, use legacy source engine RCON.</desc>
  83.     </param>
  84.   </server_params>
  85.   <environment_variables>
  86.     export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:{OGP_HOME_DIR}/RustDedicated_Data/Plugins/x86_64"
  87.   </environment_variables>
  88. </game_config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement