// Enable logging of events in the plugin. Fatal errors are always logged.
// Default: "1"
zr_log "1"
// A bit field that specify what event types to log. See logging section (3.3) in manual for details.
// Default: "2"
zr_log_flags "2"
// Enable module filtering. Only events from listed modules will be logged.
// Default: "0"
zr_log_module_filter "0"
// Don't log events triggered by console commands that are executed by the console itself, like commands in configs. Enable this command to avoid spamming logs with events like weapon restrictions.
// Default: "1"
zr_log_ignore_console "1"
// Always log error messages no matter what logging flags or modules filters that are enabled.
// Default: "1"
zr_log_error_override "1"
// Print log events to admin chat in addition to the log file.
// Default: "0"
zr_log_print_admins "0"
// Print log events to public chat in addition to the log file.
// Display class selection menu when a player spawn for the first time.
// Default: "0"
zr_classes_menu_join "0"
// Automatically close class selection menu after selecting a class.
// Default: "1"
zr_classes_menu_autoclose "1"
// Player is assigned a random class every spawn. [Override: zr_classes_default_*]
// Default: "0"
zr_classes_random "0"
// Time limit to change human class with instant change after spawning. Time is in seconds. Use 0 or negative to disable.
// Default: "20"
zr_classes_change_timelimit "20"
// Save players' class selections in server cookies and restore when connecting. [Override: zr_classes_default_*]
// Default: "1"
zr_classes_save "1"
// (Not implemented!) Admin-only class assigned to admins on connect, if any. ["default"=Default human class | "random" = Random admin-only class]
// Default: "random"
zr_classes_default_admin "default"
// (Incomplete) Admin-mode class assigned to admins on connect. Do not confuse this with admin-only classes. ["random"=Random admin class | "" = Class config default]
// Default: "random"
zr_classes_default_admin_mode "random"
// Human class assigned to players on connect. ["random"=Random human class | "" = Class config default]
// Default: "random"
zr_classes_default_human "random"
// Zombie class assigned to players on connect. ["random"=Random zombie class | "" = Class config default]
// Default: "random"
zr_classes_default_zombie "random"
// Zombie class assigned to mother zombies. ["motherzombies"=Random mother zombie class | "random" = Random regular zombie class | "disabled" = Don't change class on mother zombies]
// Default: "motherzombies"
zr_classes_default_mother_zombie "motherzombies"
// Allow players to select zombie classes.
// Default: "1"
zr_classes_zombie_select "1"
// Allow players to select human classes.
// Default: "1"
zr_classes_human_select "1"
// Allow admins to select admin mode classes. (Not to be confused by admin-only classes!)
// Default: "1"
zr_classes_admin_select "1"
// Speed method to use when applying player speed. Do not touch this if you don't know what you're doing! ["lmv"=Lagged movement value | "prop" = Player speed property]
// Default: "lmv"
zr_classes_speed_method "lmv"
// CS: GO only: Applies an upwards boost if necessary as a workaround for low knock back when standing on the ground. Side effects: Weaker and flying zombies (compensate with lower knock back).
// Default: "1"
zr_classes_csgo_knockback_boost "1"
// Overlay
// Allow players to toggle class overlay.
// Default: "1"
zr_classes_overlay_toggle "1"
// List of commands to hook that players can use to toggle class overlay. [Dependency: zr_classes_overlay_toggle | Delimiter: ", "]
// Default: "nightvision"
zr_classes_overlay_togglecmds "nightvision"
// Default class overlay toggle state set on connecting player.
// Dynamic mode: Infection ratio. Every n-th player is infected. | Absolute mode: Number of zombies to infect (positive ratio), or number of humans to keep (negative ratio).
// Default: "7"
zr_infect_mzombie_ratio "7"
// Minimum number of mother zombies. Range mode only, cannot be zero.
// Default: "1"
zr_infect_mzombie_min "1"
// Maximum number of mother zombies. Range mode only, cannot be zero.
// Default: "3"
zr_infect_mzombie_max "3"
// Counts down to the first infection of the round. The counter is displayed in the middle of the screen.
// Default: "0"
zr_infect_mzombie_countdown "0"
// Teleport mother zombies back to spawn on infect.
// Default: "0"
zr_infect_mzombie_respawn "0"
// Maximum time from the start of the round until picking the mother zombie(s).
// Default: "50.0"
zr_infect_spawntime_max "50.0"
// Minimum time from the start of the round until picking the mother zombie(s).
// Default: "30.0"
zr_infect_spawntime_min "30.0"
// Prevent a player from being chosen as mother zombie two rounds in a row.
// Default: "1"
zr_infect_consecutive_block "1"
// Force player to drop all weapons on infect, disabling this will strip weapons instead.
// Skybox file, relative to "materials/skybox" folder, to change map skybox to. This file is automatically downloaded to clients. [Dependency: zr_veffects_sky]
// Default: "sky_borealis01up.vmt"
zr_veffects_sky_path "sky_borealis01up.vmt"
// Sun
// Disable sun rendering on map.
// Default: "0"
zr_veffects_sun_disable "0"
// Fog (UNSUPPORTED) SourceMod currently doesn't support this feature.
// (UNSUPPORTED) Enable fog rendering on the map.
// Default: "0"
zr_veffects_fog "0"
// (UNSUPPORTED) If fog exists already on the map, then replace with new modified fog. [Dependency: zr_veffects_fog]
// Default: "0"
zr_veffects_fog_override "0"
// (UNSUPPORTED) Primary color of the fog. [Dependency: zr_veffects_fog]
// Default: "255 255 255"
zr_veffects_fog_pcolor "255 255 255"
// (UNSUPPORTED) Secondary color of the fog. [Dependency: zr_veffects_fog]
// Default: "255 255 255"
zr_veffects_fog_scolor "255 255 255"
// (UNSUPPORTED) Density (thickness) of the fog. [Dependency: zr_veffects_fog]
// Default: "0.8"
zr_veffects_fog_density "0.8"
// (UNSUPPORTED) Distance from player to start rendering foremost fog. [Dependency: zr_veffects_fog]
// Default: "0"
zr_veffects_fog_startdist "0"
// (UNSUPPORTED) Distance from player to stop rendering fog. [Dependency: zr_veffects_fog]
// Default: "400"
zr_veffects_fog_enddist "400"
// (UNSUPPORTED) Vertical clipping plane.
// Default: "2000"
zr_veffects_fog_farz "2000"
// Ragdoll
// Remove players' ragdolls from the game after a delay.
// Default: "1"
zr_veffects_ragdoll_remove "1"
// The ragdoll removal effect. ['-2'=Effectless removal | '-1' = Random effect | '0' = Energy dissolve | '1' = Heavy electrical dissolve | '2' = Light electrical dissolve | '3' = Core dissolve | Dependency: zr_veffects_ragdoll_remove]
// Default: "-1"
zr_veffects_ragdoll_dissolve "-1"
// Time to wait before removing the ragdoll. [Dependency: zr_veffects_ragdoll_remove]
// Override spawn team when spawning by means of ZSpawn.
// Default: "1"
zr_zspawn_team_override "1"
// Spawn player on zombie team when spawning by means of ZSpawn. [Dependency: zr_zspawn_team_override | Override: zr_respawn_team_zombie]
// Default: "0"
zr_zspawn_team_zombie "0"
// Block players disconnecting and rejoing the game using zspawn.
// Default: "1"
zr_zspawn_block_rejoin "1"
// Put a time limit on the use of ZSpawn.
// Default: "1"
zr_zspawn_timelimit "1"
// Time from the start of the round to allow ZSpawn. [Dependency: zr_zspawn_timelimit]
// Default: "120.0"
zr_zspawn_timelimit_time "120.0"
// Spawn player on the zombie team AFTER the timelimit is up. ['-1'=Block ZSpawn | '0' = Spawn as human | '1' = Spawn as zombie | Dependency: zr_zspawn_timelimit]