// ============================================================================ // // Zombie:Reloaded Class configuration // // See Class Configuration (3.7) in the manual for detailed info. // // ============================================================================ // // SHORT DESCRIPTIONS // // Attribute: Values: Description: // ---------------------------------------------------------------------------- // enabled yes/no Enables or disables a class. // team number Specifies what team the class belongs to: // 0 - Zombies // 1 - Humans // 2 - Admin mode classes (incomplete feautre!) // team_default yes/no Marks the class as the default class in the team. // flags number Special class flags (bit field). To combine multiple flags // use a sum of the flag values. Available flags: // 1 - Admins only // 2 - Mother zombies only // group text Restrict class to member of this SourceMod group. Leave blank for no restriction. // name text The class name used in class menu. // description text The class description used in class menu. // model_path text Path to model to use. Relative to cstrike folder. // alpha_initial number Initial transparency setting. // alpha_damaged number Transparency when damaged. // alpha_damage number How much damage to do before switching alpha. // overlay_path text Overlay displayed at the player. // nvgs yes/no Give night vision. // fov number Field of view value. 90 is default. // has_napalm yes/no Allows player to throw napalm grenades. Humans only. // napalm_time decimal Napalm burn duration. Zombies only. // immunity_mode number Sets the immunity mode. // immunity_amount decimal Sets the immunity value. // no_fall_damage on/off Disables fall damage. // health number How many health points to give. // health_regen_interval decimal Sets the regeneration interval. 0 to disable. // health_regen_amount number How much HP to give per interval. // health_infect_gain number How much HP to give when the player infects someone. Zombies only. // kill_bonus number How many points to give per kill. Zombies only. // speed decimal The player speed. // knockback decimal Force of the knockback when shot at. Zombies only. // jump_height decimal Multiplier of the players jump height. 0.0 means no jump boost, 1.0 is normal. // jump_distance decimal Multiplier of the players jump distance. 0.0 means no forward jump boost, 1.0 is normal. "classes" { // ------------------------------------------ // // Zombie classes // // ------------------------------------------ "zombie_fast" { // General "enabled" "yes" "team" "0" "team_default" "no" "flags" "0" "group" "" "name" "Fast: Verdugo Monster" "description" "- HP | + Speed" // Model "model_path" "models/player/elis/vd/verdugo.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "no" "napalm_time" "5.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "yes" "health" "4000" "health_regen_interval" "0.0" "health_regen_amount" "0" "health_infect_gain" "0" "kill_bonus" "1" "speed" "50" "knockback" "1.0" "jump_height" "1.2" "jump_distance" "1.0" } "zombie_fast" { // General "enabled" "yes" "team" "0" "team_default" "yes" "flags" "0" "group" "" "name" "Fast: Mean Ghoul" "description" "- HP | + Speed" // Model "model_path" "models/player/slow/fallout_3/ghoul/slow.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "no" "napalm_time" "5.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "yes" "health" "4000" "health_regen_interval" "0.0" "health_regen_amount" "0" "health_infect_gain" "0" "kill_bonus" "1" "speed" "50" "knockback" "1.0" "jump_height" "1.2" "jump_distance" "1.0" } "zombie_fast" { // General "enabled" "yes" "team" "0" "team_default" "no" "flags" "0" "group" "" "name" "Fast: Glowing Ghoul" "description" "- HP | + Speed" // Model "model_path" "models/player/slow/fallout_3/glowing_one/slow.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "no" "napalm_time" "5.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "yes" "health" "4000" "health_regen_interval" "0.0" "health_regen_amount" "0" "health_infect_gain" "0" "kill_bonus" "1" "speed" "50" "knockback" "1.0" "jump_height" "1.2" "jump_distance" "1.0" } "zombie_heavy" { // General "enabled" "yes" "team" "0" "team_default" "no" "flags" "0" "group" "" "name" "Heavy: A giant out of Hell" "description" " +HP | - Speed" // Model "model_path" "models/player/slow/krall/slow.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "no" "napalm_time" "10.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "yes" "health" "6000" "health_regen_interval" "0.0" "health_regen_amount" "0" "health_infect_gain" "0" "kill_bonus" "1" "speed" "10" "knockback" "0.5" "jump_height" "1.0" "jump_distance" "1.0" } "zombie_heavy" { // General "enabled" "yes" "team" "0" "team_default" "no" "flags" "0" "group" "" "name" "Heavy: A real Mutant" "description" "+ HP | - Speed" // Model "model_path" "models/player/slow/real_mutant/slow_real_mutant.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "no" "napalm_time" "10.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "yes" "health" "6000" "health_regen_interval" "0.0" "health_regen_amount" "0" "health_infect_gain" "0" "kill_bonus" "1" "speed" "10" "knockback" "0.5" "jump_height" "1.0" "jump_distance" "1.0" } "zombie_heavy" { // General "enabled" "yes" "team" "0" "team_default" "no" "flags" "0" "group" "" "name" "Heavy: Out of Chernobyl it came!" "description" "+ HP | - Speed" // Model "model_path" "models/player/slow/bloodsucker_pack/slow_chernobyl.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "no" "napalm_time" "10.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "yes" "health" "6000" "health_regen_interval" "0.0" "health_regen_amount" "0" "health_infect_gain" "0" "kill_bonus" "1" "speed" "10" "knockback" "0.5" "jump_height" "1.0" "jump_distance" "1.0" } // ------------------------------------------ // // Human classes // // ------------------------------------------ "human_normal" { // General "enabled" "yes" "team" "1" "team_default" "yes" "flags" "0" "group" "" "name" "Normal: 50 Cent, yo Man!" "description" "150 HP | normal Speed" // Model "model_path" "models/player/slow/50cent/slow.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "yes" "napalm_time" "0.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "no" "health" "150" "health_regen_interval" "0.0" "health_regen_amount" "0" "health_infect_gain" "0" "kill_bonus" "1" "speed" "10" "knockback" "0" "jump_height" "1.0" "jump_distance" "1.0" } "human_speedy" { // General "enabled" "yes" "team" "1" "team_default" "no" "flags" "0" "group" "" "name" "Fast: OMG, Sam Fisher!" "description" "100 HP | + Speed" // Model "model_path" "models/player/elis/fsv2/fischer.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "yes" "napalm_time" "0.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "0" "health" "100" "health_regen_interval" "0.0" "health_regen_amount" "0" "health_infect_gain" "0" "kill_bonus" "1" "speed" "50" "knockback" "0" "jump_height" "1.0" "jump_distance" "1.0" } "human_admin" { // General "enabled" "yes" "team" "1" "team_default" "no" "flags" "1" "group" "" "name" "Admin Skin: Go for it Nomad!" "description" "200 HP" // Model "model_path" "models/player/slow/nanosuit/slow_nanosuit.mdl" "alpha_initial" "255" "alpha_damaged" "255" "alpha_damage" "0" // Hud "overlay_path" "" "nvgs" "no" "fov" "90" // Effects "has_napalm" "yes" "napalm_time" "0.0" // Player behaviour "immunity_mode" "0" "immunity_amount" "0.0" "no_fall_damage" "yes" "health" "200" "health_regen_interval" "1.0" "health_regen_amount" "10" "health_infect_gain" "0" "kill_bonus" "1" "speed" "80" "knockback" "0" "jump_height" "1.0" "jump_distance" "1.0" } }