[T5] Is it possible to patch the excavator on moon?
-
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
-
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
It’s possible. Just change
level.diggers#include common_scripts\utility; init() { level.diggers = array( "teleporter" ); thread restore_excavators(); } restore_excavators() { flag_wait( "teleporter_breached" ); level.diggers = array( "teleporter", "hangar", "biodome" ); } -
It’s possible. Just change
level.diggers#include common_scripts\utility; init() { level.diggers = array( "teleporter" ); thread restore_excavators(); } restore_excavators() { flag_wait( "teleporter_breached" ); level.diggers = array( "teleporter", "hangar", "biodome" ); }This post is deleted!
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