Skip to content

Steam configuration

7thCore edited this page Jan 25, 2022 · 4 revisions

This is optional. You can skip this and the script will use it's default values (SteamCMD integration being disabled).

You can run this function again to reconfigure, enable or disable SteamCMD integration.


Using the script

Login to the hlnsrv user, run the script and follow the instructions:

hlnsrv-script config_steam

Manual

Run SteamCMD at least once with the hlnsrv user. If you have two factor authentication on Steam, it has to be set to email. The mobile app will not work with this script, however you do have te option to leave this and update your server manually.

steamcmd +login anonymous +quit

Create the following file and add these lines to it based on your desired configuration (1 is true, 0 is false):

/srv/hlnsrv/config/hlnsrv-steam.conf
steamcmd_beta_branch=0
steamcmd_beta_branch_name=none

You can download the game with SteamCMD by executing the following command:

steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir /srv/hlnsrv/server/drive_c/Games/Hellion +login anonymous +app_update 598850 validate +quit

Clone this wiki locally