Range
0 to 2
Default Value
0
PHost only!
Optional!

This option does not affect anything in the game, it affects how the configuration file is handled.

  • Value 0 (default) is, well, the default behavior.
  • Value 1 causes PHost to complain (with a warning) if you forgot an optional setting. For example, the DisablePasswords option is normally not required and it doesn't harm to leave it out. With ConfigLevel = 1, PHost will warn you anyway.
  • Value 2 causes PHost to complain if you forgot an unnecessary setting. For example, when AllowHiss is off, the HissEffectRate is not needed. At ConfigLevel = 2, PHost will complain if you left out such an option anyway.

The intention is that, when preparing a config file, you can increase the ConfigLevel to check whether you left out some option that is important to you. For the game, you can remove this setting again. The ConfigLevel setting itself is optional.