Jump to content

Yue

Members
  • Posts

    2,304
  • Joined

  • Last visited

Everything posted by Yue

  1. Well, for me, it is a great privilege, surely it is good to know that the little knowledge I have has helped something in your project. Best regards.
  2. Yue

    Player Script DevLog

    The sphere joint seems to work best for the rag doll effect, because with the hinge joint when using the set limits command, it seems to break the rag doll when setting the rotation angles. The result is that the character flies off like it has a rocket up its ***. The terrible thing is that I have come to this by trial and error.
  3. Yue

    Scfi - tower defense

    It's interesting that in the end it's a game, but somehow we want this to behave like in the real world. We could say that the asteroid rounds a piece of dark matter and the physics behavior is totally different in the horizon event of a black hole.
  4. Yue

    Player Script DevLog

    Trying with the spherical joints, it is not perfect, but it could survive with this that the player when dying breaks his arms. That is, the angle of rotation will always be at the global level in the joints
  5. Wishing that the ragdoll physics can be implemented smoothl
  6. This is the only viable option at this time. Arreglar Preuba4rar.rar
  7. I confirm, none of the files work correctly.
  8. I think the target texture is missing. This is checked if you launch the executable from the project, and it works fine.
  9. Yue

    Player Script DevLog

    --Bug self.joint.LegR:SetLimits(-45,45) self.joint.LegL:SetLimits(-45,45) -- Fix self.joint.LegR:SetLimits(45,-45) self.joint.LegL:SetLimits(45,-45)
×
×
  • Create New...