Skip to content

Post installation

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

Script configuration

The script has multiple configuration functions to enable integrations. The config_script is not optional and must be configured.

These functions can be re-executed to change the configuration or you can edit the configuration files manually. The configuration files are located in the following folder:

/srv/hlnsrv/config

For details and manual instructions on each of these functions check the wiki.

Command Description Wiki page
Configuration and installation:
config_script Configures the script, enables the systemd services and installs the wine prefix. Wiki: Script configuration
config_steam Configures steamcmd, automatic updates and installs the game server files. Wiki: Steam configuration
config_discord Configures discord integration. Wiki: Discord configuration
config_email Configures email integration. Due to postfix configuration files being in /etc this has to be executed as root. Wiki: Email configuration
config_tmpfs Configures tmpfs/ramdisk. Due to it adding a line to /etc/fstab this has to be executed as root. Wiki: Tmpfs configuration

Game specific tweaks

Rename GameServer_example.ini to GameServer.ini and edit the file with a text editor. Change your settings the way you like them. See example below.

server_name=My Private Server
server_password=12345678
game_client_port=5969
status_port=5970
max_players=20

Clone this wiki locally