So, here's a technical explanation for how the Beesful Mode Engine works: Certain statues, when activated with wire, spawn mobs. There mobs have a few special properties, like having their drops reduced by a factor of 20, but there is also a limit to how many mobs you can spawn from a given statue. For example, you can only spawn three of a given mob from a given statue. __These spawn limits, however, scale based on distance. __ 3 mobs in a 12.5 tile radius 6 mobs in a 37.5 tile radius 10 mobs - Anywhere in the world (Source: Terraria Wiki) By spawning mobs, and then moving them outside of that 37.5 tile radius, we can take advtange of that 10-mob spawn limit, rather than being stuck with only 3 mobs per-spawn. We can then use multiple statues, each with 10 mobs, to spawn a huge number of entites on-demand. Combined with bees (of which you can get ~90 with hives before the game stops you), this makes it fairly easy to fill up the mob cap- which, includes target dummies and NPC's, hence why your "Enemies Nearby" might vary if you build one of these machines for yourself. But... this isn't all that the Beesful Mode Engine can do. So, stay tuned for that. (subscribe to Ethyriel for more game-breaking content)
@@leemiles3995ig the game bugs out. It tries to spawn in an NPC but instead some enemy spawns/tries to spawn in. Me and my friend had similar thing with modded terraria
the way the " has arrived!" message works is that whenever a Town NPC tries to spawn, it spawns it and then grabs the latest spawned entity. When the Town NPC fails to spawn, it grabs a different enemy and uses its name.
given by the thumbnail and title i can tell this is gonna be 1. a banger episode 2. an amazing video 3. an episode where Ethyriel breaks the game for the 98 millionth time 4. chaos
12:22 it was at this moment that the cursed worm traveled back in time to season 2 and swore unending vengeance against the terraria Veterans for banishing him from this world, this will not be the last time we see him
16:06 I remember Pedguin's 'invasion playtbrough' from a few years ago where he played with 30x spawn rates, and how he would get a similar message but for hornets when trying to summon Golem or Plantera or something with a the mob cap full, which consistently gave that message without actually spawning the boss.
bro I read the word iterations and was like "oh rainworld" and then you ACTAULY made it for rainworld lmaooo There's a rainworld reference everywhere you don't expect on to be.
I used bees in a multiplayer playthrough recently so I could build our plantera/golem arena in peace and I was greeted with many many strange enemies arriving, I even had one that just said "Has Arrived" no enemy or other text, very funny
What a great episode where the mob cap is broken once again. Just to note, the mob cap can also be easily reached by using blood moon + penguin statue on timer, since the statue doesn't read corrupt and bloody penguins
The random mobs arriving as npcs reminds me of when a modded boss bar bugs out and just shows the health of the most random thing ever, like just a boss bar showing Edmund the Merchant
I Never Even used to watch terraria videos, like I played the game a ton and still do, but I was never interested in videos of it. But ever since finding the terraria veterans series I started watching more and more, and these videos have gotten me through some rough times. Thank you veterans!
actually if you reach the mob count, it says things like that when an npc tries to spawn. I encountered this with the old duck statue method before. It said things like demon eye has arrived and chaos elemental has arrived.
My guess for how the spawn messages were occurring at the end would be that because the part of the mob cap allocated for enemies was fully taken up, the game was trying to spawn enemies and put them in the part of the mob list reserved for NPCs. This resulted in the game's code executing at least enough to print that message, since the code may not check whether or not the entity being spawned is an NPC until after that message, if it checks at all. It probably relies on the idea that the number of enemies active at any point in time should never get high enough to risk this problem in the first place, so no one thought to account for it.
Skeletron Prime from Season 2 must've hit hive in time to spawn a pile of bees or something, getting the Destroyer stuck on one segment. From there, it's glitched until a reset occurs, whether it be dying, or turning day.
I get the feeling that the "____ Has arrived" with the mobs is because it tried to spawn a Town NPC but it got confused when a regular enemy spawned, so it thought that was the townie instead. all because of Beesful Mode.
also, the reason two parts of the wall of flesh spawned and not just one is probably because the guide himself died, freeing up a second slot in the same split second that the boss spawned.
Hey Gromek! The in next terraria veterans series you can take apart the dungeon, turn it into walls, and then throw into shimmer so you can put it behind people in the underground for dungeon guardian to spawn
3:36 Yup thats ethyriel for ya 12:12 The cursed destroyer has come back for revenge 13:51 You okay buddy? no seriously is he okay? Oh right he's afk 18:53 Top 10 Terraria mysteries
mmmmmm yes i specifically asked youtube to notify me for the premiere, and not only that i didn't get a notification for when the video premiered, i didn't even get any notification for its release, and it wasn't even brought up in my recommended, truly amazing work right here yes
The Terraria breaking cycle: Step 1. We discover some ridiculous, overpowered exploit and break the game Step 2. It gets popular and becomes a meme in the community Step 3. The devs patch it up for being too op and unfair Step 4. A new exploit is discovered Step 5. *we break the game again*
The title implies that there are 11 other machines that break the game (this season). I was going to make a joke about that, but after a little thought, there very well could have been.
I had those monster had arrive messages in my tmodloader 1.4.3 world, where one of the mods I created allows you to change global monster spawns from nothing to max. The messages appeared while the spawns were max and the cap was full.
so i scrolled through the comments and didnt see anybody else explain the (insert mob here) has arrived but thats a bug that happens when theres too many mobs and a npc is trying to spawn but a mob spawns instead. this can happen a lot in modded if you have stuff that increases spawnrates
First of all, leaving the game running to do school stuff is precisely why I have 1k+ hours in Terraria Second, I believe it was Playrime playingmaster mode for the worthy with 10x spawns that found that "black slime has arrived" mechanic and he figured that it was the game's way of spawning one more enemy when entities are soft capped
??? has arrived is a thing i've seen before, either in a playthrough i've done or a wand of sparking video i have no idea how the glitch happens, i just know it's real
Ive seen the "___ has arrived!" message when cranking spawn rates excessively in modded Terraria. I couldnt tell you what causes it unless its something to do with a random ememy taking priority over a planned spawn slot for an npc. Either way, funky bug.
I know I late to the episode, but still, Another day, another game breaking session and trolling, some amazing Buildings (Thanks Monica), The HOUSE, and some good times.
I did this separately with the flares and I killed a plantera completely without the ability to defend itself xd, too funny like the video as well ! PD: Mannequin ALSO Works
What is going on with the Blue Text at the end? Is it actually someone using an announcement box? I think it looks like the game is trying to spawn an NPC, but since the mob cap is filled by another mob spawning before the NPC can spawn, that mob is replacing the NPC, but the text still goes through. Although, "They ARE placeholders!" leads me to believe that this is not the case.
So, here's a technical explanation for how the Beesful Mode Engine works:
Certain statues, when activated with wire, spawn mobs. There mobs have a few special properties, like having their drops reduced by a factor of 20, but there is also a limit to how many mobs you can spawn from a given statue.
For example, you can only spawn three of a given mob from a given statue.
__These spawn limits, however, scale based on distance. __
3 mobs in a 12.5 tile radius
6 mobs in a 37.5 tile radius
10 mobs - Anywhere in the world
(Source: Terraria Wiki)
By spawning mobs, and then moving them outside of that 37.5 tile radius, we can take advtange of that 10-mob spawn limit, rather than being stuck with only 3 mobs per-spawn. We can then use multiple statues, each with 10 mobs, to spawn a huge number of entites on-demand.
Combined with bees (of which you can get ~90 with hives before the game stops you), this makes it fairly easy to fill up the mob cap- which, includes target dummies and NPC's, hence why your "Enemies Nearby" might vary if you build one of these machines for yourself.
But... this isn't all that the Beesful Mode Engine can do.
So, stay tuned for that.
(subscribe to Ethyriel for more game-breaking content)
So what was the “Zombie has arrived” thing? just a hidden announcement sign or some weird glitch?
@@leemiles3995 I am intrigued, I want to know what was it and who build this troll machine (I think this is not a glitch)
@@leemiles3995ig the game bugs out. It tries to spawn in an NPC but instead some enemy spawns/tries to spawn in. Me and my friend had similar thing with modded terraria
oh no it’s god
Where does this episode fall on the cursed scale?
I need a "This server has worked *0 days* without people breaking the game" sign fanart...
Yes! We need that fanart! Would be so glorious!
I
am very tempted to draw that now
Just one of those signs that say “days without people breaking the game”and every time they upload it goes to 0
the way the " has arrived!" message works is that whenever a Town NPC tries to spawn, it spawns it and then grabs the latest spawned entity. When the Town NPC fails to spawn, it grabs a different enemy and uses its name.
Ethyriel's the type of guy to have 20 years work experience at 18 years old
bro bought the +2 extra work experience perk
Worked for 2 years before even being born
He worked faster
Folded the fabric of time to work four times as fast to us mere mortals.
Gromek: I have created an easy way to reach mob cap with bees
Ethyriel: Hold my drink
How many videos in a row are we going to just have Ethyriel finding a new way to break the game?
Yes
At least 1 more
If a game breaking thing exist, ethyrial will find it.
*y e s*
This absolutely made my day. Black slime has arrived had me HOWLING
Seeing this mob-capping concept get more efficient and more refined with every iteration is... fascinating...
Always a pleasure to help edit these!
given by the thumbnail and title i can tell this is gonna be
1. a banger episode
2. an amazing video
3. an episode where Ethyriel breaks the game for the 98 millionth time
4. chaos
you sayin that is a normal grom video.
@@jzh4805 a bit more chaos than normal though. like, a lot more chaos
Ethyriel is gonna solve world hunger with 7 wire and a pressure plate.
Does some sand and a Bast statue count?
12:22 it was at this moment that the cursed worm traveled back in time to season 2 and swore unending vengeance against the terraria Veterans for banishing him from this world, this will not be the last time we see him
16:06 I remember Pedguin's 'invasion playtbrough' from a few years ago where he played with 30x spawn rates, and how he would get a similar message but for hornets when trying to summon Golem or Plantera or something with a the mob cap full, which consistently gave that message without actually spawning the boss.
I also remember that, but I remember it happening when he was in the dungeon.
honestly with amount of iterrations ethyriel is doing I feel like they deserve a rain world iterrator OC
They ARE the Rain World Iterator
bro I read the word iterations and was like "oh rainworld" and then you ACTAULY made it for rainworld lmaooo
There's a rainworld reference everywhere you don't expect on to be.
But what would his iterator name be?
@@zarnox3071 significant harassment
@@zarnox3071 "the fucking bee one"
I used bees in a multiplayer playthrough recently so I could build our plantera/golem arena in peace and I was greeted with many many strange enemies arriving, I even had one that just said "Has Arrived" no enemy or other text, very funny
has arrived!
What a great episode where the mob cap is broken once again.
Just to note, the mob cap can also be easily reached by using blood moon + penguin statue on timer, since the statue doesn't read corrupt and bloody penguins
The random mobs arriving as npcs reminds me of when a modded boss bar bugs out and just shows the health of the most random thing ever, like just a boss bar showing Edmund the Merchant
Ethyriel is, without a doubt, the final boss of this playthrough.
I just finished rewatching all of For The Worthy and The Constant yesterday, so this could not have come at a better time. I always love your videos
Welcome to terraria veterans we have the single, skull prime and the destroyed
I Never Even used to watch terraria videos, like I played the game a ton and still do, but I was never interested in videos of it. But ever since finding the terraria veterans series I started watching more and more, and these videos have gotten me through some rough times. Thank you veterans!
I wonder if the mobs that get announced like "black slime has arrived" actually have npc properties or if they're just,, regular mobs
Those messages are from signs like the troll face. You can change the text color with special characters. So there is no npc/mob involved.
actually if you reach the mob count, it says things like that when an npc tries to spawn. I encountered this with the old duck statue method before. It said things like demon eye has arrived and chaos elemental has arrived.
That's why ethyriel says:
Someone put up announcement box, but where?
@@bossriy3555 Aw, kind of a shame but good to know! Thank you! :D
@@bossriy3555 It definitely wasn't an announcement box. It was only happening when one of their NPCs were dead, and the mob cap was practically full.
My guess for how the spawn messages were occurring at the end would be that because the part of the mob cap allocated for enemies was fully taken up, the game was trying to spawn enemies and put them in the part of the mob list reserved for NPCs. This resulted in the game's code executing at least enough to print that message, since the code may not check whether or not the entity being spawned is an NPC until after that message, if it checks at all. It probably relies on the idea that the number of enemies active at any point in time should never get high enough to risk this problem in the first place, so no one thought to account for it.
13:47 "I have 14.7 days of time in last 14 days"
maybe
thats cuz you had multiple terraria's open at once?
Skeletron Prime from Season 2 must've hit hive in time to spawn a pile of bees or something, getting the Destroyer stuck on one segment. From there, it's glitched until a reset occurs, whether it be dying, or turning day.
"(mob) has arrived" happens at mob cap. While I was running the 300x spawns mod it would happen while I was hanging around my base
I get the feeling that the "____ Has arrived" with the mobs is because it tried to spawn a Town NPC but it got confused when a regular enemy spawned, so it thought that was the townie instead. all because of Beesful Mode.
also, the reason two parts of the wall of flesh spawned and not just one is probably because the guide himself died, freeing up a second slot in the same split second that the boss spawned.
Black Slime has arrived.
Black Slime has arrived.
IM IN TEAARSSSSS WHEN U KILL AN NPC AT CAP BASICALLY ANOTHER NPC MOB SLOT OPENS UP AND THEY TREAT ANY NEXT MOB THAT SPAWNS AS AN NPC THATS HILARIOUS
Hey Gromek! The in next terraria veterans series you can take apart the dungeon, turn it into walls, and then throw into shimmer so you can put it behind people in the underground for dungeon guardian to spawn
This series never fails to make my day get better, thank you♥
Crazy how this mechanism can just turn The Twins into The Only Child.
Wow...that was exactly what I needed.
My final exams are tomorrow and for now I can relax with a new Terraria Veterans Video XD
3:36 Yup thats ethyriel for ya
12:12 The cursed destroyer has come back for revenge
13:51 You okay buddy?
no seriously is he okay? Oh right he's afk
18:53 Top 10 Terraria mysteries
Actually my favorite Terraria video series
“This machine breaks Terraria”
This friend group breaks Terraria
mmmmmm yes i specifically asked youtube to notify me for the premiere, and not only that i didn't get a notification for when the video premiered, i didn't even get any notification for its release, and it wasn't even brought up in my recommended, truly amazing work right here yes
What if you spawn mechdusa with mob limit machine? (I think this is how you spell this boss, it's from legendary mode, 3 mech bosses in one)
Yesss, I've been waiting for the next upload of this series forever. This is gonna be good
I just heard like **3** notes at 2:47-2:50 and immediately had flashbacks-
ethyriel never disappoints
The Terraria breaking cycle:
Step 1. We discover some ridiculous, overpowered exploit and break the game
Step 2. It gets popular and becomes a meme in the community
Step 3. The devs patch it up for being too op and unfair
Step 4. A new exploit is discovered
Step 5. *we break the game again*
I wonder if Ethyriel will rest once he's made every single developer cry.
All hail the arrival of our new overlord, black slime.
I know the day is better a ton
when Gromek uploads another terraria veterans
The title implies that there are 11 other machines that break the game (this season). I was going to make a joke about that, but after a little thought, there very well could have been.
It’s just episode number
Ethyriel with Gabriel voice: MACHINE TRANS RIGHT NOW
- I have 14.7 days played in the last 14 days
- How do you do that?
- I don't know...
of course ethyriel knows, at this point im pretty sure he understands what the redstone comparator does
1 segment eater reminds me of the cursed destroyer
I had those monster had arrive messages in my tmodloader 1.4.3 world, where one of the mods I created allows you to change global monster spawns from nothing to max. The messages appeared while the spawns were max and the cap was full.
Slight game breaking shenanigans by Ethyriel
Its just great to see the more techbical and gamebraking side of terraria. Greatt video
What do you get when you cross a dragon with a bad idea the beacefull mode engine
this can be a tutorial for how to break terraria in 1 second, this guys are so funny that make me laugh every time
2:47 was... was that elevatorstuck? In my terraria veterans?
I wish i could join a group of friends to play stuff like this, it looks like a lot of fun!
Dis-arming Skeletron Prime.
the Veterans have done it yet again, they have constructed a machine that can turn the very fabric of reality into Swiss cheese!
The veterans can always a way to break terraria
I love this series, keep it up.
12:51
Finally… A weapon that can surpass METAL GEAR!!!😂
I wish so badly to have a group of friends like this ;-;
completely unrelated to the video but what snipping tool do you use? ive been looking all over for one that works well and cant find any
ShareX, it's free and the best screenshot tool
"Heard you spawning bees like I wouldn't find out."
so i scrolled through the comments and didnt see anybody else explain the (insert mob here) has arrived but thats a bug that happens when theres too many mobs and a npc is trying to spawn but a mob spawns instead. this can happen a lot in modded if you have stuff that increases spawnrates
what software do you use to take the screen shots?
ShareX, it's great
Is this where we start breaking the laws of the universe?
Ethyriel, please
Nah.
This is a _different_ instance of me breaking the laws of the universe.
@@EthyrielY ...
Do you have the slightest idea how little that narrows it down?
Did you know there is Robocraft 2? But it's huge chaos. Thats source of fun.
Does this work with mechdusa?
aparently this episode should of been named "10 discover veterans discover break a bug !?"
source: 15:49
First of all, leaving the game running to do school stuff is precisely why I have 1k+ hours in Terraria
Second, I believe it was Playrime playingmaster mode for the worthy with 10x spawns that found that "black slime has arrived" mechanic and he figured that it was the game's way of spawning one more enemy when entities are soft capped
Did you guys do the zenith seed or for the worthy on legendary mode? I feel like it's the perfect fit for you guys
??? has arrived is a thing i've seen before, either in a playthrough i've done or a wand of sparking video
i have no idea how the glitch happens, i just know it's real
Idk why but the Ethyriel sprites make it so much funnier XD
I wanna see if the Beesful mode engine works with Calamity. Some bosses could completely break with it.
Ethyriel strikes once again
a
Umm
Ok
*microwave noises*
*AaAaA*
Vvvvvvvvvvvvvvvvvvvvvv
Jesus Ethyriel
two days of non-stop AFKing
Dude, what computer do you have that can survive two straight days of constant use?!
Monica spider! Heck yeah!
The only thing that can break Terraria even more is The SLOP
Ive seen the "___ has arrived!" message when cranking spawn rates excessively in modded Terraria.
I couldnt tell you what causes it unless its something to do with a random ememy taking priority over a planned spawn slot for an npc.
Either way, funky bug.
wonder what ethyriel does in this video
instead of the twins its 'the only child' has awoken
Very impressive! good work chief!
Anyone know what that song is at 1:36?
Someone did push terraria to it's limit by making a computer in terraria
I know I late to the episode, but still,
Another day, another game breaking session and trolling, some amazing Buildings (Thanks Monica), The HOUSE, and some good times.
What the name of software do you use for making screenshots?
ShareX
Thank you
God I love this series
wich hosting plateform do you use for your server?
Bloom host
Mum new terraria vid just dropped, wonder how they’re gonna break the game this time
I did this separately with the flares and I killed a plantera completely without the ability to defend itself xd, too funny like the video as well !
PD: Mannequin ALSO Works
Fixed my lag problem for now, can watch terraria vids again now. Dont ask why i cant otherwise
Could we see this series on the zenith seed? I would love to watch that 😂😂
The wiki mods must hate Ethyriel due to them having to explain why all these contraptions work.
another great video!
What is going on with the Blue Text at the end? Is it actually someone using an announcement box?
I think it looks like the game is trying to spawn an NPC, but since the mob cap is filled by another mob spawning before the NPC can spawn, that mob is replacing the NPC, but the text still goes through.
Although, "They ARE placeholders!" leads me to believe that this is not the case.
it is not an announcement box
As of when i opened this tab on youtube, this video had 666 likes, and frankly, that is perfect.
3:35 what is a conerns
could ethyriel be in season 4 as well? since he discovered 898564 glitches recently, he could do some funny things