Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. WAW Modding Releases & Resources
  3. [Mod Tools] Napalm from Black Ops

[Mod Tools] Napalm from Black Ops

Scheduled Pinned Locked Moved WAW Modding Releases & Resources
1 Posts 1 Posters 731 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • shippuden1592undefined Offline
    shippuden1592undefined Offline
    shippuden1592
    wrote on last edited by
    #1

    https://www.youtube.com/watch?v=hRrVFq5jbCw

    DOWNLOAD

    Credits:
    shippuden1592 ---> Script/Xanim
    Deper ---> fx´s
    RDV ---> Fix xanim bo1 and bo2

    1.-Once unpacked and put everything in place to go to _zombiemode and add this:

    maps\_zombiemode_ai_napalm::init();
    

    under:

    maps\_zombiemode_auto_turret::init();
    

    2.-In radiant add the prefab that comes in the "napalm" rar and put it in the areas where you want the engineer to respawn

    3.-In each info_volume you have of your zones add this:

    script_noteworthy        player_zone
    

    4.-Go to _zombie mode_powerups and look for this function "nuke powerup( drop item )" and under:

    if( zombies[i].animname == "boss_zombie" )
            {
                continue;
            }
    

    add this:

    if( zombies[i].animname == "napalm_zombie" )
            {
                continue;
            }
    

    search "check_for_instakill( player )" and below:

    if( self.animname == "boss_zombie" )
            {
                return;
            }
    

    add this:

    if( self.animname == "napalm_zombie" )
            {
                return;
            }
    

    5.-In this generic_human.atr below:

    body
    {
    

    add this:

    ai_zombie_napalm_run
        ai_zombie_napalm_attack_01
        ai_zombie_firestaff_death_walking_a
        ai_zombie_firestaff_death_walking_b
        ai_zombie_firestaff_death_walking_c
    

    6.-Add this to your mod.csv

    include,napalm
    
    1 Reply Last reply
    0

    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

    With your input, this post could be even better 💗

    Register Login
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Unread 0
    • Recent
    • Tags
    • Popular
    • Users
    • Groups