sekwah41 / SekC-Physics

Adds various pieces of realistic physics to mc
Other
14 stars 2 forks source link

Player Ragdolls #17

Open sekwah41 opened 5 years ago

sekwah41 commented 5 years ago

Make the code for spawning player ragdolls

sekwah41 commented 5 years ago

Only layer renderers need to be done now

caoqt1 commented 5 years ago

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!

caoqt1 commented 5 years ago

what i am saying by limit is add it so the constraints can only go a certain limit.

sekwah41 commented 5 years ago

I will continue this once the next few tweaks are done to advanced portals

caoqt1 commented 5 years ago

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

sekwah41 commented 5 years ago

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

caoqt1 commented 5 years ago

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!

sekwah41 commented 5 years ago

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.

caoqt1 commented 5 years ago

sweet, i just wish i had a jar file of sekc physics with player ragdolls lol

sekwah41 commented 5 years ago

Try compiling the latest main branch and you should be able to see the current shoddy player rag-dolls xD

caoqt1 commented 5 years ago

i do know how to compile with gradle but my damn java gives me a error

caoqt1 commented 5 years ago

my javasdk*

caoqt1 commented 5 years ago

Microsoft Windows [Version 10.0.17763.805] (c) 2018 Microsoft Corporation. All rights reserved.

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>

UpcraftLP commented 5 years ago

Use java 8, not 11

caoqt1 commented 5 years ago

java SE or just java?

UpcraftLP commented 5 years ago

well you'll need a JDK (Java Development Kit) to compile it. for running, a regular JRE (Java Runtime Environment) is sufficient.

caoqt1 commented 5 years ago

i am so confused. i just installed SE

caoqt1 commented 5 years ago

FAILURE: Build failed with an exception.

C:\Users\Owner\Desktop\SekCPhysics>

sekwah41 commented 5 years ago

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