UGX-Mods

Call of Duty: Black Ops 1 => Downloadable Items for Mappers => Custom Maps, Mods & Tools => Models => Topic started by: shippuden1592 on June 21, 2022, 04:32:26 pm

Title: Spiders from Zetsubou No Shima
Post by: shippuden1592 on June 21, 2022, 04:32:26 pm
NOTE: The download link comes inside a shortener, you are free to download the files or not. The shortener helps me keep bringing upcoming projects. I appreciate your help.

ouo.io

 
Credits:
shippuden1592 Script
Lightning fx/Models
 
How to install

Spawn starts when power is activated

1.-In your _zombiemode.gsc below:​​
Code Snippet
Plaintext
maps\_zombiemode_weapon_box::init();
Add this:
Code Snippet
Plaintext
maps\_zombiemode_ai_spider::init();
2.- In your generic_human.atr search this:​​
Code Snippet
Plaintext
body
{
​And below add this:
Code Snippet
Plaintext
ai_zm_dlc2_spider_walk
    ai_zm_dlc2_spider_spawn
    ai_zm_dlc2_spider_mantle_over_barricade
    ai_zm_dlc2_spider_jump
    ai_zm_dlc2_spider_idle
    ai_zm_dlc2_spider_death
    ai_zm_dlc2_spider_attack_shoot
    ai_zm_dlc2_spider_attack_melee
3.-Add this to your mod.csv
Code Snippet
Plaintext
include,ai_zombie_spider