0f8206596a
* Removed ZMarket as an external plugin (to be integrated next commit) * Updated weapon configs, removed weapongroups.txt and moved weapons.txt to root zr config folder. * Moved offset finding to respective module, made new forward *OnOffsetsFound. * Updated weapons&hitgroups config file format to match playerclass.txt * Updated translations. * Recoded weapon restrict menu, commented out all zadmin options that don't quite work. * Added weaponammo module (not finished but existent) * Started zmarket module.
50 lines
1.8 KiB
INI
50 lines
1.8 KiB
INI
// /*
|
|
// * ============================================================================
|
|
// *
|
|
// * Zombie:Reloaded
|
|
// *
|
|
// * File: zombiereloaded.cfg
|
|
// * Type: Config
|
|
// * 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:
|
|
// <Cvar description>
|
|
// Default: "<Default value>"
|
|
// <Cvar> "<Value>"
|
|
// ---------------------------------------------------------------------------
|
|
// Description:
|
|
// "<Simple description> [<Specification> = '<Meaning>' | ...]"
|
|
// OR
|
|
// "<Simple description> [<Flag>: <Value> | ...]"
|
|
//
|
|
// 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.
|
|
// --------------------------------------------------------------------------- |