2009-04-07 19:16:15 +02:00
|
|
|
// ============================================================================
|
|
|
|
//
|
|
|
|
// ZOMBIE:RELOADED
|
|
|
|
// Class configurations
|
|
|
|
//
|
|
|
|
// Check the class configuration section in the manual for detailed info.
|
|
|
|
//
|
|
|
|
// ============================================================================
|
|
|
|
//
|
|
|
|
// SHORT DESCRIPTIONS
|
|
|
|
//
|
|
|
|
// Attribute: Values: Description:
|
|
|
|
// ----------------------------------------------------------------------------
|
|
|
|
// enabled 0/1 Enables or disables a class.
|
|
|
|
// team number Specifies what type of class it is:
|
|
|
|
// 0 - Zombies
|
|
|
|
// 1 - Humans
|
|
|
|
// 2 - Admins only (incomplete feature!)
|
|
|
|
// team_default 0/1 Marks the class as the default class in the team.
|
|
|
|
// 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.
|
2009-05-12 03:12:05 +02:00
|
|
|
// alpha_initial number Initial transparency setting.
|
2009-04-07 19:16:15 +02:00
|
|
|
// 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 0/1 Give night vision.
|
|
|
|
// fov number Field of view value. 90 is default.
|
|
|
|
// immunity_mode number Sets the immunity mode.
|
|
|
|
// immunity_amount decimal Sets the immunity value.
|
|
|
|
// no_fall_damage 0/1 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. Humans only.
|
|
|
|
// speed decimal The player speed.
|
|
|
|
// knockback decimal Force of the knockback when shot at. Zombies only.
|
2009-05-10 18:49:47 +02:00
|
|
|
// jump_height decimal Extra upwards jump boost in units. 0.0 for no extra boost.
|
|
|
|
// jump_distance decimal Extra forwards jump boost multiplier. 0.2 is normal distance.
|
2009-04-07 19:16:15 +02:00
|
|
|
|
|
|
|
"classes"
|
|
|
|
{
|
|
|
|
// ------------------------------------------
|
|
|
|
//
|
|
|
|
// Zombie classes
|
|
|
|
//
|
|
|
|
// ------------------------------------------
|
|
|
|
"classic"
|
|
|
|
{
|
|
|
|
// General
|
|
|
|
"enabled" "1"
|
|
|
|
"team" "0"
|
|
|
|
"team_default" "1"
|
|
|
|
|
|
|
|
"name" "Classic"
|
|
|
|
"description" "Need brains!!! Arrrrggghh!"
|
|
|
|
|
|
|
|
// Model
|
|
|
|
"model_path" "models/player/zh/zh_charple001.mdl"
|
2009-05-12 03:58:43 +02:00
|
|
|
"alpha_initial" "255"
|
2009-04-07 19:16:15 +02:00
|
|
|
"alpha_damaged" "255"
|
|
|
|
"alpha_damage" "0"
|
|
|
|
|
|
|
|
// Hud
|
|
|
|
"overlay_path" "overlays/zr/zvision"
|
2009-04-25 14:19:14 +02:00
|
|
|
"nvgs" "0"
|
2009-04-07 19:16:15 +02:00
|
|
|
"fov" "90"
|
|
|
|
|
|
|
|
// Effects
|
|
|
|
"napalm_time" "10.0"
|
|
|
|
|
|
|
|
// Player behaviour
|
|
|
|
"immunity_mode" "0"
|
|
|
|
"immunity_amount" "0.0"
|
|
|
|
"no_fall_damage" "1"
|
|
|
|
|
2009-05-10 18:49:47 +02:00
|
|
|
"health" "2500"
|
2009-04-07 19:16:15 +02:00
|
|
|
"health_regen_interval" "0.0"
|
|
|
|
"health_regen_amount" "0"
|
2009-05-10 18:49:47 +02:00
|
|
|
"health_infect_gain" "700"
|
2009-04-07 19:16:15 +02:00
|
|
|
"kill_bonus" "2"
|
|
|
|
|
|
|
|
"speed" "350"
|
2009-05-10 18:49:47 +02:00
|
|
|
"knockback" "4"
|
|
|
|
"jump_height" "10.0"
|
|
|
|
"jump_distance" "0.3"
|
2009-04-07 19:16:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"fast"
|
|
|
|
{
|
|
|
|
// General
|
|
|
|
"enabled" "1"
|
|
|
|
"team" "0"
|
|
|
|
"team_default" "0"
|
|
|
|
|
|
|
|
"name" "Fast"
|
|
|
|
"description" "-HP | +Speed | +Jump | +Knockback"
|
|
|
|
|
|
|
|
// Model
|
|
|
|
"model_path" "models/player/zh/zh_corpse002.mdl"
|
2009-05-12 03:58:43 +02:00
|
|
|
"alpha_initial" "255"
|
2009-04-07 19:16:15 +02:00
|
|
|
"alpha_damaged" "255"
|
|
|
|
"alpha_damage" "0"
|
|
|
|
|
|
|
|
// Hud
|
|
|
|
"overlay_path" "overlays/zr/zvision"
|
2009-04-25 14:19:14 +02:00
|
|
|
"nvgs" "0"
|
2009-04-07 19:16:15 +02:00
|
|
|
"fov" "90"
|
|
|
|
|
|
|
|
// Effects
|
|
|
|
"napalm_time" "5.0"
|
|
|
|
|
|
|
|
// Player behaviour
|
|
|
|
"immunity_mode" "0"
|
|
|
|
"immunity_amount" "0.0"
|
|
|
|
"no_fall_damage" "1"
|
|
|
|
|
2009-04-25 14:19:14 +02:00
|
|
|
"health" "2000"
|
2009-04-07 19:16:15 +02:00
|
|
|
"health_regen_interval" "0.0"
|
|
|
|
"health_regen_amount" "0"
|
|
|
|
"health_infect_gain" "500"
|
|
|
|
"kill_bonus" "2"
|
|
|
|
|
|
|
|
"speed" "380"
|
2009-05-10 18:49:47 +02:00
|
|
|
"knockback" "4.5"
|
|
|
|
"jump_height" "30.0"
|
|
|
|
"jump_distance" "0.4"
|
2009-04-07 19:16:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"mutated"
|
|
|
|
{
|
|
|
|
// General
|
|
|
|
"enabled" "1"
|
|
|
|
"team" "0"
|
|
|
|
"team_default" "0"
|
|
|
|
|
|
|
|
"name" "Mutated"
|
|
|
|
"description" "+HP | -Speed | +Jump | +Knockback"
|
|
|
|
|
|
|
|
// Model
|
|
|
|
"model_path" "models/player/zh/zh_zombie003.mdl"
|
2009-05-12 03:58:43 +02:00
|
|
|
"alpha_initial" "255"
|
2009-04-07 19:16:15 +02:00
|
|
|
"alpha_damaged" "255"
|
|
|
|
"alpha_damage" "0"
|
|
|
|
|
|
|
|
// Hud
|
|
|
|
"overlay_path" "overlays/zr/zvision"
|
2009-04-25 14:19:14 +02:00
|
|
|
"nvgs" "0"
|
2009-04-07 19:16:15 +02:00
|
|
|
"fov" "90"
|
|
|
|
|
|
|
|
// Effects
|
|
|
|
"napalm_time" "15.0"
|
|
|
|
|
|
|
|
// Player behaviour
|
|
|
|
"immunity_mode" "0"
|
|
|
|
"immunity_amount" "0.0"
|
|
|
|
"no_fall_damage" "1"
|
|
|
|
|
2009-05-10 18:49:47 +02:00
|
|
|
"health" "3500"
|
2009-04-07 19:16:15 +02:00
|
|
|
"health_regen_interval" "0.0"
|
|
|
|
"health_regen_amount" "0"
|
2009-05-10 18:49:47 +02:00
|
|
|
"health_infect_gain" "850"
|
2009-04-07 19:16:15 +02:00
|
|
|
"kill_bonus" "2"
|
|
|
|
|
|
|
|
"speed" "275"
|
2009-04-25 14:19:14 +02:00
|
|
|
"knockback" "3.5"
|
2009-05-10 18:49:47 +02:00
|
|
|
"jump_height" "20.0"
|
|
|
|
"jump_distance" "0.4"
|
2009-04-07 19:16:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"heavy"
|
|
|
|
{
|
|
|
|
// General
|
|
|
|
"enabled" "1"
|
|
|
|
"team" "0"
|
|
|
|
"team_default" "0"
|
|
|
|
|
|
|
|
"name" "Heavy"
|
|
|
|
"description" "+HP | -Speed | -Jump | -Knockback"
|
|
|
|
|
|
|
|
// Model
|
|
|
|
"model_path" "models/player/ics/hellknight_red/t_guerilla.mdl"
|
2009-05-12 03:58:43 +02:00
|
|
|
"alpha_initial" "255"
|
2009-04-07 19:16:15 +02:00
|
|
|
"alpha_damaged" "255"
|
|
|
|
"alpha_damage" "0"
|
|
|
|
|
|
|
|
// Hud
|
|
|
|
"overlay_path" "overlays/zr/zvision"
|
2009-04-25 14:19:14 +02:00
|
|
|
"nvgs" "0"
|
2009-04-07 19:16:15 +02:00
|
|
|
"fov" "90"
|
|
|
|
|
|
|
|
// Effects
|
|
|
|
"napalm_time" "20.0"
|
|
|
|
|
|
|
|
// Player behaviour
|
|
|
|
"immunity_mode" "0"
|
|
|
|
"immunity_amount" "0.0"
|
|
|
|
"no_fall_damage" "1"
|
|
|
|
|
2009-05-10 18:49:47 +02:00
|
|
|
"health" "4000"
|
2009-04-07 19:16:15 +02:00
|
|
|
"health_regen_interval" "0.0"
|
|
|
|
"health_regen_amount" "0"
|
2009-04-25 14:19:14 +02:00
|
|
|
"health_infect_gain" "1000"
|
2009-04-07 19:16:15 +02:00
|
|
|
"kill_bonus" "2"
|
|
|
|
|
2009-04-25 14:19:14 +02:00
|
|
|
"speed" "280"
|
2009-05-10 18:49:47 +02:00
|
|
|
"knockback" "2.5"
|
2009-04-07 19:16:15 +02:00
|
|
|
"jump_height" "0.0"
|
2009-05-10 18:49:47 +02:00
|
|
|
"jump_distance" "0.2"
|
2009-04-07 19:16:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------
|
|
|
|
//
|
|
|
|
// Human classes
|
|
|
|
//
|
|
|
|
// ------------------------------------------
|
|
|
|
|
2009-04-25 14:19:14 +02:00
|
|
|
"human_normal"
|
2009-04-07 19:16:15 +02:00
|
|
|
{
|
|
|
|
// General
|
|
|
|
"enabled" "1"
|
|
|
|
"team" "1"
|
|
|
|
"team_default" "1"
|
|
|
|
|
2009-04-25 14:19:14 +02:00
|
|
|
"name" "Normal Human"
|
|
|
|
"description" "Default Counter-Strike settings"
|
2009-04-07 19:16:15 +02:00
|
|
|
|
|
|
|
// Model
|
2009-04-25 14:19:14 +02:00
|
|
|
"model_path" "default"
|
2009-05-12 03:58:43 +02:00
|
|
|
"alpha_initial" "255"
|
2009-04-07 19:16:15 +02:00
|
|
|
"alpha_damaged" "255"
|
|
|
|
"alpha_damage" "0"
|
|
|
|
|
|
|
|
// Hud
|
|
|
|
"overlay_path" ""
|
2009-04-25 14:19:14 +02:00
|
|
|
"nvgs" "0"
|
2009-04-07 19:16:15 +02:00
|
|
|
"fov" "90"
|
|
|
|
|
|
|
|
// Effects
|
|
|
|
"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" "2"
|
|
|
|
|
|
|
|
"speed" "300"
|
|
|
|
"knockback" "0"
|
|
|
|
"jump_height" "0.0"
|
2009-05-10 18:49:47 +02:00
|
|
|
"jump_distance" "0.2"
|
2009-04-25 14:19:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"human_speedy"
|
|
|
|
{
|
|
|
|
// General
|
|
|
|
"enabled" "1"
|
|
|
|
"team" "1"
|
|
|
|
"team_default" "0"
|
|
|
|
|
|
|
|
"name" "Speedy"
|
|
|
|
"description" "Fast human"
|
|
|
|
|
|
|
|
// Model
|
|
|
|
"model_path" "default"
|
2009-05-12 03:58:43 +02:00
|
|
|
"alpha_initial" "255"
|
2009-04-25 14:19:14 +02:00
|
|
|
"alpha_damaged" "255"
|
|
|
|
"alpha_damage" "0"
|
|
|
|
|
|
|
|
// Hud
|
|
|
|
"overlay_path" ""
|
|
|
|
"nvgs" "0"
|
|
|
|
"fov" "90"
|
|
|
|
|
|
|
|
// Effects
|
|
|
|
"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" "380"
|
|
|
|
"knockback" "0"
|
|
|
|
"jump_height" "0.0"
|
2009-05-10 18:49:47 +02:00
|
|
|
"jump_distance" "0.2"
|
2009-04-25 14:19:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"human_light"
|
|
|
|
{
|
|
|
|
// General
|
|
|
|
"enabled" "1"
|
|
|
|
"team" "1"
|
|
|
|
"team_default" "0"
|
|
|
|
|
|
|
|
"name" "Light"
|
|
|
|
"description" "Regular human with improved jump skills"
|
|
|
|
|
|
|
|
// Model
|
|
|
|
"model_path" "default"
|
2009-05-12 03:58:43 +02:00
|
|
|
"alpha_initial" "255"
|
2009-04-25 14:19:14 +02:00
|
|
|
"alpha_damaged" "255"
|
|
|
|
"alpha_damage" "0"
|
|
|
|
|
|
|
|
// Hud
|
|
|
|
"overlay_path" ""
|
|
|
|
"nvgs" "0"
|
|
|
|
"fov" "90"
|
|
|
|
|
|
|
|
// Effects
|
|
|
|
"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" "300"
|
|
|
|
"knockback" "0"
|
2009-05-10 18:49:47 +02:00
|
|
|
"jump_height" "30.0"
|
|
|
|
"jump_distance" "0.4"
|
2009-04-07 19:16:15 +02:00
|
|
|
}
|
|
|
|
}
|