MyNixOS website logo
option

services.quake3-server.settings

Quake 3 cvars set via seta on server start (i.e. persisted, archive-flagged cvars – the vast majority of server settings). Note that options changed via RCON will not be persisted. To list all possible options, use "cvarlist 1" via RCON.

Declarations
Type
open submodule of attribute set of (null or string or boolean or signed integer or floating point number or 16 bit unsigned integer; between 0 and 65535 (both inclusive))
Default
{ }
Example
{
  g_gametype = 0;
  sv_hostname = "My Quake 3 server";
  sv_pure = true;
}