mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-06-10 11:17:59 -05:00
Add support for leapers. Add mechz to zm_highrise.
Patch multiple level.zombie_total++ occurences to fix interactions with boss zombies not incrementing their zombie total.
This commit is contained in:
@ -147,4 +147,19 @@ material,mc/mtl_c_gen_gore_blend
|
||||
xmodel,c_zom_leaper_body_g_behead
|
||||
xmodel,c_zom_leaper_body_g_lowclean
|
||||
script,character/clientscripts/c_zom_leaper.csc
|
||||
script,aitype/clientscripts/zm_highrise_leaper.csc
|
||||
script,aitype/clientscripts/zm_highrise_leaper.csc
|
||||
|
||||
fx,maps/zombie/fx_zmb_leaper_walk
|
||||
footstepfxtable,zm_leaper_footstepfxtable
|
||||
material,gfx_fxt_env_electric_arc2_add_eo10
|
||||
material,,gfx_fxt_debris_clump_ds128_z10
|
||||
fx,maps/zombie/fx_zmb_leaper_death
|
||||
techniqueset,effect_z096f2e2
|
||||
material,gfx_fxt_env_lightning_bolt_ground
|
||||
image,,fxt_lensflare_stripe_white
|
||||
material,gfx_fxt_lensflare_stripe_white
|
||||
fx,maps/zombie/fx_zmb_leaper_spawn
|
||||
image,fxt_smk_trail_wisp
|
||||
material,gfx_fxt_smk_trail_wisp
|
||||
fx,maps/zombie/fx_zmb_leaper_trail
|
||||
fx,maps/zombie/fx_zmb_leaper_wall_impact
|
@ -56,6 +56,9 @@ script,clientscripts/mp/zombies/_zm_ai_avogadro.csc
|
||||
script,maps/mp/zombies/_zm_ai_screecher.gsc
|
||||
script,clientscripts/mp/zombies/_zm_ai_screecher.csc
|
||||
|
||||
script,maps/mp/zombies/_zm_ai_leaper.gsc
|
||||
script,clientscripts/mp/zombies/_zm_ai_leaper.csc
|
||||
|
||||
script,scripts/zm/zm_ai_pack_mod_debug_main.csc
|
||||
script,scripts/zm/zm_ai_pack_mod_debug_main.gsc
|
||||
script,scripts/zm/zm_ai_pack_mod_main.csc
|
||||
|
Reference in New Issue
Block a user