-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player Ragdolls #17
Comments
Only layer renderers need to be done now |
Hey sekwah, after your done doing player ragdolls, can you start working on making so the limbs and constraints wont go through each other and make it so the constraints has a limit. thanks! |
what i am saying by limit is add it so the constraints can only go a certain limit. |
I will continue this once the next few tweaks are done to advanced portals |
Are you gonna continue this mod because its been 4 months already and the last update was in April when you added debug bounding boxes |
Sorry I've been sidetracked with other projects and events. Yea we are going to be using this mod as a library in a few other mods and in sandbox (a mod API we are working on) it's just been a challenge of keeping myself organised |
oh well i found a video showing your progress on player ragdolls on your twitter and yt and i just wanna say keep up the work, hope you get layers done, also try working on adding limits to constraints and make limbs not go through each other! |
Already have an idea of the maths though im thinking of doing two different types of constraint 1 for more precision and one for general forcefields. Though for things like a neck i may need to even add a third one with rotations taken into account. |
sweet, i just wish i had a jar file of sekc physics with player ragdolls lol |
Try compiling the latest main branch and you should be able to see the current shoddy player rag-dolls xD |
i do know how to compile with gradle but my damn java gives me a error |
my javasdk* |
Microsoft Windows [Version 10.0.17763.805] C:\Users\Owner>cd Desktop C:\Users\Owner\Desktop>cd SekCPhysics C:\Users\Owner\Desktop\SekCPhysics>gradlew FAILURE: Build failed with an exception.
C:\Users\Owner\Desktop\SekCPhysics> |
Use java 8, not 11 |
java SE or just java? |
well you'll need a JDK (Java Development Kit) to compile it. for running, a regular JRE (Java Runtime Environment) is sufficient. |
i am so confused. i just installed SE |
FAILURE: Build failed with an exception.
C:\Users\Owner\Desktop\SekCPhysics> |
Ive saved you the trouble as I've got the source code here https://share.sekwah.com/sekcphysics-0.2.0b1.jar I also post testing versions on my discord I can give you the testers role if you want |
Make the code for spawning player ragdolls
The text was updated successfully, but these errors were encountered: