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

Panzer Soldat from Black Ops II

broken avatar :(
Created 2 years ago
by shippuden1592
0 Members and 1 Guest are viewing this topic.
1,005 views
broken avatar :(
×
broken avatar :(
Location: mxGuanajuato
Date Registered: 5 May 2013
Last active: 4 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

1.-In radiant add prefab that comes in the rar "mech_spawn" and put it in areas where you want to make panzer respawn
 
2.-In each info_volume have their areas add this:
Code Snippet
Plaintext
script_noteworthy    player_zone
3.-In your _zombiemode.gsc below:
Code Snippet
Plaintext
maps\_zombiemode_auto_turret::init();
Add this:
Code Snippet
Plaintext
maps\_zombiemode_ai_mech::init();
4.-Go to _zombiemode_powerups and find this function "nuke_powerup( drop_item )" and below:
Code Snippet
Plaintext
        if( zombies[i].animname == "boss_zombie" )
        {
            continue;
        }
add this:
Code Snippet
Plaintext
        if( zombies[i].animname == "mech_zombie" )
        {
            continue;
        }
search "check_for_instakill( player )" and below:
Code Snippet
Plaintext
        if( self.animname == "boss_zombie" )
        {
            return;
        }
add this:
Code Snippet
Plaintext
        if( self.animname == "mech_zombie" )
        {
            return;
        }
5.-In your generic_human.atr search this:
Code Snippet
Plaintext
body
{
And below add this:
Code Snippet
Plaintext
ai_zombie_mech_idle
    ai_zombie_mech_death
    ai_zombie_mech_death_explode
    ai_zombie_mech_walk_basic
    ai_zombie_mech_walk_patrol
    ai_zombie_mech_run
    ai_zombie_mech_sprint
    ai_zombie_mech_melee_a
    ai_zombie_mech_melee_b
    ai_zombie_mech_stunned
    ai_zombie_mech_arrive
    ai_zombie_mech_pain
    ai_zombie_mech_head_pain
    ai_zombie_mech_ft_fire_start
    ai_zombie_mech_ft_fire_end
    ai_zombie_mech_ft_burn_player
    ai_zombie_mech_ft_sweep
   
    ai_zombie_mech_grapple_intro_sprint_to_aim_5
    ai_zombie_mech_grapple_aim_5
    ai_zombie_mech_grapple_arm_closed_idle    
   
    ai_zombie_mech_ft_aim_1
    ai_zombie_mech_ft_aim_2
    ai_zombie_mech_sprint_booster_liftoff
    ai_zombie_mech_sprint_booster_loop
    ai_zombie_mech_sprint_booster_touchdown
Note. Remember to check that you do not already have xanims added
 
6.-Add this to your mod.csv
Code Snippet
Plaintext
include,ai_zombie_mech

Credits:
shippuden1592 ---> Script & fx´s
psulions45 & kielrgz ---> models & xanims

broken avatar :(
×
broken avatar :(
Location: aznew york
Date Registered: 11 February 2023
Last active: 8 months ago
Posts
11
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
Мика Тян's Contact & Social Links
hey bro, I did everything as in the instructions and there are no errors, but the boss does not appear. I played until the 20th wave but he didn't show up
broken avatar :(
×
broken avatar :(
Location: mxGuanajuato
Date Registered: 5 May 2013
Last active: 4 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
hey bro, I did everything as in the instructions and there are no errors, but the boss does not appear. I played until the 20th wave but he didn't show up
I'm working on a more recent version, I'll upload it in a couple of days

 
Loading ...