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

Venom - X

broken avatar :(
Created 1 year ago
by shippuden1592
0 Members and 1 Guest are viewing this topic.
609 views
broken avatar :(
×
broken avatar :(
Location: mxGuanajuato
Date Registered: 5 May 2013
Last active: 5 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
DTZxPorter
Scobalula
How to install
 
You need to download the latest version of the utility file: shippuden_utility.gsc
The latest version will always be in the following folder:
 
www.mediafire.com

 
Inside the file you will see a function called: Is_Boss( zombie )
Code Snippet
Plaintext
Is_Boss(zombie)
{
    if( IsDefined( zombie.is_hazmat ) && zombie.is_hazmat )
        return true;

    switch(zombie.animname)
    {
        case "megaton_zombie":
        case "radz_left_zombie":
        case "radz_right_zombie":
        case "mech_zombie":
            return true;
        default:
            return false;
    }
}
Add the animname of your special zombie if you are using one of mine.
 


How to install weapons



In your _zombiemode.gsc below:
Code Snippet
Plaintext
maps\_zombiemode_weapon_box::init();
Add this:
Code Snippet
Plaintext
maps\_zombiemode_weap_venomx::init();
Add this to your mod.csv
Code Snippet
Plaintext
weapon,sp/venom_zm
weapon,sp/venom_upgraded_zm
fx,venom\fx_venom_explo
fx,venom\fx_venom_explo_zmb

Last Edit: January 28, 2023, 08:22:12 pm by shippuden1592

 
Loading ...