CS2 Jumps Are Easy If You Start Doing This!

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024
  • ИгрыИгры

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

  • @UKNamaste
    @UKNamaste 4 месяца назад +41

    alias +duckjump “+jump; +duck”
    alias -duckjump “-jump; -duck”
    bind SPACE +duckjump

    • @johnjohnsky4845
      @johnjohnsky4845 4 месяца назад +1

      should this bind same as ur "jump" bind button, or completely different button. For example my binds are "ctrl" +jump, "space" +duck, so what should be the bind for +duckjump!? Is "ctrl", "space" or completely different button? Also for example dust2 Xbox, what order should i press the buttons if +duckjump is bined?

    • @kidhow
      @kidhow 4 месяца назад

      ​@@johnjohnsky4845This bind combine both action into one key press, you could also bind thumb mouse button (m4/m5) or any button you want to exec this duckjump and just make space/scrollwheel for ordinary jump

  • @hedgedog7706
    @hedgedog7706 3 месяца назад +10

    The binds are not working anymore.

  • @bw3446
    @bw3446 21 день назад +1

    Good explanation of the principles, particularly mentioning not to hold "W" right after the jump, which is indeed a key point.
    But regardless of how simple the theory is, delivering these jumps consistently is another matter.
    I've seen CS2 pros in various demos of the big matches miss the Mirage window cat jump, for example.

    • @cs2kitchen
      @cs2kitchen  21 день назад

      Although I am almost 100% consistent with it, ever since duck jump binds have been banned even I have missed the jump multiple times. They key is to be at least 90% consistent with it.

    • @bw3446
      @bw3446 17 дней назад

      @@cs2kitchen Can that jump (and the like of it, like Ancient mid to cave wall and Inferno balcony) be done entirely without fancy binds? By just using the default keyboard and mouse setup?
      I have tried and failed miserably, so I'd like to know if I can stop trying right away because it won't ever work without fancy configs.

  • @eliasbeutler4880
    @eliasbeutler4880 4 месяца назад +3

    Why is nobody else is doing this kind of video ? U helped me a lot Ty

    • @being.of.whiteout.official
      @being.of.whiteout.official 4 месяца назад

      Yeah, I watched a lot of guides about catwalk jump but only in this video a guy says to use duck-jump to have a 100% chance to succeed. I won't even miss vents jump.

  • @yuvrajchauhan5098
    @yuvrajchauhan5098 4 месяца назад

    I agree with not holding W, found out while doing window jump back in csgo. Running and leaving w just before jump made it consistent for me

  • @bigchimpo
    @bigchimpo 4 месяца назад

    Thanks for the clear and concise explanation of these fundamentals, and all in five minutes!

    • @cs2kitchen
      @cs2kitchen  4 месяца назад

      Glad it was helpful!

  • @being.of.whiteout.official
    @being.of.whiteout.official 4 месяца назад

    2:27 - U can actually just to the spot from car using duck-jump, just want to jump on the center of the ledge.

  • @LDSKtm
    @LDSKtm 4 месяца назад +1

    Really cool video man thanks for everything!!

  • @abhinavjaiswal7462
    @abhinavjaiswal7462 4 месяца назад

    Very nice explanation and to the point as well thank you, btw can you make a similar type of video on movements in ladders?

  • @tyroneadams5404
    @tyroneadams5404 4 месяца назад

    I always struggle with window jump unto short, will try this. Thanks

  • @looweijie4794
    @looweijie4794 4 месяца назад +2

    BRO THE ANCIENT JUMP SO HARD

    • @cs2kitchen
      @cs2kitchen  4 месяца назад

      This should help :) ruclips.net/video/UYrstcycz4A/видео.html

  • @dhiyauddin02
    @dhiyauddin02 4 месяца назад +1

    > bind SPACE +duckjump
    Interpreting bind command as:
    bind scancode44 "+duckjump" // US English key name "SPACE"
    > alias +duckjump “+jump; +duck”
    [Console] Unknown command '+duck”'!
    > alias -duckjump “-jump; -duck”
    [Console] Unknown command '-duck”'!
    Am I doing it wrong?

    • @Flare97
      @Flare97 4 месяца назад

      i have the same issue

    • @dhiyauddin02
      @dhiyauddin02 4 месяца назад +2

      @@Flare97 sir use this command. I already resolve the issue. The command is wrong in cs2.
      alias +DJUMP "+jump; +duck"
      alias -DJUMP "-JUMP; -DUCK"
      bind space "+DJUMP"

    • @Flare97
      @Flare97 4 месяца назад

      @@dhiyauddin02 thank you!

  • @punk92punk
    @punk92punk 4 месяца назад

    amazing video, nice and simple!

  • @thatplayernyl
    @thatplayernyl 4 месяца назад

    What software do you use to display the key pressing? Do you have to use OBS for it?

  • @KEROVSKI_
    @KEROVSKI_ 4 месяца назад

    One question.
    I can bunnyhop and I can jump easier on my own server with 0 ping.
    In the match, FACEIT or Premier it's harder for me o make those jumps.
    Did you tested your jumps on FACEIT? On Premier?
    With high and low ping?

  • @JoanVA4750
    @JoanVA4750 4 месяца назад +2

    Shouldn't it be:
    alias +duckjump "+duck; +jump"
    alias +duckjump "-duck; -jump"
    If you say you need to crouch before jump i think +duck must be before +jump in the alias bind.

    • @cs2kitchen
      @cs2kitchen  4 месяца назад +1

      as you are using alias, it happens very fast. i have always used this bind but when i am doing this without a bind i tap my crouch key and immediately jump "alias +duckjump "+jump; +duck"; alias -duckjump "-jump; -duck"; bind "SPACE" "+duckjump";"

    • @JoanVA4750
      @JoanVA4750 4 месяца назад +8

      ​@@cs2kitchen Thanks, I just tried that alias, it works but sometimes the jump is 57- 66 units, so it's not that consistent. (I Used showpos to check it)
      So I found this, and I think it works better with constant 66 jump units, it crouch then jump just what its mentioned in the video, in that order:
      alias +jump_ "+jump;+jump"
      alias -jump_ "-jump;-jump;-jump"
      alias +duck_ "+duck;+duck"
      alias -duck_ "-duck;-duck;-duck"
      alias +lj "+duck_; +jump_";
      alias -lj "-duck_; -jump_";
      bind "space" "+lj"

    • @potowogreedo
      @potowogreedo 4 месяца назад

      @@JoanVA4750 you don't need so many commands for desubticking jump, this is consistent 66 too. No idea if fewer commands has any impact on command processing or input latency seeing as you're waiting for the next tick anyway, but hey:
      // lj
      alias +jump_ ";+jump"
      alias -jump_ ";-jump"
      alias +duck_ ";+duck"
      alias -duck_ ";-duck"
      alias +lj "+duck_; +jump_"
      alias -lj "-duck_; -jump_"
      bind "space" "+lj"

    • @patrikmedia
      @patrikmedia 4 месяца назад

      @@JoanVA4750can you explain the reason of the + and -? I see it being used often in aliases, but the bind then doesn't use the one with -. is that one triggered automatically for some reason or how does that work?
      e.g like you bind the +lj and not adding -lj, why do you even need to set it up if it's not part of the bind?

    • @Flare97
      @Flare97 4 месяца назад

      @@JoanVA4750 awesome

  • @pantojafelipe
    @pantojafelipe 11 дней назад

    Do you private coach on movement?

    • @cs2kitchen
      @cs2kitchen  11 дней назад

      Yes, you can reach out over email to get more details-> iamcs2kitchen@gmail.com

  • @Adam-rn6cp
    @Adam-rn6cp 4 месяца назад +1

    can u use binds in faceit/premiere matches?

  • @RonnieMentzer69
    @RonnieMentzer69 4 месяца назад

    for the window jump the hardest part for me is not bumping my head on the window, for me the jump is easy, any advice anyone?

  • @th3master
    @th3master 3 месяца назад

    doesn't work anymore with new patch ?

    • @cs2kitchen
      @cs2kitchen  3 месяца назад

      yes it doesn't although there are workarounds, its better to learn the mechanism. New video on that soon.

  • @satyamsangal6659
    @satyamsangal6659 4 месяца назад

    Subscribed

  • @IZombiesProIIZombiesProI
    @IZombiesProIIZombiesProI 4 месяца назад +3

    it doesnt work, my character gets stuck in crouch the whole time

    • @cs2kitchen
      @cs2kitchen  4 месяца назад +3

      there might be a conflict in your bind, please check you don't have two binds saved. unbind space and then use this

    • @IZombiesProIIZombiesProI
      @IZombiesProIIZombiesProI 4 месяца назад

      @@cs2kitchen I did it didn't work

    • @IZombiesProIIZombiesProI
      @IZombiesProIIZombiesProI 4 месяца назад

      @@cs2kitchen but I'll try again and tell you what happens

    • @cs2kitchen
      @cs2kitchen  4 месяца назад +1

      @@IZombiesProIIZombiesProI Let me know if it doesn't work

    • @NothingSuitsMeLikeASuit
      @NothingSuitsMeLikeASuit 4 месяца назад +1

      I have same problem, just got stuck in crouch

  • @louiecs2
    @louiecs2 4 месяца назад

    W

  • @exXoDia7
    @exXoDia7 4 месяца назад +1

    Console says:
    Unknown command ' +duck" '
    Please help.

    • @cs2kitchen
      @cs2kitchen  4 месяца назад +1

      Hey i l be uploading a new video for how to configure an autoexec probably soon. Use that so you don’t get any errors

    • @exXoDia7
      @exXoDia7 4 месяца назад

      @@cs2kitchen Alright. Looking forward to it. 👍

    • @LDSKtm
      @LDSKtm 4 месяца назад

      @@cs2kitchen I am patiently waiting for the video man. I would love it if you could make it super noob friendly please!

    • @cs2kitchen
      @cs2kitchen  4 месяца назад

      @@LDSKtm yes i will probably in the next 48 hours am working on it

    • @scrioss
      @scrioss 4 месяца назад +1

      I think is bc of the “” in the comment are not the ones used in cs.
      Try replacing the "" manually, that worked for me.

  • @jukkapoika7643
    @jukkapoika7643 3 месяца назад

    is this allowed in faceit?

    • @cs2kitchen
      @cs2kitchen  3 месяца назад +1

      yes, but not in some tournaments