Петр Решетов
Участник
- Сообщения
- 150
- Реакции
- 22
если модели таких же зомби скачать с другого зм начинают работать
Ну ответ же на поверхности, настрой скачку твоих моделей с сервера клиентам или заказывай сборку и настройку твоего сервера профи.
если модели таких же зомби скачать с другого зм начинают работать
Ну ответ же на поверхности, настрой скачку твоих моделей с сервера клиентам или заказывай сборку и настройку твоего сервера профи.
staff4uk,У меня как и у большинства здесь присутствующих нет способностей ванги. Поэтому опишите более детально что куда прописывали и файлы которые настраивали (кроме самих моделей) так же прикладывайте.
staff4uk,Да очень странно, а ты попробуй скачай чистую ксс и зайди на свой сервер скачав все модели - может будет эрроры ил что то не докачается.
"HEGrenade"
{
// General
"weaponentity" "weapon_hegrenade"
"weapontype" "All, Projectile"
"weaponslot" "3"
// Restrict (core)
"restrictdefault" "no"
"toggleable" "no"
// Knockback (module)
"knockback" "6.0"
// ZMarket (module)
"zmarketprice" "300"
"zmarketpurchasemax" "2"
}
// ============================================================================
//
// 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.
// model_skin_index number Model skin index to use if model support multiple skins. First skin is 0.
// 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 and turn on 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 text Special immunity modes. Some modes only works on humans or zombies:
// "none" - Instant infection.
// "kill" - Humans are instantly killed instead of turning zombies when attacked by zombies.
// "full" - Completely immune. Humans can't be infected, zombies don't receive damage or knock back. Careful with this, it might not be that fun.
// "infect" - Humans are immune to infections until HP go below a threshold. Threshold at zero enable stabbing to death.
// "damage" - Zombies are immune to damage from humans/grenades, but still vulnerable to knock back.
// "delay" - Delay infection for a certain number of seconds.
// "shield" - Shield against infections (humans) or knock back (zombies) for a certain amount of seconds (similar to TF2's b0065007200630068arge). Deploy with "zshield" command.
// immunity_amount number Immunity data value (humans only). Depends on the immunity mode above:
// "infect" - HP threshold. Infection will be allowed when HP go below this value. Zero will enable stabbing to death.
// "delay" - Number of seconds the infection is delayed since first hit by a zombie.
// "shield" - Number of seconds the shield is active.
// immunity_cooldown number Number of seconds of cooldown for temporary immunity actions, depending on mode.
// "delay" - Number of seconds the delay is reduced every time a zombie attack, while a delayed infection is in progress.
// "shield" - Number of seconds the player has to wait before the shield can be used again.
// 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. In LMV mode 300 is normal speed, 600 is double 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_classic"
{
// General
"enabled" "yes"
"team" "0"
"team_default" "yes"
"flags" "0"
"group" ""
"name" "Классический Зомби"
"description" "ХП 8000|Скорость 320|Прыжок 1.1|"
// Model
"model_path" "models/player/zombieskincsgo/zombie.mdl"
"model_skin_index" "0"
"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 behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "yes"
"health" "8000"
"health_regen_interval" "0.25"
"health_regen_amount" "8"
"health_infect_gain" "1000"
"kill_bonus" "2"
"speed" "320"
"knockback" "3"
"jump_height" "1.1"
"jump_distance" "1.0"
}
"zombie_fast"
{
// General
"enabled" "yes"
"team" "0"
"team_default" "no"
"flags" "0"
"group" ""
"name" "Быстрый Зомби"
"description" "ХП 7000|Скорость 350|Прыжок 1.2|"
// Model
"model_path" "models/player/zombieskincsgo/zombie.mdl"
"model_skin_index" "0"
"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 behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "yes"
"health" "7000"
"health_regen_interval" "0.25"
"health_regen_amount" "8"
"health_infect_gain" "1000"
"kill_bonus" "2"
"speed" "350"
"knockback" "3"
"jump_height" "1.2"
"jump_distance" "1.0"
}
"zombie_mutated"
{
// General
"enabled" "yes"
"team" "0"
"team_default" "no"
"flags" "0"
"group" ""
"name" "Сбалансированный Зомби"
"description" "ХП 7500|Скорость 330|Прыжок 1.2|"
// Model
"model_path" "models/player/zombieskincsgo/zombie.mdl"
"model_skin_index" "0"
"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 behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "yes"
"health" "7500"
"health_regen_interval" "0.25"
"health_regen_amount" "8"
"health_infect_gain" "1000"
"kill_bonus" "2"
"speed" "330"
"knockback" "3"
"jump_height" "1.2"
"jump_distance" "1.0"
}
// ------------------------------------------
//
// Human classes
//
// ------------------------------------------
"human_normal"
{
// General
"enabled" "yes"
"team" "1"
"team_default" "yes"
"flags" "0"
"group" ""
"name" "Сбалансированный Человек"
"description" "Скорость 330|Прыжок 1.2"
// Model
"model_path" "default"
"model_skin_index" "0"
"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 behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "no"
"health" "100"
"health_regen_interval" "0.0"
"health_regen_amount" "0"
"health_infect_gain" "0"
"kill_bonus" "2"
"speed" "330"
"knockback" "0"
"jump_height" "1.2"
"jump_distance" "1.0"
}
"human_speedy"
{
// General
"enabled" "yes"
"team" "1"
"team_default" "no"
"flags" "0"
"group" ""
"name" "Быстрый человек"
"description" "Скорость 350|Прыжок 1.1"
// Model
"model_path" "default"
"model_skin_index" "0"
"alpha_initial" "255"
"alpha_damaged" "255"
"alpha_damage" "0"
// Hud
"overlay_path" ""
"nvgs" "no"
"fov" "90"
// Effects
"has_napalm" "no"
"napalm_time" "0.0"
// Player behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "no"
"health" "100"
"health_regen_interval" "0.0"
"health_regen_amount" "0"
"health_infect_gain" "0"
"kill_bonus" "1"
"speed" "350"
"knockback" "0"
"jump_height" "1.1"
"jump_distance" "1.0"
}
"human_light"
{
// General
"enabled" "yes"
"team" "1"
"team_default" "no"
"flags" "0"
"group" ""
"name" "Прыгающий Человек"
"description" "Скорость 320|Прыжок 1.3"
// Model
"model_path" "default"
"model_skin_index" "0"
"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 behavior
"immunity_mode" "none" // Invulnerable to infection,
"immunity_amount" "1" // until HP go below 25.
"immunity_cooldown" "60"
"no_fall_damage" "no"
"health" "100"
"health_regen_interval" "0.0"
"health_regen_amount" "0"
"health_infect_gain" "0"
"kill_bonus" "1"
"speed" "320"
"knockback" "0"
"jump_height" "1.3"
"jump_distance" "1.0"
}
}
// ----------------------------------------------------------------------------
// Classes (core)
// ----------------------------------------------------------------------------
// General
// Re-display class selection menu every spawn.
// Default: "0"
zr_classes_menu_spawn "0"
// Display class selection menu when a player spawn for the first time.
// Default: "0"
zr_classes_menu_join "1"
// 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 "human_normal"
// Zombie class assigned to players on connect. ["random" = Random zombie class | "" = Class config default]
// Default: "random"
zr_classes_default_zombie "zombie_classic"
// 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 "disable"
// 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 "0"
// 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 "0"
// 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.
// Default: "1"
zr_classes_overlay_default "0"
Ребят помогите.
Вообщем проблема такова: у зомби выдаётся вообще рандомное количество ХП, один раунд 16000, второй 15000, третий 8000 и тд. В playerclasses прописаны только 3 класса для зомби с 8000,7000 и 7500 ХП, откуда берутся 16-14 тысяч и как это исправить? Возможно что то нафурычил в классах в самом релоаде? Предоставляю код:
Playerclasses.txd:
Zombiereloader.cfg [Подпункт классов] :