GWENT | I broke the game with

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 67

  • @jonathasfelix282
    @jonathasfelix282 4 дня назад +27

    They became so huge they just died hahahahahahahhahaha. Love these vids man

  • @faara663
    @faara663 4 дня назад +7

    This is why I love this community 😆💪🏻

  • @ericjade
    @ericjade 4 дня назад +10

    This what happens when developers leave the game. 🙂

  • @ronmanvici8371
    @ronmanvici8371 4 дня назад +10

    10:50 the numbers just doesnt makes sense, it literally dont care anymore😂😂😂

  • @ЯрославМалышев-у2н
    @ЯрославМалышев-у2н 3 дня назад +3

    Бедняга Кагыр. Буквально был раздавлен собственным весом. Как и щит девы.

  • @AWitlessIdiot
    @AWitlessIdiot 4 дня назад +6

    To those wondering what is happening to cause the glitch, those numbers on card are likely integer variables. The game is probably coded in C++ language. C++ max integer value is roughly 2.1 billion because it's a 32-bit variable which allow it to exist as any whole number between -2.1 billion to +2.1 billion (because 32-bit aka 2^32, represents 4billion values).
    Once it crossed that limit of +2.1B by continuously adding points onto the Cahir card, the int value wraps around from +2.1B to -2.1B because it can't go higher that +2.1B. This is why you see a momentary massive negative number before the card was set to 0. Then the program recognizes a card as being below 0 so it automatically sets the power to 0, which kills Cahir.
    Would be a fun example to show a class of computer nerds and ask them what happened.

    • @JimWolverineGwent
      @JimWolverineGwent  3 дня назад +1

      I myself am a computer science student XD

    • @Pokums
      @Pokums 2 дня назад +2

      Afaik Gwent is a Unity game, making it C#
      I dunno if it changes anything

    • @JimWolverineGwent
      @JimWolverineGwent  2 дня назад

      🤔

    • @AWitlessIdiot
      @AWitlessIdiot День назад

      @Pokums Good point. Unity is scripted in C# while the Unity engine is built on c++. So I think the game would be scripted in C#, not c++. The engine has an interpreter that may levy exception handlings down to the C++ level.
      From my understanding, C# will wrap the same as I described C++ to do.

    • @AWitlessIdiot
      @AWitlessIdiot День назад +1

      @ Awesome! I'm a CS grad working as a DS now. My comment was for anyone not technically inclined but were interested in understanding why the game would spaz like that.

  • @potje8002
    @potje8002 4 дня назад +3

    Without help you can still get to 800.000 points. Believe me, i have played variations like this on ladder. You can imagine how much i lost. Glad to see someone else tried this.

  • @Burrr
    @Burrr 4 дня назад +9

    what did i just witness

    • @JimWolverineGwent
      @JimWolverineGwent  4 дня назад +1

      😅😅

    • @Burrr
      @Burrr 4 дня назад +1

      @ 😂at this point you own the game

    • @JimWolverineGwent
      @JimWolverineGwent  4 дня назад +2

      There are other streamers/youtubers bigger than me
      They literally control the balance council

    • @JimWolverineGwent
      @JimWolverineGwent  4 дня назад +1

      I got cyberbullied last time I recommended something XD

    • @Burrr
      @Burrr 4 дня назад +1

      @@JimWolverineGwent gwelluminati?👀😭

  • @muhammedmtc
    @muhammedmtc 4 дня назад +5

    Why they didn’t define the point number as unsigned integer ???

    • @Im_playing_Gwent
      @Im_playing_Gwent 4 дня назад +4

      An unsigned int with 32 bits is only nearly 4.3 billion, which would be still too small for this strategy.

    • @muhammedmtc
      @muhammedmtc 4 дня назад

      @@Im_playing_Gwent No but it went to minus numbers and that confused me.

    • @Im_playing_Gwent
      @Im_playing_Gwent 4 дня назад +1

      @@muhammedmtc the game is just broken

    • @JimWolverineGwent
      @JimWolverineGwent  4 дня назад +2

      Every calculation in a computer occurs in binary
      In binary, the first bit is the sign bit
      If that is 0
      The no. Is positive
      If 1 that no. Is negetive
      So for the 32 bit no.
      Last 31 bit is for no. Calculation
      And the 1st bit is the sign bit
      The last last 31 bit hot co big it eventually occupied the sign bit
      Hence the game generated negetive points
      If the game declared an unsigned integer, then the game wouldn't have negetive point cards
      Though in that case, the game would crash as it can't handle all that calculation
      Having a negetive no. Saves the game from crashing

    • @muhammedmtc
      @muhammedmtc 4 дня назад +1

      @ Well I believe that you can still declare the user points as an unsigned integer. But I think you are saying that if you damage a 1 point card 2 damage amounts, it would crash. I dunno never code a game before :D

  • @redyama
    @redyama 3 дня назад +1

    First time i see negative integer in Gwent 😂😂❤👌🏽

  • @chaarimehdi6737
    @chaarimehdi6737 2 дня назад +1

    Bruh that's awsome 😂😂😂

  • @potje8002
    @potje8002 4 дня назад +2

    What i do not understand, is why you did not put boost on the witcher. With the 4 bronze replay cards you can swap and multiply the boost by a lot. Also, mandrake can be used to get more damsels in distress.

    • @JimWolverineGwent
      @JimWolverineGwent  4 дня назад

      I mean, does it matter...?it was gonna get destroyed anyway
      We tried 5-6variations
      It was the least use of the brain to get the desired result

    • @potje8002
      @potje8002 2 дня назад +1

      @@JimWolverineGwentMight the destroy not be a bug because of the syanna-letho-on-rainfarn combo? I feel like i have seen similar bugs like that before with the reverse disloyal play.

    • @JimWolverineGwent
      @JimWolverineGwent  День назад

      the reverse disloyal is an old mechanic

    • @JimWolverineGwent
      @JimWolverineGwent  День назад

      you can play joachim and then use dudu to mill their card + 8points as well

    • @potje8002
      @potje8002 День назад

      @@JimWolverineGwent You do need syanna, right? I have seen the same combo with the cursed NR mill.

  • @georgegeorge3255
    @georgegeorge3255 2 дня назад +1

    ahahahaha so good! it gWent crazy :D

  • @by_ford
    @by_ford 3 дня назад +1

    What happened in that dudu interaction exactly? Does dudu triggers the deoloy if the unit it transforms into? If so why did it boosted oppenents unit as well? I am so confused :D

  • @smithdakotalee
    @smithdakotalee 3 дня назад +1

    Wow CD Projekt Red needs to fix this bug, what if it happened in a ranked game?

  • @ivanangeli
    @ivanangeli 2 дня назад +1

    ha, nice :)

  • @JimWolverineGwent
    @JimWolverineGwent  4 дня назад

    Check out the other Side: ruclips.net/video/dHel1ZbZ57w/видео.htmlsi=z_7-o6mWl9a3BXNF

  • @DennisJeppesen
    @DennisJeppesen 3 дня назад +1

    Did you steal this from I am playing gwent or did he steal it from you? 😂

  • @vitorcosta5161
    @vitorcosta5161 4 дня назад +2

    Wtf happened???? 😂😂😂😂😂

  • @sanctusbroda4032
    @sanctusbroda4032 3 дня назад +1

    I think you should've stopped after 1 billion points, so your cards won't die. Novice mistake 🤓

  • @Im_playing_Gwent
    @Im_playing_Gwent 4 дня назад +3

    Fake Chinese video