有懂如何改cs1.6丧尸外型和声音的各位大大请进来 一定要拜托@@

Home Home
引用 | 编辑 cryinGX
2014-07-16 19:17
楼主
推文 x0
请各位大大交我如何改丧尸的外型和声音
我改过还是不行
懂得请po教学文
我先给各位大大看我的设定看有没有改错

// Classic Zombie Attributes
new const zclass1_name[] = { "zx24515291Zombie" }
new const zclass1_info[] = { "=Balanced=" }
new const zclass1_model[] = { "zombie_big" }
new const zclass1_clawmodel[] = { "v_knife_zombi_big.mdl" }
const zclass1_health = 1800
const zclass1_speed = 190
const Float:zclass1_gravity = 1.0
const Float:zclass1_knockback = 1.0


// Raptor Zombie Attributes
new const zclass2_name[] = { "R2 Zombie" }
new const zclass2_info[] = { "HP-- Speed++ Knockback++" }
new const zclass2_model[] = { "zombie_girl" }
new const zclass2_clawmodel[] = { "v_knife_zombie_girl.mdl" }
const zclass2_health = 900
const zclass2_speed = 225
const Float:zclass2_gravity = 1.0
const Float:zclass2_knockback = 1.5


// Poison Zombie Attributes
new const zclass3_name[] = { "P3Zombie" }
new const zclass3_info[] = { "HP- Jump+ Knockback+" }
new const zclass3_model[] = { "zombie_leech" }
new const zclass3_clawmodel[] = { "v_knive_zombie_leech.mdl" }
const zclass3_health = 1400
const zclass3_speed = 190
const Float:zclass3_gravity = 0.75
const Float:zclass3_knockback = 1.25


// Big Zombie Attributes
new const zclass4_name[] = { "B7Zombie" }
new const zclass4_info[] = { "HP++ Speed- Knockback--" }
new const zclass4_model[] = { "zombie_resident" }
new const zclass4_clawmodel[] = { "v_zombie_resident.mdl" }
const zclass4_health = 2700
const zclass4_speed = 155
const Float:zclass4_gravity = 1.0
const Float:zclass4_knockback = 0.5


// Leech Zombie Attributes
new const zclass5_name[] = { "L7Zombie" }
new const zclass5_info[] = { "HP- Knockback+ Leech++" }
new const zclass5_model[] = { "zombie_nemesis" }
new const zclass5_clawmodel[] = { "v_knife_zombi_big.mdl" }
const zclass5_health = 1300
const zclass5_speed = 190
const Float:zclass5_gravity = 1.0
const Float:zclass5_knockback = 1.25
const zclass5_infecthp = 200 // extra hp for infetcions


我真的受够预设丧失的skin了= =
po教学文和回文的大大我会很感激您的
尤其是教学文的大大
真的很感激拜托各位大大了@@

献花 x0
引用 | 编辑 弑血
2014-07-16 19:42
1楼
  
下面是引用 cryinGX 于 2014-07-16 19:17 发表的 有懂如何改cs1.6丧尸外型和声音的各位大大请进来 一定要拜托@@: 到引言文
请各位大大交我如何改丧尸的外型和声音
我改过还是不行
懂得请po教学文
我先给各位大大看我的设定看有没有改错
// Classic Zombie Attributes
.......



僵尸的模组更改位置,请用路径去找..模组在 model资料夹内


new const zclass1_model[] = { "zombie_big" }
new const zclass2_model[] = { "xx" }
new const zclass3_model[] = { "xxx" }
new const zclass4_model[] = { "xxxx" }
new const zclass5_model[] = { "xxxxx" }


声音的话 可能 需要用到 zp主脚本内的声音判断..

献花 x0