UGX-Mods

Call of Duty 5: World at War => Downloadable Items for Mappers => Custom Maps, Mods & Tools => Full Weapons => Topic started by: shippuden1592 on October 01, 2021, 05:32:30 pm

Title: Apothicon Servant
Post by: shippuden1592 on October 01, 2021, 05:32:30 pm

www.mediafire.com

How to install

1.-Open your _zombiemode.gsc and under:
Code Snippet
Plaintext
maps\_zombiemode_auto_turret::init();
add this:
Code Snippet
Plaintext
maps\_zombiemode_weap_servant::init();
2.-Open your generic_human.atr found in raw / animtrees / ... and copy it to your mod ...
Under:
Code Snippet
Plaintext
body
{
You add this:
Code Snippet
Plaintext
ai_zombie_blackhole_crawl_fast_v1
    ai_zombie_blackhole_walk_fast_v1
    ai_zombie_quad_blackhole_crawl_fast_v1

3.-Add this to your mod.csv
Code Snippet
Plaintext
weapon,sp\servant
weapon,sp\servant_upgraded
fx,servant\servant_hole
fx,servant\servant_implode
sound,bo3_servant,,all_sp
sound,bo3_servant_effecs,,all_sp
xanim,ai_zombie_blackhole_walk_fast_v1
xanim,ai_zombie_quad_blackhole_crawl_fast_v1
xanim,ai_zombie_blackhole_crawl_fast_v1

Title: Re: Apothicon Servant
Post by: Hdmisreal on October 13, 2021, 12:58:28 am
I need this ported to bo1
 
Title: Re: Apothicon Servant
Post by: Мика Тян on June 18, 2023, 12:12:33 pm
unknow item servant pls help
Title: Re: Apothicon Servant
Post by: Lava_Wills on November 13, 2023, 04:43:15 am
I successfully added it to my map, but it does not display the magazine ui, otherwise everything is well.
i can't see the remaining number of bullets,could anyone help me?