Steam User This is a required setting and cannot be set to anonymous. | STEAM_USER | none | nullable|string |
Steam Password Steam User Password | STEAM_PASS | none | nullable|string |
Game ID The ID corresponding to the game to download and run using SRCDS | SRCDS_APPID | 3796810 | string |
Steam Auth Steam account auth code. Required if you have 2fa enabled | STEAM_AUTH | none | nullable|string|max:5 |
Auto Update Server This is to auto-update the game server | AUTO_UPDATE | 1 | required|boolean |
Difficulty Starting map difficulty, choose from [easy, medium, hard, extreme].
Used for the very first map, if one is not supplied from an imported character. | Difficulty | easy | required|in:easy,medium,hard,extreme |
Password By default the server will start with no password required for players to connect. It is
recommended to set one to ensure only players you intend can connect. | PASSWORD | changeme | nullable|max:20 |
Admin Password If an admin password is set, players with the correct password can authenticate in-game in order to kick and ban other players. | ADMIN_PASSWORD | letmein | required|string|max:20 |
Max players By default Nightingale supports a maximum of six players in a realm. This maximum can bechanged through a command-line argument.
Please note that increasing the maximum number of players past six is unsupported and may result in unintended behaviour. | MAX_PLAYER | 6 | required|numeric |
Cheats Mode To allow use of the cheat/debug menu and commands, add the enable cheats command-line argument. Players will need to authenticate with the admin password to use the cheats in-game. | CHEATS | 1 | required|boolean |