From 52912a78e4770a114170e9e3f60b405ce3ac7085 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 9 Dec 2009 12:36:50 +0100 Subject: [PATCH] Updated docs with config reloading commands. --- docs/zr_manual.htm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) 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