userFlaviencancel
branchrust_reboot/main/siege_weapons/hackweek_horse_rewritecancel

30 Commits over 0 Days - ∞cph!

4 Months Ago
Fixed speed ratio calculated based on the current gait Fixed NRE when jumping
4 Months Ago
merge from siege_weapons
4 Months Ago
merge from siege_weapons
5 Months Ago
Better acceleration when towing Limited to trot gait + some visual fixes and tweaks
5 Months Ago
Implemented towing back on new horses
5 Months Ago
Temporarly ragdoll the horse when colliding at high speed (wip stupid code)
5 Months Ago
Restored hibox, protection, mounting logic and corpse
5 Months Ago
Code cleanup Collision damage tweaks
5 Months Ago
BaseRagdoll compile fix
5 Months Ago
Splitted the code in client/server files Updated naming and moved everything in the right folders
5 Months Ago
Replaced the metal bonk effect for something more appropriate
5 Months Ago
Collision damage Ragdoll the rider when taking too much damage (hitting a tree at full speed, running off a cliff etc)
5 Months Ago
Horse head and body bounciness, so we don't lose too much speed when bumping on trees
5 Months Ago
merge from ragdolling
5 Months Ago
Physics tweaks, updated grounded checks
5 Months Ago
Revert ProjectSettings
5 Months Ago
Trying a wheel collider approach to reduce unwanted friction when riding on uneven terrain
5 Months Ago
5 Months Ago
compile fix
5 Months Ago
Horse gaits (walk, trot, canter, gallop) Tweaked speeds
5 Months Ago
Fixed inputs not set to 0 when dismounting Added some debug to visualize forces wee impulse forward when jumping + some tweaks
5 Months Ago
Increased Y inertia tensor to fix the residual rotation caused by gravity Reduced drag so the horse takes longer to decelerate from max speed to 0 after releasing inputs
5 Months Ago
Fixed NRE in SkeletonEditor
5 Months Ago
Changed rotations to use relative torque Added some friction and restored drag + speed and collider tweaks
5 Months Ago
Removed debug Tweaked prefab rigidbody
5 Months Ago
Better ground alignment
5 Months Ago
Better jump controls Client head IK tweaks
5 Months Ago
Horses can jump (wip) Tweaked server colliders
5 Months Ago
Handbrake so we don't slide down slopes Somewhat working gravity
5 Months Ago
Baseline Horse movements using physics like vehicles