|
; ZP 5.0 / 模块版本号
; -----------------------
; Engine 引擎
zp50_core.amxx
; APIs 接口程式
amx_settings_api.amxx
cs_player_models_api.amxx
cs_teams_api.amxx
cs_maxspeed_api.amxx
cs_weap_models_api.amxx
cs_weap_restrict_api.amxx
cs_ham_bots_api.amxx
//=================
; Classes 僵尸 大类
zp50_class_zombie.amxx ;僵尸
zp50_class_human.amxx ;人类
zp50_class_nemesis.amxx ;复仇者(自己打给自己T病毒,报复阻止自己搞研究的人类-生化危机中的情节)
zp50_class_survivor.amxx ;幸存者
; Zombie Classes 5.0 原生僵尸具体类型
zp50_class_zombie_classic.amxx ;经典类型
zp50_class_zombie_raptor.amxx ;猛禽 敏捷型
zp50_class_zombie_light.amxx ;轻盈 重力值低
zp50_class_zombie_fat.amxx ;重量级 生命值高
zp50_class_zombie_leech.amxx ;吸血型
zp50_class_zombie_rage.amxx ;愤怒型 主要是暴走
;特加类
zp50_class_zombie_hunter2.amxx ;长跳ctrl+E
zp50_class_zombie_thermal.amxx ;激切 隐身
zp50_class_zombie_boomer.amxx ;呕吐
zp_zclass_tank.amxx ;仿l4d 投石
zp_undertaker_fix.amxx ;丧葬
zp_zclass_smoker.amxx ;拖拽玩家
; zp 5.0 cso 2009.07.11仿 cso 僵尸插件
;zp_zclass_banshee.amxx debug ;女巫释放蝙蝠(严重滞后,有问题待修正)
zp_zclass_deimos.amxx ;缴械
zp_zclass_heal.amxx ;医疗
zp_zclass_heavy.amxx ;陷阱
zp_zclass_light.amxx ;隐身
zp_zclass_pc.amxx ;造雾
zp_zclass_tank_fix2.amxx ;快跑
//==================================
; Human Classes 人类类型
zp50_class_human_classic.amxx ;经典
zp50_class_human_raptor.amxx ;猛禽
//====================================
; This must come before game modes for armor protection to work properly
; 这个必须在游戏模式前面加载才 能让护甲做一些抵消伤害类保护啊
zp50_human_armor.amxx
; Game Modes Manager 游戏模式管理
zp50_gamemodes.amxx
; Game Modes 游戏模式
zp50_gamemode_infection.amxx ;感染
zp50_gamemode_multi.amxx ;多重感染
zp50_gamemode_swarm.amxx ;群模式
zp50_gamemode_nemesis.amxx ;复仇者模式
zp50_gamemode_survivor.amxx ;幸存者模式
zp50_gamemode_plague.amxx ;瘟疫模式
zp50_gamemode_armageddon.amxx ;大决战模式
; Items Manager 装备管理
zp50_items.amxx ;项目 武器
;zp50_items_money.amxx
zp50_items_ammopacks.amxx
//==================================
; Extra Items 额外装备
;药剂
zp_extra_green_herb.amxx ;绿草
zp_extra_small_first_aid_spray.amxx ;小药剂
zp_extra_large_first_aid_spray.amxx ;大药剂
;特别炸弹
zp50_item_infection_bomb.amxx ;感染
zp_extra_confused-bomb-v1[1].5.amxx ;迷幻
zp50_item_lasermine.amxx ;激光镭射地雷
;额外武器
zp50_item_weapons.amxx ;武器装备等
zp50_item_nightvision.amxx ;夜视仪器
zp50_item_antidote.amxx ;解毒剂
zp50_item_zombie_madness.amxx ;疯狂
;特别武器
zp_extra_goldenak.amxx ;黄金ak
zp_extra_goldenm4.amxx ;黄金m4
zp_extra_svdex.amxx ;m203 m4a1挂榴弹发射器 e 开镜 鼠标2 发榴弹
zp_extra_m79.amxx ;m79榴弹发射器
;zp_extra_jetpack_bazooka32.amxx ;喷气背包 火箭筒(有问题待修正)
;技能
zp_extra_wallclimb.amxx ;爬墙技能
zp_extra_multijump.amxx ;多跳技能
;;需要附加武器引擎;;
;weaponmod.amxx ;武器模式
;wpn_gameinfo_cs.amxx ;武器模式游戏信息
;wpn_buysystem.amxx ;武器模式购买系统
zp_extra_ggun.amxx ;引力抓取枪支
;;;;;
zp_bazooka_new_update.amxx debug ;火箭筒
;补给点创建
zp_sbsp_maker.amxx ;创建补给点,命令菜单是zpsbm
zp50_addon_supplybox_v1[1].1.amxx debug ;检测补给点和类型
zp_extra_radar.amxx ;额外雷达
//=========================================
; Admin 管理
zp50_admin_commands.amxx
zp50_admin_menu.amxx
zp50_admin_models.amxx
; Buying 购买中的
zp50_buy_menus.amxx
;zp50_buy_zones.amxx debug
; Rewards 奖励
zp50_rewards_money.amxx
zp50_rewards_ammopacks.amxx
zp50_rewards_frags_hp.amxx
; Deathmatch 重生竞技
zp50_deathmatch.amxx
zp50_random_spawn.amxx
zp50_spawn_protection.amxx
; Zombie/Human Features 僵尸 人类特点
zp50_zombie_features.amxx
zp50_zombie_sounds.amxx
zp50_zombie_damage.amxx
zp50_human_ammo.amxx
; Custom Features 自定义特点
zp50_flashlight.amxx ;手电筒
zp50_nightvision.amxx ;夜视仪
zp50_leap.amxx ;飞跃
zp50_painshockfree.amxx ;疼痛休克免费
zp50_knockback.amxx ;枪支打击冲击力
zp50_weapon_drop_strip.amxx ;武器丢掉地带
; Effects 影响特效
zp50_effects_infect.amxx
zp50_effects_cure.amxx
zp50_effects_lighting.amxx
zp50_ambience_effects.amxx
zp50_ambience_sounds.amxx
;仿cso音效
zp_cso_theme.amxx debug
; Gameplay / Other 游戏 其它
zp50_main_menu.amxx ;主菜单
zp50_objective_remover.amxx ;项目移除
zp50_gameplay_fixes.amxx ;游戏修复
zp50_team_scoring.amxx ;团队得分
zp50_hud_info.amxx ;屏幕信息
zp50_serverbrowser_info.amxx ;服务浏览信息
zp50_ammopacks.amxx ;弹药包
; Custom grenades 自定义手雷
zp50_grenade_flashbangs.amxx ;手电筒
zp50_grenade_fire.amxx ;手雷变燃烧弹
zp50_grenade_frost.amxx ;闪光弹 变 冰冻弹
zp50_grenade_flare.amxx ;烟雾弹 变 燃亮弹
; ZP 4.3 Subplugin Compatibility 兼容 zp4.3 子插件
zp50_zp43_compat.amxx
; zp 50 排名系统
zp50_rank_nvault.amxx ;排名记录系统
;互通有无弹药袋
zp_donate_ap.amxx ;捐献zp专有弹药包
|
|