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

Plutonium

  1. Home
  2. WAW Modding Releases & Resources
  3. [Mod Tools] COD Online - Hazmat

[Mod Tools] COD Online - Hazmat

Scheduled Pinned Locked Moved WAW Modding Releases & Resources
1 Posts 1 Posters 635 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=rx99qshZkRI

    DOWNLOAD

    https://www.mediafire.com/file/soh9qtkfjrnartw/shippuden_utility.gsc/file
    

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

    maps\_zombiemode_ai_hazmat::init();
    

    under:

    maps\_zombiemode_auto_turret::init();
    

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

    3.-In each info_volume have their areas add this:

    script_noteworthy    player_zone
    

    4.-In this generic_human.atr below:

    body
    {
    

    put this:

    ai_hazmat_sprint
    

    5.-Add this to your mod.csv

    include,online_hazmat
    

    You are free to modify:

    set_zombie_var( "hazmat_first_round",            1 );         //Round to start + RandomIntRange( level.zombie_vars["hazmat_rnd_min"], level.zombie_vars["hazmat_rnd_max"] )
        set_zombie_var( "hazmat_rnd_max",            5 );        //Maximum spawn next round between
        set_zombie_var( "hazmat_rnd_min",            3 );        //smaller number of rounds from next spawn
        set_zombie_var( "hazmat_health_multiplier",        25 );        //Increased life
        set_zombie_var( "hazmat_alive",                false );    //hazmat Live / Dead
        set_zombie_var( "hazmat_explo_radius_plr",        80 );        //Explode radius
        set_zombie_var( "hazmat_trap_damage",            250 );        //Dame trap for second
    

    At the end use you like more 😉

    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