Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
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 388 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
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

    • Login

    • Don't have an account? Register

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