diff options
author | 2018-06-22 11:07:07 +0200 | |
---|---|---|
committer | 2018-06-22 20:39:47 +0200 | |
commit | 5bc006637ea7b908a0ce13f45687f34b32466a55 (patch) | |
tree | 97e5f26d9c4e218a5ce8483a70a8684351e11e87 /games-server/steamcmd/files/steamcmd.confd | |
parent | profiles/license_groups: add SteamCMD license to EULA group (diff) | |
download | gentoo-5bc006637ea7b908a0ce13f45687f34b32466a55.tar.gz gentoo-5bc006637ea7b908a0ce13f45687f34b32466a55.tar.bz2 gentoo-5bc006637ea7b908a0ce13f45687f34b32466a55.zip |
games-server/steamcmd: New package
Closes: https://bugs.gentoo.org/652236
Closes: https://github.com/gentoo/gentoo/pull/7776
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'games-server/steamcmd/files/steamcmd.confd')
-rw-r--r-- | games-server/steamcmd/files/steamcmd.confd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games-server/steamcmd/files/steamcmd.confd b/games-server/steamcmd/files/steamcmd.confd new file mode 100644 index 000000000000..dcaf8036b88a --- /dev/null +++ b/games-server/steamcmd/files/steamcmd.confd @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Specifies, which server binary is used. +# This could be 'hlds_run' or 'srcds_run', depending on your game. +STEAMCMD_BINARY="hlds_run" + +# Path to the files of your started server. +# It's recommended to use: +# '/opt/steamcmd/hlds' for older HL1 based mods. +# '/opt/steamcmd/srcds' for newer HL2 based mods. +STEAMCMD_PATH="/opt/steamcmd/hlds" + +# Options for your server binary. +STEAMCMD_OPTS="-game valve +ip 127.0.0.1 +maxplayers 32 +map crossfire -pingboost 3" |