Absolutely! This is unreal engine, so we can get a good idea of what is happening here: the player character gets parented to a bone in the tubpups rig. To be "parented" essentially means that the object is attached by an invisible metal rod to other thing. When that thing moves rotates or scales, the "child" will follow as if it were attached to the parent. Parenting is often done with the child directly attached to the parent. For instance, the forearm of a character is a child of the upper arm, and so when I rotate the arm the forearm moves with it and stays attached. Although, as seen in the video, you can have a displacement between the child and parent. "Bones" are basically little digital rods which deform a model. When you make a 3D model, it's in a certain pose (for example the classic T pose). In order to change the pose without remodelling the whole thing, we make a "rig" out of bones (you can imagine it like a skeleton for the model) and tell each bone what parts of the model it is responsible for moving. Then when we move the bones, they drag the model along with it. How can I tell that's what's happening here? Well the character follows the location of the tubpup, and if you watch closely it particularly follows the rotation of the back of the tub (the "hip bone" of this imaginary skeleton). That's how I know that the character is parented to a bone in the rig, because that bone's rotation is dragging the model and also rotating the character.
@@itoastpotatoes399 LMAO you actually sounded more like a teacher. And I don't mind the nerd out, in depth answer. It really was interesting and I liked it a lot so thank you :D
i honestly took it as if there are only bubbles inside and not actual water.. so using clothes i see no problem, they would get slightly wet but no big deal really..
A bit more technical look at this glitch (couldn't contain my inner nerd): this is happening because games rely on a thing called transform to store position and rotation data. These transforms are basically matrices that describe a transformation. Every object's position is determined by a series of these transformations, where every transform describes objects position in relation to its parent. When player sits in the bathtub, the bathtub becomes the parent transform of the player and sets the player transform to be zero. Usually, since the transform is zero, even though the players position is still combination of bathtub transform and player transform, the resulting transform is just bathtub, hence player's position is mimicing the bathtub. But, because of this misalignment at the start, the transform of the player becomes non-zero. Because of it, the player's resulting position is always the bathtub + whatever misalignment it is at the start.
When I first saw the character bobbing next to the tubpup, I immediately thought of a similar glitch from Super Mario 64 (or maybe family of glitches), where Mario can be "standing on" a rotating platform, but also have coordinates very far from said platform. Nonetheless, the angular motion of the platform is preserved around the coordinates of the original axis the platform rotates around, resulting in far more linear motion than was ever intended.
So you know how at the start of the game, the gacha will "force" you into a tutorial to pull and it'll guarantee a baizhi? well the thing is, said pull isn't actually required. There are a few methods to avoid doing the pull, but Im pretty sure just simply waiting a bit will allow you to back out without being required to pull. Thus, if you did this and didn't get the guaranteed baizhi, it's entirely possible to just get unlucky from every other pull moving forward haha
I actually think my game bugged because I almost didn't get Baizhi either. The game never sent me into the wish screen and I thought I'd actually just have to get lucky with my pulls until one of my friends said that she was basically given for free on the standard banner
If you somehow skipped the forced pull tutorial when the Convene is introduced, you won't have Baizhi and you keep the pull currency. However you are still guaranteed a Baizhi when you do 1 pull on the permanent character Convene so nothing is lost. A friend had this happened to them back in 1.0, probably as a result of forcibly closing the game mid tutorial I'm not really sure, but like I said, it only took 1 pull in the permanent Convene for him to get Baizhi.
the bathtub is such a cool to add , idk if people are familiar with PS2 games like Monster hunter and ff , both games offer such out of normal experience with monsters that get friendly and dance for you or you can mount or that follow you none stop and so on ,its such a cool thing to add to make the atmosphere lively , usually such thing is added on cities in game that are deemed more sophisticated and futuristic , idk i liked it it reminded me of old good days of PS2 games chill and laid back stress free
Speaking of infinite stamina Moosashi have you seen the unmarked land mass between Mt. Firmament and Rinacita? It has a warp barrier and approaching from the mount firmament side seemed to do its best inazuma trench impression
Honestly, i love these types of glitches. Not the ones that shows off in your face, but rather the ones that you find on purpose and are hilarious as a result. Usually i want my games as optimized as posible, but this one can stay.
Wuwa is fun but there are so many "features". Like once I clipped under the ToA arena because monke somehow threw my under there with an attack and today I was exploring the arena around Lorelei and apparently part of the map under some bushs isn't fully connected so you can climb through there to get under the map
Off topic, but here are some other observations I saw in game. 1) From the Port in Rinacita there are hidden islands that you CANNOT see from map. Which means you can only see it through the port, and yes you can only step on one of the small islands because it's bounded by map limit line. 2) There is a big spherical cloud in the sky + there is a dragon head cloud as well. 3) For some reason there are no islands which you can see on map at the Echo Flight 3 tower (The Biggest Tower in Nightmare Heron) region). 4) In the Resonator Examination test for Carlotta, they have added Spy x Family Elegant! Meme.
Playing through the main story quest ( the ones under the title Main quests) should get you there eventually. There might be other quests blocking it from continuing, or your union level may be too low. Hope this helps!
Since they're living organisms, not linked to Ragunna's water supply in any way, and can therefore generate liquids of their own, I probably shouldn't trust what comes out of those shower heads 💀
I found a way to increase your crit rate and crit damage for 100%. It disappears once you log out. I found it out fighting the Nightmare crownless. Characters used were Rover, Encore and Verina
If it literally breaks the game and gives an unfair advantage, sure. Glitches that deal no harm however can stay. Glitches are also the foundation of speedruns and what make games fun to experiment with.
@@zat-1-fury first of all, doesn’t genshin delete all glitches and second of all they dont ban people who abuse them literally spreading misinformation, only if they are really bad ones like the kaveh incident where his skill could delete others people items forever from the game
Kuro games would be amazing if they decided to keep the glitch but modify it or fix it in a way that it doesn’t damage the player experience or bug the game too badly
How about the bug that adds 100% more to crt and cdmg like that happen to my encore 85% crt 275% cdmg ended up with 185%crt 365%cdmg each basic attack dealing 12k damage. i didn't even know how and when the bug happens.
Hey moosashi, try exploring the envisaged echoes domain in genshin. I did the ganyu one and it looks pretty. Maybe you'll be able to go out of bounds to explore. 😊
Tubpup is an amazing name tbh
true
Tubpup is best pup
Couldve been a CatTub
Shouldve been Tubborghini
I bet one of the workers was randomly making names and they just decided it sounds cute so they added it into the game
This glitch is such an interesting and easy way to explain how objects interact with the player's character.
Absolutely! This is unreal engine, so we can get a good idea of what is happening here: the player character gets parented to a bone in the tubpups rig.
To be "parented" essentially means that the object is attached by an invisible metal rod to other thing. When that thing moves rotates or scales, the "child" will follow as if it were attached to the parent. Parenting is often done with the child directly attached to the parent. For instance, the forearm of a character is a child of the upper arm, and so when I rotate the arm the forearm moves with it and stays attached. Although, as seen in the video, you can have a displacement between the child and parent.
"Bones" are basically little digital rods which deform a model. When you make a 3D model, it's in a certain pose (for example the classic T pose). In order to change the pose without remodelling the whole thing, we make a "rig" out of bones (you can imagine it like a skeleton for the model) and tell each bone what parts of the model it is responsible for moving. Then when we move the bones, they drag the model along with it.
How can I tell that's what's happening here? Well the character follows the location of the tubpup, and if you watch closely it particularly follows the rotation of the back of the tub (the "hip bone" of this imaginary skeleton). That's how I know that the character is parented to a bone in the rig, because that bone's rotation is dragging the model and also rotating the character.
Sorry for the nerd out answer but I hope it was interesting. Also upon reading it back I sound disconcertingly similar to ChatGPT
@@itoastpotatoes399 LMAO you actually sounded more like a teacher. And I don't mind the nerd out, in depth answer. It really was interesting and I liked it a lot so thank you :D
last time i checked it was chatgpt sounding like humans not the opposite
'I'm washing ME AND MY CLOTHES"
i honestly took it as if there are only bubbles inside and not actual water.. so using clothes i see no problem, they would get slightly wet but no big deal really..
They say it's a bug, I say it's a great feature ~ Bethesda games player
It just works
it just works
it just works
It just works
Rinascita Any%: FOUND 🤣
😂😂😂
😂😂😂
not you breaking wuwa as well lol
A bit more technical look at this glitch (couldn't contain my inner nerd):
this is happening because games rely on a thing called transform to store position and rotation data. These transforms are basically matrices that describe a transformation. Every object's position is determined by a series of these transformations, where every transform describes objects position in relation to its parent. When player sits in the bathtub, the bathtub becomes the parent transform of the player and sets the player transform to be zero. Usually, since the transform is zero, even though the players position is still combination of bathtub transform and player transform, the resulting transform is just bathtub, hence player's position is mimicing the bathtub. But, because of this misalignment at the start, the transform of the player becomes non-zero. Because of it, the player's resulting position is always the bathtub + whatever misalignment it is at the start.
We can get more 80 astries from this 🗣️
no one need it, we need that glicht
That glitch is worth more than pulls
Why not have this as features lol
This only exist in town so it did no damage at all.
All it does is funny town activity lol
Keep the glitch
DAMMM RIGHT 🗣️
"KURO
The explanation about movement of unloaded objects was very clear, great demonstration with the bridge.
Not me yelling "yippeeeee" out loud when yuanwu just orbit around the city 😂😂
NOW PLEASE FIND A GLITCH WHERE WE CAN FLY INFINITELY. THE FLYING IS TOO FUN
Downloaded the game literally just so i can fly around. Little did i know, I would end up liking the game as a whole.
@@deego3031this made me smile. Hope you have a lot of fun with wuwa!!
Devious QA guy in his time off contributing to Kuro devs hair loss
If Yuwanu swims that fast, dude's gonna discover the whole world before the devs can even build it
0:30 but it's a public bath, of course you're supposed to get naked.
4:53 bro saw a lady to tip his hat to on another island
3:55 in case you are wondering, this is called Occlusion Culling, which is a technique sometimes used in games to increase performance.
aside the shenanigans and the funnies i genuinely found this very educative on how this games are created and how some of their parts work
I wonder if he is a game dev or student.. Because as someone who learns about game making, I understand and can imagine all mechanics that he said
When I first saw the character bobbing next to the tubpup, I immediately thought of a similar glitch from Super Mario 64 (or maybe family of glitches), where Mario can be "standing on" a rotating platform, but also have coordinates very far from said platform. Nonetheless, the angular motion of the platform is preserved around the coordinates of the original axis the platform rotates around, resulting in far more linear motion than was ever intended.
Yuan Wu mastering Inner Peace
1:37 how does this guy not have baizhi?? Did he break the game there too
So you know how at the start of the game, the gacha will "force" you into a tutorial to pull and it'll guarantee a baizhi? well the thing is, said pull isn't actually required. There are a few methods to avoid doing the pull, but Im pretty sure just simply waiting a bit will allow you to back out without being required to pull. Thus, if you did this and didn't get the guaranteed baizhi, it's entirely possible to just get unlucky from every other pull moving forward haha
@@KlockoArtno the tut gives u baizhi
Autocorrect
I actually think my game bugged because I almost didn't get Baizhi either. The game never sent me into the wish screen and I thought I'd actually just have to get lucky with my pulls until one of my friends said that she was basically given for free on the standard banner
If you somehow skipped the forced pull tutorial when the Convene is introduced, you won't have Baizhi and you keep the pull currency. However you are still guaranteed a Baizhi when you do 1 pull on the permanent character Convene so nothing is lost. A friend had this happened to them back in 1.0, probably as a result of forcibly closing the game mid tutorial I'm not really sure, but like I said, it only took 1 pull in the permanent Convene for him to get Baizhi.
As long as it doesn't do anything that's unfair like drowning enemies, it will stay as a feature. That's why it's double "WW"
the bathtub is such a cool to add , idk if people are familiar with PS2 games like Monster hunter and ff , both games offer such out of normal experience with monsters that get friendly and dance for you or you can mount or that follow you none stop and so on ,its such a cool thing to add to make the atmosphere lively , usually such thing is added on cities in game that are deemed more sophisticated and futuristic , idk i liked it it reminded me of old good days of PS2 games chill and laid back stress free
Doesn't work anymore. Seems they patched it.
bro just wanted that extra 80 astrites.
cool! thanks for sharing i think i'll play around with this later
Thanks man this glitches make the game 200% more fun
Oh deer. That was quick.
I like Wuwa before. Now I like it even more.
That was really cool, getting a lesson on how the game loads and deloads objects to save on resources but also to save your immersion.
Speaking of infinite stamina Moosashi have you seen the unmarked land mass between Mt. Firmament and Rinacita? It has a warp barrier and approaching from the mount firmament side seemed to do its best inazuma trench impression
Everything will make sense when swimsuit skin is released 😂
Im excited for the national geographic documentary on this tubpup.
Honestly, i love these types of glitches. Not the ones that shows off in your face, but rather the ones that you find on purpose and are hilarious as a result. Usually i want my games as optimized as posible, but this one can stay.
You explained the glitch like a lore 😂
Wuwa is fun but there are so many "features". Like once I clipped under the ToA arena because monke somehow threw my under there with an attack and today I was exploring the arena around Lorelei and apparently part of the map under some bushs isn't fully connected so you can climb through there to get under the map
hold up? Infinite stamina? I like that sound
This data is enough for Kuro to fix it
the most detailed bug description I've ever seen-
God this is game of the year. This right here. This is absolute Peak.
I also caught this glitch, but when I was teleporting from the bathroom to somewhere.
This is a nice discovery!
WILD
I wish I could go play too, but my game has been refusing to start since the update.
A patch just drop
Hope it fixes it
Off topic, but here are some other observations I saw in game.
1) From the Port in Rinacita there are hidden islands that you CANNOT see from map. Which means you can only see it through the port, and yes you can only step on one of the small islands because it's bounded by map limit line.
2) There is a big spherical cloud in the sky + there is a dragon head cloud as well.
3) For some reason there are no islands which you can see on map at the Echo Flight 3 tower (The Biggest Tower in Nightmare Heron) region).
4) In the Resonator Examination test for Carlotta, they have added Spy x Family Elegant! Meme.
I guess it's time for Rover to not only break the game, but grind it to a fine powder
Is it possible to swim to Rinascita with the infinite stamina glitch?
What weird is Lumi tail hanging out thr bottom. When riding a tubpup
Does anyone know how to unlock mt firmament and black shores archipelago without a quest ? Great video 👍
That's the neat part, you cant unlock them without doing the main quests
Playing through the main story quest ( the ones under the title Main quests) should get you there eventually. There might be other quests blocking it from continuing, or your union level may be too low. Hope this helps!
I don't know of any glitches to get there with glitches
maybe you could try performing the infinite swimming glitch moosashi mentioned at the end?
i don't think you can. but they should implement it. the neat thing is you don't need to finish the quest; just unlock it
apply to be a QA at this point, u find these way faster than the current ones obviously enough lol
ok, so no one even have a single thought what is in the bathtub? It is too dense to be milk or soap, more like something inappropriate
Since they're living organisms, not linked to Ragunna's water supply in any way, and can therefore generate liquids of their own, I probably shouldn't trust what comes out of those shower heads 💀
Its just acid
digestive acid, that's how they dissolve their prey
Oh no, their legs. THEIR LEGS
tubpup is so precious 😭❤
I found a way to increase your crit rate and crit damage for 100%. It disappears once you log out. I found it out fighting the Nightmare crownless. Characters used were Rover, Encore and Verina
HoYoLAB: let’s delete the glitch and ban all who used it …
Meanwhile kurogames: naw let them cook 😅
If it literally breaks the game and gives an unfair advantage, sure. Glitches that deal no harm however can stay.
Glitches are also the foundation of speedruns and what make games fun to experiment with.
Back then albedo was fun
@@zat-1-fury first of all, doesn’t genshin delete all glitches and second of all they dont ban people who abuse them literally spreading misinformation, only if they are really bad ones like the kaveh incident where his skill could delete others people items forever from the game
we are so getting a patch. Kuro devs stalk us.
you can grapple onto those wingray things with glitch still active
nevermind it disables the glitch
prime example for modern feature-driven software development
This is so motion sickness inducing of a glitch holyyy
So is the soapy water on that tub... The pup's piss?
Kuro games would be amazing if they decided to keep the glitch but modify it or fix it in a way that it doesn’t damage the player experience or bug the game too badly
I stayed in Tubpup for 5 mins just because. I love him
Can you swim to rinascita using that swim glitch 😂?
there's a hoverdroid glitch btw you an drop mobs to 0 hp but they wont die if you try and kill them with a hoverdroid.
How about the bug that adds 100% more to crt and cdmg like that happen to my encore 85% crt 275% cdmg ended up with 185%crt 365%cdmg each basic attack dealing 12k damage. i didn't even know how and when the bug happens.
has this been patched? cant get it to work somehow, im on pc if that matters
We got Wuwa LetsGameItOut before GTA VI
For some reason I feel defeated at all
and try finding infinite flying glicth now
Hey moosashi, try exploring the envisaged echoes domain in genshin. I did the ganyu one and it looks pretty. Maybe you'll be able to go out of bounds to explore. 😊
What a great feature. I might start playing due to this.
The clothes... They're clipping... kuro! My OCD!
I did know for a long time that bathing is dangerous but no one believed me 😂.
So when will you play wuthering waves using only rover again @moosashi ? Not trying to rush you but still.
Kuro not fixing exploration bugs means they don't want to kill fun.
This is amazing !
Want to know my first thoughts when I saw the tubpup…
“Are we gonna get fan service?”
Answer was no and I was really sad🫠🥲
they will add beach skin eventualy, just like PGR they have some really good beach skin
You can glitch through wall or overworld with this. I like the idea.
They prevent clipping by removing legs but forget about Lumi's tail
Still clipping when I try it
i have urge to find lore of this tub.
Bathtub sending players into the backrooms
I hope this glitch never goes
The OoB Master is back!
Echo controlling resonator now
Bug ❌
Intentional ✅
😏
Hello,i hv a question if i teleport to other area will the glitch remain
Reminder of Kuro that we shouldnt forget to shower 😂😂
I called it cathtub
Every game has that one mf who does everything they can to make the devs work overtime
This is a feature not a bug.
KURO WE DEMAND A 10 PULL FOR THAT even though ur the most generous game devs ive seen my entire life
how did you find this so quick bro 💀
GAS GAS GAS
Infinite stamina glitch?? Now find one with infinite flight stamina XD
The serious explanation while watching the goofy footage is killing me 🤣
Puptub is on another lv
Yo Mooshashi back with WuWa after ages
so can i afk while riding tubpub? or I'll get kicked out after certain amount of time
I need to do this before it’s patched
Bugs in wuthering waves? naah 💀I could never believe it /s
RIP Grippers
I don’t think it works on mobile😔