UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Mob of the dead - Brutus v1.2

broken avatar :(
Created 3 years ago
by shippuden1592
0 Members and 1 Guest are viewing this topic.
1,432 views
broken avatar :(
×
broken avatar :(
Location: mxGuanajuato
Date Registered: 5 May 2013
Last active: 8 days ago
Posts
225
Respect
Forum Rank
Mr. Elemental
Primary Group
Member
My Contact & Social Links
More
Personal Quote
If you do not take risks, you can not create a fut
×
shippuden1592's Groups
www.mediafire.com

 
Credits:
shippuden1592
Jerri13
 
 
Settings
Code Snippet
Plaintext
set_zombie_var( "brutus_first_round",            6 );
    set_zombie_var( "brutus_rnd_max",            3 );
    set_zombie_var( "brutus_rnd_min",            1 );
    set_zombie_var( "brutus_health_multiplier",        10 );
    set_zombie_var( "brutus_alive",                false );
    set_zombie_var( "brutus_helmet_shot",                20 );
    set_zombie_var( "brutus_lockdown_active",                true );
    set_zombie_var( "brutus_lockdown_delay",                5000 );
    set_zombie_var( "brutus_unlockdown_cost",                1000 );
    set_zombie_var( "brutus_lockdown_dist_min",                300 );
    set_zombie_var( "brutus_lockdown_dist_max",                300 );
These variables can be modified:
brutus_first_round -> Initial round of spawn
brutus_rnd_max -> Maximum interval between respawn
brutus_rnd_min -> Minimum interval between respawn
brutus_health_multiplier -> Multiply life
brutus_helmet_shot -> Number of shots for the helmet to explode
brutus_lockdown_active -> Allow brutus to lock in perks
brutus_lockdown_delay -> Time to try to block again
brutus_unlockdown_cost -> Unlock price
brutus_lockdown_dist_min -> Distance between machine and brutus to block
brutus_lockdown_dist_max -> Distance between player and brutus, if the distance is greater brutus ignores and will block benefits
How to install

In your _zombiemode.gsc below:
Code Snippet
Plaintext
maps\_zombiemode_weapon_box::init();
Add this:
Code Snippet
Plaintext
maps\_zombiemode_ai_brutus::init();
In your generic_human.atr search this:
Code Snippet
Plaintext
body
{
And below add this:
Code Snippet
Plaintext
ai_zombie_cellbreaker_attack_swingleft
    ai_zombie_cellbreaker_attack_swingright_a
    ai_zombie_cellbreaker_attack_swingright_b
    ai_zombie_cellbreaker_bullcharge_tell
    ai_zombie_cellbreaker_death
    ai_zombie_cellbreaker_death_a
    ai_zombie_cellbreaker_death_explode
    ai_zombie_cellbreaker_death_mg
    ai_zombie_cellbreaker_enrage_start
    ai_zombie_cellbreaker_gasattack
    ai_zombie_cellbreaker_headpain
    ai_zombie_cellbreaker_idle_a
    ai_zombie_cellbreaker_lock_magicbox
    ai_zombie_cellbreaker_lock_perkmachine
    ai_zombie_cellbreaker_lock_planeramp
    ai_zombie_cellbreaker_run_a
    ai_zombie_cellbreaker_run_b
    ai_zombie_cellbreaker_run_c
    ai_zombie_cellbreaker_run_d
    ai_zombie_cellbreaker_spawn
    ai_zombie_cellbreaker_sprint_a
    ai_zombie_cellbreaker_sprint_b
    ai_zombie_cellbreaker_stumble_running
    ai_zombie_cellbreaker_summondogs
    ai_zombie_cellbreaker_tesla_death_a
    ai_zombie_cellbreaker_walk
Add this to your mod.csv
Code Snippet
Plaintext
xanim,ai_zombie_cellbreaker_attack_swingleft
xanim,ai_zombie_cellbreaker_attack_swingright_a
xanim,ai_zombie_cellbreaker_attack_swingright_b
xanim,ai_zombie_cellbreaker_bullcharge_tell
xanim,ai_zombie_cellbreaker_death
xanim,ai_zombie_cellbreaker_death_a
xanim,ai_zombie_cellbreaker_death_explode
xanim,ai_zombie_cellbreaker_death_mg
xanim,ai_zombie_cellbreaker_enrage_start
xanim,ai_zombie_cellbreaker_gasattack
xanim,ai_zombie_cellbreaker_headpain
xanim,ai_zombie_cellbreaker_idle_a
xanim,ai_zombie_cellbreaker_lock_magicbox
xanim,ai_zombie_cellbreaker_lock_perkmachine
xanim,ai_zombie_cellbreaker_lock_planeramp
xanim,ai_zombie_cellbreaker_run_a
xanim,ai_zombie_cellbreaker_run_b
xanim,ai_zombie_cellbreaker_run_c
xanim,ai_zombie_cellbreaker_run_d
xanim,ai_zombie_cellbreaker_spawn
xanim,ai_zombie_cellbreaker_sprint_a
xanim,ai_zombie_cellbreaker_sprint_b
xanim,ai_zombie_cellbreaker_stumble_running
xanim,ai_zombie_cellbreaker_summondogs
xanim,ai_zombie_cellbreaker_tesla_death_a
xanim,ai_zombie_cellbreaker_walk
fx,brutus_fx/brutus_helmet
fx,brutus_fx/brutus_spawn
fx,brutus_fx/brutus_light
fx,brutus_fx/brutus_lockdown_perk
xmodel,c_zom_cellbreaker_helmet
Last Edit: May 19, 2022, 04:26:46 am by shippuden1592

 
Loading ...