diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-10-10 15:16:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 16:16:59 +0200 |
commit | 1d76cdef17c5feb251576a1563d239b1d2f246c8 (patch) | |
tree | 090548e9ec37ea1122ff52d1b242b0148e3821b2 | |
parent | 8a5de4e4e59b75644f2792a840a743828dfdd887 (diff) | |
download | NorthstarWiki-1d76cdef17c5feb251576a1563d239b1d2f246c8.tar.gz NorthstarWiki-1d76cdef17c5feb251576a1563d239b1d2f246c8.zip |
Document `mileslog_enable` convar (#234)
-rw-r--r-- | docs/hosting-a-server-with-northstar/server-settings/convars.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/server-settings/convars.md b/docs/hosting-a-server-with-northstar/server-settings/convars.md index 77277c2..81e1945 100644 --- a/docs/hosting-a-server-with-northstar/server-settings/convars.md +++ b/docs/hosting-a-server-with-northstar/server-settings/convars.md @@ -32,6 +32,7 @@ They allow the server admin to set server's properties like the name, port, and | `sv_max_snapshots_multiplayer` | The number of snapshots stored locally for use in replays, this should be set to sv\_updaterate\_mp \* 15 | `300` | `int` | | `host_skip_client_dll_crc` | Whether the server should allow clients with modified client.dll files to connect, these are used for visor colour edit mods | `1` | `0-1` | | `dedi_sendPrintsToClient` | Whether the dedicated server should forward all logs to connected clients, which is useful for testing/debugging on a dedicated server. If `-1`, send no prints to clients. If `0`, send prints to the first client connected only. If `1`, send prints to all clients | `-1` | `-1-1` | +| `mileslog_enable` | Whether to log Miles audio system prints. | `0` | `0-1` | ## Monitoring |