Skip to content

Configure Default Variables during Game Server install

Robomikel edited this page Jul 26, 2022 · 5 revisions

After installing SSM, for the config-local\local_settings.ps1 to generate. You will have to run ./ssm at least once with no params. default config will be downloaded during install. By default you will be prompted for each variable during the install. You can change this by changing the version var in config-local\local_settings.ps1. $version = 1 in local_settings.ps1 which will disable the prompt for each variable but allow you a pause to edit the config-local\*_default.ps1 manually after it is downloaded.

config-local\*_default.ps1 will be downloaded after the server is downloaded with Steamcmd

After installing the server, go to Steam-Server-Manager\config-local\ and look for the default install variables script.
Example: 7days2die_default.ps1

This will have the default variables. Like Server Name and Ports used during the install. SSM will add these variables to your Launch script and default starting launch Params. You can also run install command again to update any changes.