diff --git a/docs/zr_manual.htm b/docs/zr_manual.htm index 02f2938..35566f1 100644 --- a/docs/zr_manual.htm +++ b/docs/zr_manual.htm @@ -430,6 +430,46 @@ results and is an example of why strings should be quoted.

that modify loaded data must be put in post configuration files. How to configure each file is explained in their own sections.

+

Configuration files also can be reloaded in-game when testing or tuning stuff.

+ +
+ + + + + + + + + + + + + + + + + + +
Configuration File Console Commands
Syntax:
zr_config_reload <file alias>
+

Reloads a config file.

+

Parameters:

+
+ + + + +
file aliasThe module to reload. Available options: +
    +
  • models
  • +
  • downloads
  • +
  • classes
  • +
  • weapons
  • +
  • hitgroups
  • +
+
+
zr_config_reloadall

Reloads all config files.

+

3.3 Logging