added cfg

This commit is contained in:
2025-09-04 16:28:32 +02:00
commit 73f1f0ea28
41 changed files with 1857 additions and 0 deletions

11
machine_convars_default.vcfg Executable file
View File

@@ -0,0 +1,11 @@
"config"
{
"convars"
{
//
// NOTE: do NOT put anything in here, if you want to override code-level default/min/max values
// for engine/system cvars then put them in gameinfo.gi "ConVars" section.
// Mod-specific convars must have default/min/max values compiled correctly in code.
//
}
}