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

Plutonium

  1. Home
  2. BO1 Modding Releases & Resources
  3. [Release] [Mod Tools] Brutus

[Release] [Mod Tools] Brutus

Scheduled Pinned Locked Moved BO1 Modding Releases & Resources
4 Posts 3 Posters 1.4k 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=Vms-0Zfj5jA

    DOWNLOAD

    Credits:
    shippuden1592
    Jerri13

    How to install
    https://www.youtube.com/watch?v=rxGTw7YOXgw

    In your _zombiemode.gsc below:

    maps\_zombiemode_weapon_box::init();
    

    Add this:

    maps\_zombiemode_ai_brutus::init();
    

    In your generic_human.atr search this:

    body
    {
    

    And below add this:

    ai_zombie_cellbreaker_attack_swingleft
        ai_zombie_cellbreaker_attack_swingright_a
        ai_zombie_cellbreaker_attack_swingright_b
        ai_zombie_cellbreaker_bullcharge_tell
        ai_zombie_cellbreaker_death
        ai_zombie_cellbreaker_death_a
        ai_zombie_cellbreaker_death_explode
        ai_zombie_cellbreaker_death_mg
        ai_zombie_cellbreaker_enrage_start
        ai_zombie_cellbreaker_gasattack
        ai_zombie_cellbreaker_headpain
        ai_zombie_cellbreaker_idle_a
        ai_zombie_cellbreaker_lock_magicbox
        ai_zombie_cellbreaker_lock_perkmachine
        ai_zombie_cellbreaker_lock_planeramp
        ai_zombie_cellbreaker_run_a
        ai_zombie_cellbreaker_run_b
        ai_zombie_cellbreaker_run_c
        ai_zombie_cellbreaker_run_d
        ai_zombie_cellbreaker_spawn
        ai_zombie_cellbreaker_sprint_a
        ai_zombie_cellbreaker_sprint_b
        ai_zombie_cellbreaker_stumble_running
        ai_zombie_cellbreaker_summondogs
        ai_zombie_cellbreaker_tesla_death_a
        ai_zombie_cellbreaker_walk
    

    Add this to your mod.csv

    xanim,ai_zombie_cellbreaker_attack_swingleft
    xanim,ai_zombie_cellbreaker_attack_swingright_a
    xanim,ai_zombie_cellbreaker_attack_swingright_b
    xanim,ai_zombie_cellbreaker_bullcharge_tell
    xanim,ai_zombie_cellbreaker_death
    xanim,ai_zombie_cellbreaker_death_a
    xanim,ai_zombie_cellbreaker_death_explode
    xanim,ai_zombie_cellbreaker_death_mg
    xanim,ai_zombie_cellbreaker_enrage_start
    xanim,ai_zombie_cellbreaker_gasattack
    xanim,ai_zombie_cellbreaker_headpain
    xanim,ai_zombie_cellbreaker_idle_a
    xanim,ai_zombie_cellbreaker_lock_magicbox
    xanim,ai_zombie_cellbreaker_lock_perkmachine
    xanim,ai_zombie_cellbreaker_lock_planeramp
    xanim,ai_zombie_cellbreaker_run_a
    xanim,ai_zombie_cellbreaker_run_b
    xanim,ai_zombie_cellbreaker_run_c
    xanim,ai_zombie_cellbreaker_run_d
    xanim,ai_zombie_cellbreaker_spawn
    xanim,ai_zombie_cellbreaker_sprint_a
    xanim,ai_zombie_cellbreaker_sprint_b
    xanim,ai_zombie_cellbreaker_stumble_running
    xanim,ai_zombie_cellbreaker_summondogs
    xanim,ai_zombie_cellbreaker_tesla_death_a
    xanim,ai_zombie_cellbreaker_walk
    fx,brutus_fx/brutus_helmet
    fx,brutus_fx/brutus_spawn
    fx,brutus_fx/brutus_light
    fx,brutus_fx/brutus_lockdown_perk
    xmodel,c_zom_cellbreaker_helmet
    
    hindercanrunundefined 1 Reply Last reply
    2
    • shippuden1592undefined shippuden1592

      https://www.youtube.com/watch?v=Vms-0Zfj5jA

      DOWNLOAD

      Credits:
      shippuden1592
      Jerri13

      How to install
      https://www.youtube.com/watch?v=rxGTw7YOXgw

      In your _zombiemode.gsc below:

      maps\_zombiemode_weapon_box::init();
      

      Add this:

      maps\_zombiemode_ai_brutus::init();
      

      In your generic_human.atr search this:

      body
      {
      

      And below add this:

      ai_zombie_cellbreaker_attack_swingleft
          ai_zombie_cellbreaker_attack_swingright_a
          ai_zombie_cellbreaker_attack_swingright_b
          ai_zombie_cellbreaker_bullcharge_tell
          ai_zombie_cellbreaker_death
          ai_zombie_cellbreaker_death_a
          ai_zombie_cellbreaker_death_explode
          ai_zombie_cellbreaker_death_mg
          ai_zombie_cellbreaker_enrage_start
          ai_zombie_cellbreaker_gasattack
          ai_zombie_cellbreaker_headpain
          ai_zombie_cellbreaker_idle_a
          ai_zombie_cellbreaker_lock_magicbox
          ai_zombie_cellbreaker_lock_perkmachine
          ai_zombie_cellbreaker_lock_planeramp
          ai_zombie_cellbreaker_run_a
          ai_zombie_cellbreaker_run_b
          ai_zombie_cellbreaker_run_c
          ai_zombie_cellbreaker_run_d
          ai_zombie_cellbreaker_spawn
          ai_zombie_cellbreaker_sprint_a
          ai_zombie_cellbreaker_sprint_b
          ai_zombie_cellbreaker_stumble_running
          ai_zombie_cellbreaker_summondogs
          ai_zombie_cellbreaker_tesla_death_a
          ai_zombie_cellbreaker_walk
      

      Add this to your mod.csv

      xanim,ai_zombie_cellbreaker_attack_swingleft
      xanim,ai_zombie_cellbreaker_attack_swingright_a
      xanim,ai_zombie_cellbreaker_attack_swingright_b
      xanim,ai_zombie_cellbreaker_bullcharge_tell
      xanim,ai_zombie_cellbreaker_death
      xanim,ai_zombie_cellbreaker_death_a
      xanim,ai_zombie_cellbreaker_death_explode
      xanim,ai_zombie_cellbreaker_death_mg
      xanim,ai_zombie_cellbreaker_enrage_start
      xanim,ai_zombie_cellbreaker_gasattack
      xanim,ai_zombie_cellbreaker_headpain
      xanim,ai_zombie_cellbreaker_idle_a
      xanim,ai_zombie_cellbreaker_lock_magicbox
      xanim,ai_zombie_cellbreaker_lock_perkmachine
      xanim,ai_zombie_cellbreaker_lock_planeramp
      xanim,ai_zombie_cellbreaker_run_a
      xanim,ai_zombie_cellbreaker_run_b
      xanim,ai_zombie_cellbreaker_run_c
      xanim,ai_zombie_cellbreaker_run_d
      xanim,ai_zombie_cellbreaker_spawn
      xanim,ai_zombie_cellbreaker_sprint_a
      xanim,ai_zombie_cellbreaker_sprint_b
      xanim,ai_zombie_cellbreaker_stumble_running
      xanim,ai_zombie_cellbreaker_summondogs
      xanim,ai_zombie_cellbreaker_tesla_death_a
      xanim,ai_zombie_cellbreaker_walk
      fx,brutus_fx/brutus_helmet
      fx,brutus_fx/brutus_spawn
      fx,brutus_fx/brutus_light
      fx,brutus_fx/brutus_lockdown_perk
      xmodel,c_zom_cellbreaker_helmet
      
      hindercanrunundefined Offline
      hindercanrunundefined Offline
      hindercanrun
      Contributor
      wrote on last edited by
      #2

      shippuden1592 nice release

      1 Reply Last reply
      0
      • Mpsdiabloundefined Offline
        Mpsdiabloundefined Offline
        Mpsdiablo
        wrote on last edited by
        #3

        Brutus is only on the custom maps or he will be on the classic maps ?

        shippuden1592undefined 1 Reply Last reply
        0
        • Mpsdiabloundefined Mpsdiablo

          Brutus is only on the custom maps or he will be on the classic maps ?

          shippuden1592undefined Offline
          shippuden1592undefined Offline
          shippuden1592
          wrote on last edited by
          #4

          Mpsdiablo said in [Release] [Mod Tools] Brutus:

          Brutus is only on the custom maps or he will be on the classic maps ?

          You can add it to your custom maps, and you can also take the script, xmodel and xanims to use in a classic map

          1 Reply Last reply
          0
          • bhfffundefined bhfff referenced this topic on

          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