Active Ragdoll in Godot 4

Поділитися
Вставка
  • Опубліковано 28 вер 2024

КОМЕНТАРІ • 45

  • @_PiCode
    @_PiCode  3 місяці тому +13

    What do you think of the style of this video? It meant to be a tutorial and an entertainment at the same time, not a step-by-step tutorial. Is it too much of the comedy and too little of the information?

    • @kravataf
      @kravataf 3 місяці тому +3

      really good

    • @マスク-t8u
      @マスク-t8u 3 місяці тому +2

      I think it's no problem since the project files are available and I can see the code in full on git hub. I think it's a nice demonstration and it shows the idea, I wouldn't say it is good for learning it/as tutorial but you highlighted the main functions. I have worked with bones before so I understand roughly what I'm doing.
      I like it!

    • @Whhatt
      @Whhatt 3 місяці тому

      It's nice

    • @ShaheerHameed-92
      @ShaheerHameed-92 2 місяці тому

      PiCode would you like to make a physics based souls like game with me? I make 3d models and i am game designer😋😇

    • @joethebro7415
      @joethebro7415 2 місяці тому +1

      Pretty useful, but I would absolutely love a more in-depth tutorial!

  • @rovertronic
    @rovertronic 2 місяці тому +2

    Thank you for this video! I'm working on a physics based VR project and I was really struggling with applying torque on physics objects to get them to face the right way.

  • @Mebakanı
    @Mebakanı 3 місяці тому +6

    YEEE It's the video I will been waiting

  • @Shkull_Official
    @Shkull_Official Місяць тому +1

    I love how with 0 talking, he can make others laugh😁

  • @АлиСултан-о5у
    @АлиСултан-о5у 3 місяці тому +1

    i was waiting it all time thanks. you are best.

  • @thomasmaier7053
    @thomasmaier7053 3 місяці тому

    Legendary! Well done and thanks for the detailed description

  • @oArtFariaz
    @oArtFariaz 2 місяці тому

    nice one man ! thx for it :)

  • @АлиСултан-о5у
    @АлиСултан-о5у 3 місяці тому +1

    Please PiCode if you can make tutorial how to make 2d active ragdoll.

  • @LeonEvett
    @LeonEvett Місяць тому

    Great video! But one question, How do I make the active ragdoll punch?(like in gang beasts)

    • @_PiCode
      @_PiCode  Місяць тому

      Just play punching animation and then damage what ever that made contact with the arm

  • @boggleHank
    @boggleHank 2 місяці тому

    Hey so changes made to Godot 4.3 (RC 1) have resulted in the character falling to the floor. Any suggestions for a fix? Nice work BTW!

    • @_PiCode
      @_PiCode  2 місяці тому +1

      What changes?

    • @boggleHank
      @boggleHank 2 місяці тому

      ​@@_PiCodeI'm not sure exactly what's causing the issue as I've not had any time to figure it out yet, something related to physics update perhaps which results in the character spinning on floor

    • @_PiCode
      @_PiCode  2 місяці тому

      @@boggleHank It happened to me too. idk why

    • @marmaladebacon
      @marmaladebacon Місяць тому

      @@_PiCode i found the fix but it seems that links aren't allowed. it's in the github godot issue 94831

  • @Bread-qz3ht
    @Bread-qz3ht 3 місяці тому

    Tysm

    • @_PiCode
      @_PiCode  3 місяці тому

      I hope the video are helpful :D

  • @randomnyyStrannik
    @randomnyyStrannik 3 місяці тому

    👍

  • @GPXIII
    @GPXIII 3 місяці тому

    Hi!
    When I'm working with ragdolls, all physical bones get messed up and are floating arround next to the character after some playtesting.
    It works fine at first but something makes them change their original possition and I can't figure out what.
    I didn't follow this tutorial but my setup is basicly the same.
    Doe's anybody run in this issue and knows what's causing it?
    Thanks for your time!

  • @user-fu2lq3gw3j
    @user-fu2lq3gw3j 3 місяці тому +1

    Support comment

  • @_MooG
    @_MooG 3 місяці тому

    it so stable from godot 3 but i want arm Not to be boneless i want maked like real arm

    • @_PiCode
      @_PiCode  3 місяці тому

      You mean the fact that I made the arms bone so small? That's because I don't want it to collide with the body and get stuck. Godot 3 physical bones not colliding with parent bone by default, so there's no issue with it.
      There is an issue and PR to fix this, just waiting for it to be merged.
      github.com/godotengine/godot/issues/70942

    • @_ByteBlaze_
      @_ByteBlaze_ 3 місяці тому

      @@_PiCode You can add the collision exclusion in code at start up for the various bones. It's tedious, but it can be done.
      The way to do it the most easily would be to make a new class that extends Rigidbody 3D, and has this functionality built into the ready method. Then you change the type of all the bones to that new class, and voila. No parent to child script iteration needed, just add the collision exceptions from the ready method in the new class

  • @ynot01
    @ynot01 Місяць тому

    Does not work in 4.3 :(

  • @savorsauce
    @savorsauce 18 днів тому

    This is so cool, how did you do the animations? Inside of godot or in something like blender?

    • @_PiCode
      @_PiCode  17 днів тому

      @@savorsauce blender

  • @egeguncu
    @egeguncu Місяць тому

    For some reason it won't work with the godot 4.3 update, It starts spinning in the ground after starting the game. Do you know why?

    • @_PiCode
      @_PiCode  Місяць тому +1

      I fixed it just now :D

    • @egeguncu
      @egeguncu Місяць тому

      @@_PiCode thanks man

  • @Nickelvad
    @Nickelvad 3 місяці тому

    Great job, thanks for sharing! Have you tried Jolt btw? Curious, does it have the same problem with joints as default physics engine?

    • @_PiCode
      @_PiCode  3 місяці тому +1

      I already tried jolt. The spring is not broken there. But I didn't use it here so that you don't have to use it if you don't want to. Also, it's just cleaner using this method.

  • @quinnleavitt4105
    @quinnleavitt4105 3 місяці тому

    Thank you for making this!

  • @NeonfireStudio
    @NeonfireStudio 2 місяці тому

    Nice, any tutorial on blender on this player model?

    • @_PiCode
      @_PiCode  2 місяці тому

      Here is where I learned it:
      ua-cam.com/video/DAAwy_l4jw4/v-deo.htmlsi=t45bbgbeIjo2OnTm

  • @3amo754
    @3amo754 3 місяці тому +1

    this is some high-quality content