// /* // * ============================================================================ // * // * Zombie:Reloaded // * // * File: zombiereloaded.cfg // * Type: Core // * Description: Plugin cvar configuration. // * // * ============================================================================ // */ // // // Notes // --------------------------------------------------------------------------- // All notes are generalities, exceptions will be noted in appropriate place. // --------------------------------------------------------------------------- // * All units of time are read in seconds. // * ... // --------------------------------------------------------------------------- // Format: // // Default: "" // "" // --------------------------------------------------------------------------- // Description: // " [ = '' | ...]" // OR // " [: | ...]" // // Specifications: // These are specific values that the cvar can be set to. Used to illustrate // the scale of a cvar, min/max values, etc. // // Meaning: // The description of what the specification does. // // Flag: // Includes any of the following: // * "Dependency" - Means this cvar relies on another cvar to be enabled. // E.G. Has no effect until its dependencies are enabled. // * "Delimiter" - Separate each item by this given character. // * "Override" - Means this cvar overrides another if enabled. // * "Recommended" - Means another cvar is recommended to be enabled if this // one is. // ... // // Value: // The value of the flag. Usually a referenced cvar. // ---------------------------------------------------------------------------