ioquake3 configuration, written out as a cfg file that is loaded on startup via +exec. Keys are cvar names, values are the cvar values.
See https://ioquake3.org/help/players-guide/ for some available configuration options.
Declarations
Type
attribute set of (string or signed integer or floating point number or boolean)Default
{ }Example
{
name = "Player";
sensitivity = 5;
r_fullscreen = true;
cl_maxfps = 125;
}