Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO1 Modding Support & Discussion
  3. [T5] Is it possible to patch the excavator on moon?

[T5] Is it possible to patch the excavator on moon?

Scheduled Pinned Locked Moved BO1 Modding Support & Discussion
2 Posts 2 Posters 70 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.
  • Prawlyundefined Offline
    Prawlyundefined Offline
    Prawly
    wrote on last edited by
    #1

    Ive been wanting to make a patch for moon that guarantees the excavator tunnel pi to do the easter egg earlier just for people who want to just do it without any of the rng of potentially waiting at most 20 rounds just to do the easter egg and even longer if they teleport when it decides to excavate making it possible to go into the 30's by accident just wanted to know if it was possible in any way by any modders

    Hadi77KSAundefined 1 Reply Last reply
    0
    • Hadi77KSAundefined Offline
      Hadi77KSAundefined Offline
      Hadi77KSA Contributor
      replied to Prawly on last edited by
      #2

      It’s possible. Just change level.diggers

      init()
      {
      	level.diggers = array( "teleporter" );
      	thread restore_excavators();
      }
      
      restore_excavators()
      {
      	common_scripts\utility::flag_wait( "teleporter_breached" );
      	level.diggers = array( "teleporter", "hangar", "biodome" );
      }
      
      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