Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/config_games/server_configs/cs2_linux64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<cli_param id="CONTROL_PASSWORD" cli_string="+rcon_password " options="q" />
</cli_params>
<map_list>game/csgo/maps/maplist.txt</map_list>
<console_log>game/csgo/console.log</console_log>
<exe_location>game/bin/linuxsteamrt64</exe_location>
<max_user_amount>64</max_user_amount>
<control_protocol>rcon2</control_protocol>
Expand All @@ -26,7 +25,7 @@
</mod>
</mods>
<server_params>
<param key="+sv_setsteamaccount" type="text">
<param key="+sv_setsteamaccount" type="password">
<caption>Steam Account Login Token</caption>
<desc>Manage your steam tokens &lt;a href=https://steamcommunity.com/dev/managegameservers target=_blank&gt;here&lt;/a&gt;</desc>
</param>
Expand Down Expand Up @@ -86,4 +85,5 @@
<configuration_files>
<file description="The main config file">game/csgo/cfg/server.cfg</file>
</configuration_files>
</game_config>

</game_config>
2 changes: 1 addition & 1 deletion modules/config_games/server_configs/cs2_win64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</mod>
</mods>
<server_params>
<param key="+sv_setsteamaccount" type="text">
<param key="+sv_setsteamaccount" type="password">
<caption>Steam Account Login Token</caption>
<desc>Manage your steam tokens &lt;a href=https://steamcommunity.com/dev/managegameservers target=_blank&gt;here&lt;/a&gt;</desc>
</param>
Expand Down