Lethal Company Dissected - Vow's Bridge Mechanics [Jumping Exploit Patched in v47]

Ойындар

Here's a breakdown of the collapsing bridge found on the moon Vow. Watch for an explanation on what makes it more fragile / rickety, and how to cheese the bridge to help avoid collapse.
0:00 Introduction
2:20 Basic Mechanics
3:54 How to Heal the Bridge
4:58 Crossing the Bridge at Max Weight
6:08 Multiple Players & Severe Penalties
8:33 3 Key Strategies for Safer Crossing
9:36 Fastest Collapse
10:55 Enemies on the Bridge
11:42 Closing Words
Special thanks to Thens, Keith Ballard, The SaD Games, and Bird Catcher for helping with multiplayer bridge testing and footage gathering:
/ @thens_des
/ @keithballarda
/ @thesadgames
/ @birdcatcher
My boring research notes:
docs.google.com/spreadsheets/...
Also credit to ImJustMaxie and nil for their CE table, which was used to help spawn enemies, modify object weights, and lock the time of day.
If you wanna know where the durability display came from, I'm sorry to report that I don't know CE well enough to, uh, find... pointers I think they're called? So I don't have a script I can share, but the value is very easy to find by looking for a decreasing float value when stepping on the bridge.
Recording Camera mod by Graze and LethalCreature mod by DarnHyena.

Пікірлер: 519

  • @illusorywall
    @illusorywall5 ай бұрын

    It wasn't mentioned in the patch notes, but the jumping exploit was patched out in v47. RIP. Here's an update video, reviewing revised strats and other changes: kzread.info/dash/bejne/g6V1rNdml8q1nqQ.html

  • @scutterybuttery449
    @scutterybuttery4495 ай бұрын

    I'd love a short series on this game in particular, theres a lot of 'hidden' mechanics (such as an analysis of what exactly causes the Bracken to go berserk)

  • @thesaltyduckling80

    @thesaltyduckling80

    5 ай бұрын

    The bracken has an invisible anger meter. When it reaches or goes above 100 he gets mad. He calms down below 100 or below 50, I’m not sure which one. He gains anger from being viewed (even through walls!??), being walked up on, while stalking closely, and being damaged or stunned. Anger level slowly diminished passively, so if you anger him you just need to outrun his anger meter until he calms down

  • @Kakuruma

    @Kakuruma

    5 ай бұрын

    If you (don't) look at it for (not) long enough. (If you keep persistant eye-contact they will consider it a provocation and kill you, if you don't look at them they will consider you their prey and kill you)

  • @scutterybuttery449

    @scutterybuttery449

    5 ай бұрын

    @@thesaltyduckling80 yes I have some idea of how it works, but it would be cool to see an actual breakdown with numbers and so on, like with the bridge in this video!

  • @coal1235

    @coal1235

    5 ай бұрын

    @@thesaltyduckling80 bracken has anger issues lol

  • @thesaltyduckling80

    @thesaltyduckling80

    5 ай бұрын

    @@coal1235 take a shot of whiskey every time you read the word anger lmfao

  • @TheHeavyshadow
    @TheHeavyshadow5 ай бұрын

    I was surprised to see this branching out, but it makes sense. After all, Lethal Company is the Dark Souls of hardcore first person co-op comedy horror action-RPG unity based PVE roguelike multiplayer games.

  • @wraithwrecker_

    @wraithwrecker_

    5 ай бұрын

    This is a deep cut, and a very good one at that.

  • @pouncelygrin6699

    @pouncelygrin6699

    5 ай бұрын

    wise words xD

  • @slt4463

    @slt4463

    5 ай бұрын

    what the fuck is bro talking about TOT

  • @kikidffo8963

    @kikidffo8963

    5 ай бұрын

    Dark souls like? kekw

  • @the_furf_of_july4652

    @the_furf_of_july4652

    5 ай бұрын

    @@slt4463The humor of the post stems from an online trend in which games are arbitrarily (and often, inaccurately) referred to as “the dark souls of [insert genre here]”, especially as a way of saying the game is difficult. The post is poking fun at this saying, while jokingly using it as an explanation for why a dark souls youtuber would make a lethal company video.

  • @illusorywall
    @illusorywall5 ай бұрын

    edit: The wikis were updated, that was fast! Great work and huge thanks to everyone who datamined deeper and got the exact formulas nailed down. Original post below- A bit of extra info; I noticed that both wikis were recently updated to include some info on the collapsing bridge, which were done while I was about halfway through working on this video. It gets a few facts right, like the rate of the bridge's healing and the affect of the Forest Giant on it (rounding 0.1666 up to .017), but there are some mistakes. -It claims the Forest Giants can't collapse the bridge on their own, which is incorrect. They can collapse the bridge without the player on it. -It claims a fixed 0.4dps with a weight modifier as the formula, but this doesn't track with my testing. This doesn't account for how 0 pounds up to 11 pounds are identical, while ~11.000001 pounds is a sudden breakpoint that drastically affects the time. Such a formula also wouldn't account for how 2 players carrying a combined total 22 pounds will collapse the bridge SLOWER than if just one of those two players was carrying ~11.000001, or 16, pounds. I'm not pointing this out to dunk on the wiki contributions; Not in the slightest! They're the first other attempt I've seen at someone trying to get precise info on how the bridge works, and they got some of it right! It's a good start and I have a huge appreciation for the people who work on getting better info onto the wikis. I just wanted to bring this up to clarify that I've seen these but I don't agree with all the info that's there currently. Hopefully we can all work together to get the finer details ironed out! :)

  • @alecz3843

    @alecz3843

    5 ай бұрын

    The durability is first decreased by (0.02 * (float)(this.playersOnBridge.Count * this.playersOnBridge.Count)) per second which is clamped to be between 0 to 1 and then is decreased further by (0.04f * this.playersOnBridge[i].carryWeight) per second PER PERSON that has over 1.1 (or 11 weight) weight and is not clamped between 0 to 1 Carry weight seems to be a decibal off

  • @illusorywall

    @illusorywall

    5 ай бұрын

    ​@alecz3843 Fantastic breakdown! Thanks for that. The decimal representation of carry weight is odd, if you open the linked document you'll find a second tab that shows the internal weight values for everything. It doesn't stay easy to calculate like it does for 11 pounds.

  • @kordami28

    @kordami28

    5 ай бұрын

    *effect

  • @UnBR0k3enAngel

    @UnBR0k3enAngel

    5 ай бұрын

    ​@@illusorywall(I really haven't bothering checking and will probably do it later) But I really feel like walking on the bridge's suspension barriers doesn't affect the bridge durability. Can someone with more time than me confirm/deny this? Maybe I will one day

  • @treacherousfiend

    @treacherousfiend

    5 ай бұрын

    Since Lethal Company is a Unity game, its written in C#, which is super duper easy to decompile, I'm fairly certain nearly everything is intact aside from formatting and comments, but variable and function names are all still there so its quite easy to find specific code! From what I can tell, you got everything correct! I was just curious to dig a bit deeper and see the actual values. From what I can tell the calculations seem to be this: For readabilities sake, all the calculations in this comment are per second. I always have trouble with converting numbers to how long they should take, so I hope my time calculations outside of 1 second are correct. Giants on the bridge (the game doesn't check how many, its a simple yes or no) reduce durability by... exactly 0.166666(repeating) per second (technically its previous server tick calculation time / 6, but every second, thats 0.166666 ON TOP of this, if players are on the bridge it first reduces durability using the number of players on the bridge with 0.02 * playercount^2. so if one player is on the bridge, thats 0.02 * 1 = 0.02, for 2 players, thats 0.02 * 4 = 0.08, 3 players: 0.02 * 9 = 0.18, 4 players: 0.02 * 16 = 0.32. Second, it then checks every player and their weight. for EACH player with a weight value greater than 11lbs (internally 1.1), it then reduced durability by an ADDITIONAL 0.04 * currentweight. In your example of the max weight of 1050, thats 0.04 * 1050 = 42, which would end up taking around 2.38 seconds to destroy the bridge by itself! And lastly, the bridge heals 0.2 every second, as long as there are no players or giants on the bridge. and here's a fun thing, in your hypothetical fastest breakage, if perfectly executed, 4 players with max weight would apply durability damage of 168.32 per second! This would take 0.594 seconds to break the bridge! with a giant it would only go up to around 168.48666, which shaves off 0.001 seconds. Honestly, the bridge is very interesting and I wouldn't be surprised if it gets reworked at some point, the fact that it ONLY checks for giants and players, plus the very specific breakpoint definitely makes it a bit weirder than it probably should be. Hopefully, considering the already quite large modding scene around the game, and how easy it is to decompile, some more adventurous wiki editors will be able to easily update pages with accurate data, instead of just estimates. In fact, I might go update the bridge pages now...

  • @Top-Bird
    @Top-Bird5 ай бұрын

    The first time I saw this bridge, I told my friends it looks like we can't all cross it at once because it might break. We carefully crossed 1 at a time each time we were there until they got sick of it and three ran across all at once not thinking it would actually break. The giant below ate good.

  • @thegrandpowerchannel314

    @thegrandpowerchannel314

    5 ай бұрын

    "The giant ate good" Jesus Christ man

  • @nosidenoside2458
    @nosidenoside24585 ай бұрын

    It'd be funny if the dev made jumping damage it more without saying anything

  • @TheAechBomb

    @TheAechBomb

    5 ай бұрын

    make it randomize every round if it can break, what the weight limit is, and if jumping makes it better or worse

  • @Hyperion_21
    @Hyperion_215 ай бұрын

    EDIT: I SOLVED IT! I did some testing myself and figured out how carryWeight works; the equation now reflects that. EDIT 2: Turns out someone else figured out exactly how the equation worked, and it wasn't what I thought it was. It should both be more accurate and simpler now. I've used dnSpy to investigate the bridge in the past, although I've never done any testing to confirm what I was reading in the code. This is the exact algorithm used for bridge damage/healing: The bridge has 1.0 durability, as seen in the video. - If there is a giant (and only a giant) then durability is reduced at a rate of 1/6 per second. - If there are any players on the bridge, durability is reduced at a rate of 0.02 * (playersOnBridge^2) per second. - FOR EACH PLAYER ON BRIDGE, if their carry weight is greater than 11lb then durability is further reduced by 0.04 * (1 + (carryWeightInPounds / 105)) per second. - If there is neither a giant nor player on the bridge, it is healed by 0.2 per second. (all of these equations are on the wiki now) Cross-referencing with your data: - 2 unweighted players reduce the bridge durability at a rate of 0.08/s, which results in a collapse-time of 12.5s, exactly what you found. - 4 unweighted players reduce bridge durability at a rate of 0.32/s, which results in a collapse-time of 3.125s, exactly what you found. - a 11.01 pound player holding 1 item should break the bridge at a rate of 0.064/s, which results in 15.62 seconds, well within the margin of error of your test. - a 100 pound player holding 4 items should break the bridge at a rate of 0.1016/s, which results in 10.16 seconds, well within the margin of error of your test. - 4 players each carrying 314 pounds of 4 items should break the bridge at a rate of 0.984/s, which results in 1.025 seconds, significantly shorter than what you tested but that test could very easily be flawed. It should also be noticed that the ends of the bridge don't count as being on the bridge. With heavy weight and slow speed, it could be easy to incorrectly assume when you're actually on the bridge and get flawed data that way. I really appreciate you going out of your way to test something somewhat obscure like this.

  • @Hyperion_21

    @Hyperion_21

    5 ай бұрын

    @illusorywall I updated this comment with more accurate info, especially with the weight shenanigans.

  • @AirmanTerror180
    @AirmanTerror1805 ай бұрын

    Honestly, another short video like this focused on the ghost girl would be very helpful, I see a lot of people spreading a lot of rumors on how she works without any real evidence to back it up.

  • @illusorywall

    @illusorywall

    5 ай бұрын

    I haven't taken a closer look at that yet but the ONE thing I do know is that the little girl "hey" sound you sometimes hear is just random, ambient audio and not actually her. :p

  • @fortidogi8620

    @fortidogi8620

    5 ай бұрын

    These kinds of rumors are probably what the devs want anyway.

  • @cinnamoncat8950

    @cinnamoncat8950

    5 ай бұрын

    God i feel this, not because of lethal company but because of a different game. Theres a secret area that gives you a secret character in that game and for years people said different things on how to get in there (myself included) and while they all technically worked, they werent exactly correct either. I very recently found a video where the creator literally says its just a 10% chance of it working and my jaw dropped thinking about all the stupid ritualistic stuff we always did to get it to work.

  • @Zerox5861

    @Zerox5861

    5 ай бұрын

    ...Are you talking about the Halo2 skull for IWHBYD? then weird jumping puzzle in new mumbasa?@@cinnamoncat8950

  • @Cleanevilreal

    @Cleanevilreal

    5 ай бұрын

    @@cinnamoncat8950 what game?

  • @phil2521
    @phil25215 ай бұрын

    As for the Forest Giant eating animation, I think it becomes uninterruptible after a certain threshold, but it might be different at the start of the animation. Don't quote me on that but AFAIK it's possible to teleport a player alive out of being eaten only in the initial frames of the grab.

  • @illusorywall

    @illusorywall

    5 ай бұрын

    Oh for sure, there's a point of no return for getting eaten (where you do have to get teleported out early enough), but I think the bridge collapsing is incapable of interrupting it no matter what. I didn't show it clearly in the video, but the giant doesn't fall right away and completes the eating animation while floating, meaning it's not going to be stopped. Once the giant finally tries wandering off somewhere else, it'll then fall down to the ground below as it tries taking its first step. :p

  • @occi3746

    @occi3746

    5 ай бұрын

    @@illusorywall There is no point of no return at least for means of stunning the Forest Giant. I have seen people be saved pretty much one frame before dying while already inside.

  • @murph3292

    @murph3292

    5 ай бұрын

    yeah I can attest as long as the player is still alive the forest giant is interruptable during all frames prior to death

  • @aereonexapprentice7205

    @aereonexapprentice7205

    5 ай бұрын

    ​@@occi3746I think he was not referring to flash stuns but the bridge collapsing animation cancel (of which there is none) and the teleporter saves that are more commonplace, which is affected by said point of no return. Yes, flash stuns via flashbang and radio booster can interrupt giants even on the very last frame where a person is already inside the giant's mouth.

  • @amateurishauthor2202

    @amateurishauthor2202

    5 ай бұрын

    I've teleported people out as they were being eaten

  • @InsulinRunner
    @InsulinRunner5 ай бұрын

    Whether it's Dark Souls or Lethal Company, I'm down for whatever game you decide to dissect. Your findings are always interesting to me, but I would like to see more Lethal Company now that you opened that possibility. Maybe an enemy AI deepdive?

  • @Leafeye7942

    @Leafeye7942

    5 ай бұрын

    Ditto fellow illusory wall enjoyer

  • @DetectiveSkimble
    @DetectiveSkimble5 ай бұрын

    Not the direction I expected but super happy to see! I love your breakdowns so seeing you reach out into other series like this is exciting!

  • @thezestfall1st107
    @thezestfall1st1075 ай бұрын

    Unexpected but very much appreciated

  • @joshuafountain
    @joshuafountain5 ай бұрын

    Reverse game engineer here. The bridge's durability algorithm is as follows: When any number of players are on the bridge, the durability decreases by (deltaTime * (0.02f * (playersOnBridge * playersOnBridge)) For each player carrying over 11 pounds, this decreasing value is increased by (deltaTime * (0.04f * playerCarryWeight)) "deltaTime" refers to the time between the last and current frame, so the bridge durability is in fact controlled by the host's FPS.

  • @soupster683

    @soupster683

    5 ай бұрын

    why would they use deltaTime over fixedDeltaTime ? do you think its just an oversight

  • @skad6521

    @skad6521

    5 ай бұрын

    @@soupster683 the developer probably used fixed, he’s just assuming it’s regular deltaTime.

  • @sirgarde2293

    @sirgarde2293

    5 ай бұрын

    The function is 100% *not* controlled by the hosts framerate, that is the entire point of using delta time. Example function Update(x +=1) Every single frame X will be incremented by 1, meaning the rate at which X increases is directly tied to framerate. Update(X += Time.deltaTime * 1) Delta time returns the time since the last frame update in seconds. So assuming a framerate of 60 seconds, delta time returns 0.016s every frame. Meaning every frame X increments by 0.016*1 (or just 0.016). A framerate of 120 will return exactly half of that each frame. Meaning that X increments at the exact rate of 1/s Time.fixedDeltaTime instead returns 1/50th of a second every time, meaning that X would scale by 1.1666..../s (By default 1/50 is the Fixed update rate of a unity project, you can change it to whatever you want though).

  • @joshuafountain

    @joshuafountain

    5 ай бұрын

    @@sirgarde2293 That makes sense.

  • @_Salok
    @_Salok5 ай бұрын

    First thing I thought to myself when seeing this video in my sub feed is "this better feature a Great Asset or Ice Cream truck cover" and you did not disappoint !

  • @illusorywall

    @illusorywall

    5 ай бұрын

    Heh, thanks! I started with an Ice Cream Truck cover, but I actually found it really difficult! The original version used in-game is incredibly dissonant because the melody is in a different key than the bassline and counterpoint/ 2nd voice. It sounds fun because it's bad in a purposeful way, but like, trying to do a cover of it? It sounded like I was just typing in wrong notes and managed to sound bad in a not-good way. But I was really happy switching to the Great Asset intro tune. 😅

  • @guardian6777
    @guardian67775 ай бұрын

    Honestly? Will absolutely watch deep dives on mechanics you do for any game. Your videos are always super interesting.

  • @orpharax609
    @orpharax6095 ай бұрын

    this is like the perfect merge of 2 of my favorite things, lethal company and illusory wall breakdowns. A very welcome christmas present

  • @Bathezid

    @Bathezid

    5 ай бұрын

    I was going to comment the same thing! Love the souls stuff, but I'm currently obsessed with this game.

  • @orpharax609

    @orpharax609

    5 ай бұрын

    @@Bathezid literally same

  • @themrrental2509
    @themrrental25095 ай бұрын

    The Keith Ballard arc pays off

  • @ADxTygon
    @ADxTygon5 ай бұрын

    dude you should make more vids like this!! whatever game inspires you or gets you interested in exploring deeper the format you present info in is super engaging. would love to see more LC or other games youre interested in also nice hyena mod lmao

  • @phinicebear6781
    @phinicebear67815 ай бұрын

    I know you’ve been appearing a bit on other channels, but it’s really nice to see you branching out and doing something fun on your own channel 💜

  • @GeorgeNoiseless

    @GeorgeNoiseless

    5 ай бұрын

    Oh? Please do tell, which channels/videos are those?

  • @PuppoPupYT
    @PuppoPupYT5 ай бұрын

    8:38 I appreciate this lil "greatgreat asset" joke more than I can really state

  • @SAmaryllis
    @SAmaryllis5 ай бұрын

    ty for doing this research, I've also been so curious about the bridge mechanics!

  • @sparklingwater925
    @sparklingwater9255 ай бұрын

    Please do more of this game I'm really interested in its inner working.

  • @Kennedy00Louis
    @Kennedy00Louis5 ай бұрын

    So Lethal Company also got Illusory Wall's attention, holy. Can't wait to see more deep dives of this game's mechanics.

  • @KeithBallardA
    @KeithBallardA5 ай бұрын

    wow, I'm an I N F L U E N C E R

  • @milkyseed6396
    @milkyseed63965 ай бұрын

    What a Christmas present! Thank you so much for all the hard work you've done for the Souls Series! I hope this becomes a regular series too!

  • @Cam_K9
    @Cam_K95 ай бұрын

    It makes me happy that lethal creatures have been in every lethal company analysis ive seen

  • @gaigeriel
    @gaigeriel5 ай бұрын

    You have no idea how glad I am to see you make a video on this game!! I absolutely adore your videos and was hoping someone would make dissected videos for Lethal Co. and I'm glad to see you make one :]

  • @DarkSlayerJ
    @DarkSlayerJ5 ай бұрын

    You always do such a cool job at breaking things down in way that explains things to your fullest capability, while also not being dull like a lecturing professor. The mix of your voice, your way of explaining things, and the visuals and editing, all tie together to make these things so fun to watch.

  • @williamthomson7631
    @williamthomson76315 ай бұрын

    Please cover more of this. Love your content and this game so combining them is perfect

  • @wulfrik2987
    @wulfrik29875 ай бұрын

    I'm always so excited when you make a new video, love how you describe mechanics and find how things work. Merry Christmas

  • @tannerpickle
    @tannerpickle5 ай бұрын

    I want you to make videos on whatever you feel inspired to cover to be honest. So keep doing your thing, dude. And happy holidays

  • @lukebeall1068
    @lukebeall10685 ай бұрын

    Honestly, there’s soooo many anecdotal and hearsay explanations of mechanics in this game; it’d be huge for you to break down things definitively

  • @SonicluNerdGamer
    @SonicluNerdGamer5 ай бұрын

    MOM!!! ILLUSORY WALL HAS RELEASE A VIDEO ON... On... on Lethal Company?? Damn... I gotta play that now...

  • @QuestionableObject
    @QuestionableObject5 ай бұрын

    Making videos about any kind of neat weird interactions and details in games you like sounds like a good time

  • @Junogray
    @Junogray5 ай бұрын

    brilliant, this is full and well done science accounting for many factors, I'm gonna share these important notes around

  • @Hlidskialf
    @Hlidskialf5 ай бұрын

    This game is insane. Me and my friends played one session only and I already did a funny moments video about it

  • @illusorywall

    @illusorywall

    5 ай бұрын

    Sounds about right! We were having fun with this right away.

  • @Hlidskialf

    @Hlidskialf

    5 ай бұрын

    @@illusorywall It's incredible. Also, great video.

  • @emory938
    @emory9385 ай бұрын

    I like that you're expanding your catalogue of games to more than just soulsborne games. I'd love to see more lethal company deep dives

  • @Metrocysh
    @Metrocysh5 ай бұрын

    Heyyy I like these specific yet very explanatory videos on game mechanics! Glad to know the bridge heals back up lol, I'm always scared a couple items on me could destroy it every time I try to walk over it

  • @314Marvin
    @314Marvin5 ай бұрын

    Make more please! This was so interesting and this game has so many topics to explore!

  • @SpacyCatgirl
    @SpacyCatgirl5 ай бұрын

    I'd honestly love more Lethal Company Dissected stuff!!! This was great :DDD

  • @itsurboi7417
    @itsurboi74175 ай бұрын

    Lets go love to see you're enjoying Lethal as well. Also it's cool to see you covering more games on the channel

  • @SandGentleman
    @SandGentleman5 ай бұрын

    This video was not what I expected to come next. But happy. 🙂

  • @esxivy1944
    @esxivy19445 ай бұрын

    This is soooooooo cool. I love your videos in general, and id totally would love to see you on Lethal Company

  • @KingsFianchetto
    @KingsFianchetto5 ай бұрын

    I'm a huge fan of this new content - very awesome.

  • @Nen_niN
    @Nen_niN5 ай бұрын

    Holy shie, illusory wall made a Lethal Company video? I live for stuff like this

  • @jwhizard_1822
    @jwhizard_18225 ай бұрын

    I love the game dissection videos. They work great for any game really

  • @wraithwrecker_
    @wraithwrecker_5 ай бұрын

    Really fucking cool to see you cover this game. Would definitely be interested in a series on it, if you're feeling the inspiration.

  • @tommapar
    @tommapar5 ай бұрын

    I feel like there's some of these kind of cool in depth dives that you make to be made about the AI. It's actually good sometimes! And the level design has also got a couple nice touches, like having faster ways but risky ones too like jumping out of the fire escape in Experimentation and trying to land on top of the light pole.

  • @vinter5256
    @vinter52565 ай бұрын

    like see more disecting lethal companies mechanics not much is known currently and this video helped with the bridge

  • @HomerGumther
    @HomerGumther5 ай бұрын

    an unexpected, but welcome video kinda hope you dig more into some of the mechanics

  • @psykodactyle
    @psykodactyle5 ай бұрын

    Perfect video to drop while I'm binging your content

  • @hellgodbabydamnno8978
    @hellgodbabydamnno89785 ай бұрын

    i love videos about mechanics in games i love. specifically when it's a good channel like this one, thank you for this video.

  • @ronaldsockman485
    @ronaldsockman4855 ай бұрын

    This was interesting and well put together.

  • @illusorywall

    @illusorywall

    5 ай бұрын

    Thank you!

  • @jackdague1792
    @jackdague17925 ай бұрын

    Very useful bit of info! Now for the hardest challenge of playing Lethal Company. Finding 1-3 other players with consistent enough schedules to play the game with.

  • @BlockCheddar
    @BlockCheddar5 ай бұрын

    Thanks so much for this vid!! I've been wondering how the bridge works

  • @HiatoPDSS
    @HiatoPDSS5 ай бұрын

    Great video, really helps to know this data when you're trying to run from something on the bridge. Also, in case you need further video ideas, maybe you could do one on the jack in the box's speed? Whatever you decide keep up the good work

  • @slouch186
    @slouch1865 ай бұрын

    I've not played lethal company but i am incredibly excited for more videos like this about it

  • @matthewvirgo4042
    @matthewvirgo40425 ай бұрын

    Wow I was NOT expecting to see Lethal Company vids from you, this is awesome

  • @liefericson6496
    @liefericson64965 ай бұрын

    "bro, I need you to hop on Lethal Company - we're gonna edge the bridge for science"

  • @BirdCatcher

    @BirdCatcher

    5 ай бұрын

    Shockingly accurate

  • @0AuntJemima0
    @0AuntJemima05 ай бұрын

    Being a massive fan of the REST of your content, I know i'd love to see more Lethal deep dives.

  • @Kanthir
    @Kanthir5 ай бұрын

    never played the game, still was able to follow the video perfectly :) thanks for a neat intro

  • @quinn9334
    @quinn93345 ай бұрын

    The "22 pounds should be heavier than 12 pounds" part left me scratching my head... Had to rewatch it a couple times 😅

  • @AI__Machine
    @AI__Machine5 ай бұрын

    I would LOVE to see a series of these mechanics! like how entities work, world gen, how the tentacle boss attacks work and when he sells. and how each weather works! and possibly how proximity voice chat works. and any other mechanics that would be useful, or interesting to know about.

  • @Caker0
    @Caker05 ай бұрын

    This is the last game I expected to see covered on this channel but useful none the less

  • @sentientblender
    @sentientblender5 ай бұрын

    I see you using the hyena mod 👀 how’s it feel to be unfathomably based

  • @Bloom0029

    @Bloom0029

    5 ай бұрын

    Yeens :3

  • @magicianstuff
    @magicianstuff5 ай бұрын

    If you're up for another Lethal Company video, the little girl's mechanics would be a fun one to explain

  • @MrChocodemon
    @MrChocodemon5 ай бұрын

    Love to see the variety.

  • @parrisdeluxe
    @parrisdeluxe5 ай бұрын

    A new IW video is the best gift I could ask for this christmas

  • @Shintensu
    @Shintensu5 ай бұрын

    For the rate at which cheat engine displays values, you can change the update interval in the cheat engine settings to 1ms.

  • @illusorywall

    @illusorywall

    5 ай бұрын

    Someone else mentioned that I feel so silly for not thinking to check if that was possible. But I appreciate you letting me know!

  • @corpsefiendriffs
    @corpsefiendriffs5 ай бұрын

    The series I didn't know I needed until now.

  • @vlim5601
    @vlim56015 ай бұрын

    This is honestly some great shit! You do an excellent job with your deep dives into the Souls games and I'd love to see similar videos for lethal company as well cause there's really something special about this goofy ass game and I love learning how all this shit works

  • @lolmanmagee2785
    @lolmanmagee27855 ай бұрын

    ah yes, jumping on a rickety bridge. the best way to ensure it is stable.

  • @kirpy4356
    @kirpy43565 ай бұрын

    This video has some awesome quality

  • @clevey
    @clevey5 ай бұрын

    Illusory wall with a lethal company breakdown? Gettin spoiled this Christmas

  • @thelegalsystem
    @thelegalsystem5 ай бұрын

    Man, those modded player models are so cute

  • @OMoanaigh
    @OMoanaigh5 ай бұрын

    I'd like a video on how Jeb, or the tentical monster at The Company works. My friends and I only rung the bell once and Immediately got yoinked

  • @naidr0x
    @naidr0x5 ай бұрын

    PLEASE keep covering lethal company

  • @CH47Flyingtwinkie
    @CH47Flyingtwinkie5 ай бұрын

    100k views in 3 days sounds good to me. I'd like to see mechanics with the bracken!

  • @carythacker8049
    @carythacker80495 ай бұрын

    I've never even heard of this game but I see a new Illusory Wall video, I click

  • @obscure.reference
    @obscure.reference5 ай бұрын

    no way this is such a gift

  • @paris-1911
    @paris-19115 ай бұрын

    Huh. Wasn’t expecting this game from you but I think I’m going to be pleasantly surprised. Happy Holidays, dude. 🤘

  • @laughingstock7638
    @laughingstock76385 ай бұрын

    the hyena models are so good

  • @B_Skizzle
    @B_Skizzle5 ай бұрын

    Oh hell yeah. Keith and co. really got you hooked, eh?

  • @juicyjuustar121
    @juicyjuustar1215 ай бұрын

    Super interesting to know!

  • @self_esteem_team
    @self_esteem_team5 ай бұрын

    hell yeah leathal creature

  • @MisterOfu
    @MisterOfu5 ай бұрын

    Great work as always! I was wondering if you'd be willing to do a "Layout Explained" video on Lies of P since it likes to show off distant landmarks like Dark Souls.

  • @javyz6197
    @javyz61975 ай бұрын

    I feel bad for the dev, probably didn’t expect for fucking Illusory Wall to show up and dissect the breakable bridge he probably made in a day or something lmao

  • @yourneighbour3309
    @yourneighbour33095 ай бұрын

    such a smart cool video!!!👏

  • @digitalizedmind6784
    @digitalizedmind67845 ай бұрын

    liking just cause you started with a tl;dr even if i wanted to watch the whole thing

  • @arthurseara
    @arthurseara5 ай бұрын

    out of nowhere ! good video

  • @liamzarco
    @liamzarco5 ай бұрын

    I came to this channel to hear detail explanations on game mechanics, and i will stay in this channel watching detail explanations on game mechanics no matter the game

  • @soranuareane
    @soranuareane5 ай бұрын

    More LC videos! Dissect everything! Monster behavior, scrap values, etc.

  • @terragamer7142
    @terragamer71425 ай бұрын

    I'd love a series of videos for Lethal Company. And I'd like a video about the paranoia mechanic.

  • @inciaradible7144
    @inciaradible71445 ай бұрын

    Nice video. Interesting stuff. As for the maths, a simple linear fit seems to work the relationship and the Durability DPS: The fit I found is DPS(W) = 0.00038 × W + 0.06 iff W > 11 and DPS = 0.02 otherwise.This is for the 1-player case; I suspect that different equations are used for multiple people, but that'd require a bit more analysis.

  • @MelodicaDude
    @MelodicaDude5 ай бұрын

    would LOVE to see a breakdown for things like the jetpack in this style

  • @huntergraham9502
    @huntergraham95025 ай бұрын

    Love the video!!!!!!

  • @VyvyanTheGreat
    @VyvyanTheGreat5 ай бұрын

    So much effort to understand the mechanics only for there to be a completely safe bridge like 20 feet away 😅 Still loved the detailed breakdown! Good work!

  • @RobertStaceyYT
    @RobertStaceyYT5 ай бұрын

    W=weight of player D(W)=DPS PIECEWISE FUNCTIONS D(W)=0.02 when 0

  • @leinadlink
    @leinadlink5 ай бұрын

    Bonus points for using the creature mod in the creature game made by a creature

  • @Lanthardol
    @Lanthardol5 ай бұрын

    Now I’m just left wondering how much the living player weighs and if it’s even possible to calculate it with the games mechanics (as opposed to just finding a listed weight in the code) don’t know if it finding it could be stretched into a little episode like this but I’m definitely interested

Келесі