This Creator Spent 5 Years Finding Cursed Bugs

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 52

  • @niji_k
    @niji_k 10 หลายเดือนก่อน +69

    11:38
    So the circle object is called "DEFAULT", and it acts as a placeholder for objects.
    Here, Icely first tries to overlap 3/4 DEFAULTs each in a square, then overlap those two bunches onto one square.
    Intuitively, one might think this would get you 7 DEFAULTs in one place, but this is actually not the case.
    In Baba Is You, you may not have more than 6 identical objects in one place. As a result, one DEFAULT gets removed from the map, leaving only 6 DEFAULTs and not 7.
    The jank happens when you try to undo from here. Since one DEFAULT was deleted, the game has to intantiate a DEFAULT object to achieve the map's previous exact state. However, since the game cannot create a placeholder object, the game instead grabs whatever object it can create from the memory, and then creates THAT object instead, which, in this case, is a ladder.
    tl;dr: Icely overlaps too many placeholder objects in one place, deleting one in the process. By undoing, the game creates a random object instead of the original placeholder.
    14:23
    Due to Baba Is You being consisted of spaghetti code monstrosity, *SOMEHOW* the rule gets re-parsed when you turn on "Force High Contrast Colors" option in the menu.
    You can do some sorts of things such as messing with meta-rules (rules that can modify other rules such as WORD, POWER, etc.) and triggering the "Infinite Loop" screen on **ANY** level.
    also, critical bugs assorted (cba)

    • @JustAnotherCommenter
      @JustAnotherCommenter 10 หลายเดือนก่อน +1

      I bet that applies to metatext as well

    • @pI4yr
      @pI4yr 7 หลายเดือนก่อน

      I LOVE JANK!!!!!!

    • @angelcaru
      @angelcaru 5 หลายเดือนก่อน +1

      If it can't instantiate the default object how does it load the level in the first place?

    • @niji_k
      @niji_k 5 หลายเดือนก่อน +1

      @@angelcaru I don't have enough knowledge on this so take my words with a grain of salt: AFAIK, loading the level is done from static data -- that is, the game only reads from the level data, but does not write to it. All the 'worlds that are also levels' gimmick are mostly done with your save file, with the level data itself the same.
      Making an object in-game, on the other hand, is not. Now, this is where my knowledge falls short, which means I'm not capable of explaining *why* you can't instantiate DEFAULTs. My best guess is that even though you initially have DEFAULTs there is no entry in the level's (not the level's data's) object pool, failing to instantiate.

    • @GriffinForte
      @GriffinForte 2 หลายเดือนก่อน

      WTH IS A DEBUG!??!?!!

  • @theendofthestart8179
    @theendofthestart8179 10 หลายเดือนก่อน +56

    Just an fyi, it is extremely easy to go to previous versions of games on steam

    • @SunbleachedAngel
      @SunbleachedAngel 10 หลายเดือนก่อน

      I wouldn't say "extremely" easy, but it's definitely pretty easy. Steam stores every version of every game (I think?), they're called "repos" and you can just download them with Steam Console

  • @kales901
    @kales901 10 หลายเดือนก่อน +6

    18:57 it's because the game sees baba being circle, square, and defeat instead of circle and square being defeat

  • @Abukek133
    @Abukek133 10 หลายเดือนก่อน +25

    So this is the bebaba is you you talked about in your puzzle video essay

    • @IcelyPuzzles
      @IcelyPuzzles  10 หลายเดือนก่อน +10

      it's called "bBæba is you"

  • @JustAnotherCommenter
    @JustAnotherCommenter 10 หลายเดือนก่อน +28

    12:03
    Space Z
    WAIT DON'T

  • @SpotFox-g6s
    @SpotFox-g6s 10 หลายเดือนก่อน +4

    Y'know, force high contrast is one of the most bizarre thing I've heard

    • @jagpreetsingh6711
      @jagpreetsingh6711 10 หลายเดือนก่อน

      Btw its actual use is to help distinguish objects when theme is shifted to make them similar

  • @matirion
    @matirion 10 หลายเดือนก่อน +11

    The default undo creating object thing is because the game cannot spawn in a default as it's just a placeholder object, therefore it grabs an object that's available, in this case a ladder. You've done a pack with that as the entire mechanic before, but it seems you forgot despite your annoyance with the RNG aspect of it and editing the levels to get the right object instead of doing it legit... Or it's not icely, but icedroid who is pretending to be icely! I'm on to you, icedroid!

    • @a_block_of_ice_xD
      @a_block_of_ice_xD 10 หลายเดือนก่อน

      What happens if you do 🔵(default) IS TEXT?

    • @sinteleon
      @sinteleon 10 หลายเดือนก่อน

      @@a_block_of_ice_xD default is considered a text property object to begin with, so it wouldn't do anything.

    • @lesagittaire3484
      @lesagittaire3484 10 หลายเดือนก่อน

      It's already an aliensrock copy so it can't be copied

  • @JustAnotherCommenter
    @JustAnotherCommenter 10 หลายเดือนก่อน +15

    Play Anastomosis please, it's a brilliant game like Viewfinder but instead of manipulating space, it manipulates time.

    • @IcelyPuzzles
      @IcelyPuzzles  10 หลายเดือนก่อน +10

      will take a look

    • @JustAnotherCommenter
      @JustAnotherCommenter 10 หลายเดือนก่อน +1

      ​@@IcelyPuzzlesDon't forget the 411 code in the 0-snapshot room (although it's prolly already too late for me to say that)

  • @clownminusone
    @clownminusone 10 หลายเดือนก่อน

    well i know what was the phantom screen wrap about. basically sometimes the object position is stored as one number, a "tile id" x + y * [level x size]
    to convert it back to 2 numbers, the game divides with remainder the tile id by level x size, and so x = remainder, y = result of division.
    but if the x value is larger or equal to the level size, then while converting the tile id to position, the game will count y larger than the original position and x smaller
    (oh also in baba higher y = lower on the screen)

  • @fractalgem
    @fractalgem 6 หลายเดือนก่อน

    7:30 ish
    I guess thats a cursed edge case mechanic.
    XD

  • @Jonskipvp
    @Jonskipvp 10 หลายเดือนก่อน +3

    cursed bugs advanced

  • @Rosette37
    @Rosette37 10 หลายเดือนก่อน +2

    this channel is like unhinged aliensrock

  • @koveltskiis8391
    @koveltskiis8391 10 หลายเดือนก่อน

    There’s a cool puzzle game that got recently released called “Ultra Nothing”

  • @maicee7603
    @maicee7603 10 หลายเดือนก่อน +1

    i knew this video is about doit

  • @valshaped
    @valshaped 10 หลายเดือนก่อน

    Baba is Circle and Square is Defeat doesn't sound like it should make circle defeat, to me. I'm unfamiliar with how the baba parser works, though.

    • @peterpeladon
      @peterpeladon 10 หลายเดือนก่อน

      The game reads it as both "Baba is Circle and Square" and "Circle and Square is Defeat"

    • @valshaped
      @valshaped 10 หลายเดือนก่อน

      @@peterpeladon Fascinating

    • @AwesomeCreatorBen
      @AwesomeCreatorBen 10 หลายเดือนก่อน +1

      ⁠@@peterpeladonthis is false
      that’s how it should work, but in reality baba’s parsing is bugged and it only makes ‘baba is circle and square’ and ‘square is defeat’ with this set up

    • @peterpeladon
      @peterpeladon 10 หลายเดือนก่อน

      @@AwesomeCreatorBen Isn't this how the game works normally, outside of this glitch? I'm talking about the baba parser, not this specific case, as the standard parsing is what makes this case unusual

  • @Stdvwr
    @Stdvwr 10 หลายเดือนก่อน

    Cursed baba advanced

  • @lime.person
    @lime.person 10 หลายเดือนก่อน

    got damn!

  • @ohboiyou
    @ohboiyou 10 หลายเดือนก่อน

    Baba is Bug

  • @Noodle-oodle
    @Noodle-oodle 10 หลายเดือนก่อน

    Bababooey

  • @mathematicskid
    @mathematicskid 10 หลายเดือนก่อน

    11:52 ladder

    • @mathematicskid
      @mathematicskid 10 หลายเดือนก่อน

      also I made a bug level, to solve it you must go to a modpack and come back 8GLK-IBNN

  • @qoombert
    @qoombert 10 หลายเดือนก่อน

    high contrask keke kekent move

  • @beanman9760
    @beanman9760 10 หลายเดือนก่อน

    Beans

  • @Davtwan
    @Davtwan 10 หลายเดือนก่อน

    Five years of taking advantage of bugs for creative concepts. Give the dev a moral dilemma why don’t ya? :V

  • @Spin940
    @Spin940 10 หลายเดือนก่อน

    Pretty cool puzzles. Not as good as chess tho.

  • @mtndew145
    @mtndew145 10 หลายเดือนก่อน

    50 seconds, 0 views insane

    • @art1637
      @art1637 10 หลายเดือนก่อน

      not everyone gets peak

  • @Rafael-w4j
    @Rafael-w4j 10 หลายเดือนก่อน

    Chaba Baba Advaba.

  • @darijanyoung4514
    @darijanyoung4514 10 หลายเดือนก่อน +1

    😂 weird

  • @CHAZZRMAN
    @CHAZZRMAN 10 หลายเดือนก่อน

    Battle Advanced Battle Advanced