В этой версии ЗМ появился интересный файлик
zombie_classes.cfg с содержимым:
Цитата:
//=========== (C) Copyright 2007 Zombie.com. All rights reserved. ===========
// Classes will be disabled if this file is corrupt. Or if there is no zombie_classic class which is a new players default.
// Use server command zombie_listclasses to see successfully loaded classes.
// classname Must exist.
// model Must exist exactly like this in the models.cfg or this class will be skipped.
// health Health for this class. Is doubled if they are the first zombie.
// speed Speed for this class.
// jump_height This is an added upwards velocity applied during a jump. 0 is normal jump.
// knockback Knockback for this class.
"zm_classes"
{
"zombie_speed"
{
"classname" "Speed"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "500"
"speed" "500.0"
"jump_height" "0"
"knockback" "4"
}
"zombie_infected"
{
"classname" "Infected"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "1000"
"speed" "275"
"jump_height" "0"
"knockback" "4"
}
"zombie_classic"
{
"classname" "Classic"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "2500"
"speed" "325"
"jump_height" "100"
"knockback" "4"
}
"zombie_crisp"
{
"classname" "Crisp"
"model" "models/player/zh/zh_charple001" // This file should also be added to the models.cfg as normal.
"health" "2000"
"speed" "275"
"jump_height" "300"
"knockback" "0"
}
"zombie_poison"
{
"classname" "Poison"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "2000"
"speed" "200"
"jump_height" "400"
"knockback" "2"
}
"zombie_deformed"
{
"classname" "Deformed"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "4000"
"speed" "200"
"jump_height" "100"
"knockback" "6"
}
}
|
Ну и конечно в чате можно набрать
!zhelp и получить какую-то справку по возможностям.