Improved Animations
Nicknaem opened this issue ยท 14 comments
Is your feature request related to a problem? Please describe.
I think running animation of mobs look very bad, legs moving range is tooooo much its almost 90 degrees back and forth
Describe the solution you'd like
make legs moving range configurable from config
or just make it less in mod
I noticed this too,
(if the devs see this) for a quick and good fix: in setRotationAngles, change f1 = limbSwingAmount; to float f1 = limbSwingAmount/2.0F; and it should do the trick
I do know how to adjust the animations, but thank you @bglandolt :P
@Nika-M Thanks for suggesting this, what Minecraft version were you using? I do believe I reduced this in the newer ones.
I do know how to adjust the animations, but thank you @bglandolt :P
@Nika-M Thanks for suggesting this, what Minecraft version were you using? I do believe I reduced this in the newer ones.
1.16.5, will be thankful if you could update this version
Can you let me know a list of animals you think this applies to? I'm currently revising a lot of the model and animation code right now for the next update and that would save me a lot of time testing them.
moose, boar, goat, black bear, brown bear, deer theese mobs have bad leg animations while running,
also walrus doesnot move its flippers while moving towards player for attack, it just slides freezed
hey so I actually forked your amazing mod and updated all the animations for my private pack. I can send you the source so you can steal as much as you'd like. I updated the animations for most of the mobs and gave them attack animations too. I also fixed the spinning mobs sometimes do randomly (blame vanilla AI tbh). Here are some videos
https://drive.google.com/file/d/18iWbxm1RAtaZ_GYYyn1KchFLmf98HZo1/view?usp=sharing
https://drive.google.com/file/d/1giEMz0WopWTgO8XVWNLmnKeAP4boJvlF/view?usp=sharing
https://drive.google.com/file/d/1toTeREaFbiWaT1iC-fBkjEG0ZReuq-3O/view?usp=sharing
https://drive.google.com/file/d/1nKF0ey4busLbOgxxabEMKCQLWcVMlw76/view?usp=sharing
This is for 1.12, however
1.12 isn't being updated anymore, and the code is very different from what we have currently. I appreciate it though.
Some of those are really cool actually. Send me that! How did you do some of those? They're crazy
@bglandolt Cyber and I are SUPER impressed with those, if you could get in contact with us via Discord or whatever works for you we would really like those animations
hey so I actually forked your amazing mod and updated all the animations for my private pack. I can send you the source so you can steal as much as you'd like. I updated the animations for most of the mobs and gave them attack animations too. I also fixed the spinning mobs sometimes do randomly (blame vanilla AI tbh). Here are some videos
https://drive.google.com/file/d/18iWbxm1RAtaZ_GYYyn1KchFLmf98HZo1/view?usp=sharing https://drive.google.com/file/d/1giEMz0WopWTgO8XVWNLmnKeAP4boJvlF/view?usp=sharing https://drive.google.com/file/d/1toTeREaFbiWaT1iC-fBkjEG0ZReuq-3O/view?usp=sharing https://drive.google.com/file/d/1nKF0ey4busLbOgxxabEMKCQLWcVMlw76/view?usp=sharing
This is for 1.12, however
whooow man ๐ those animations look crazy cool
2021-12-31.13-37-01.mp4
@itsmeow I think it should be fixed in new updates, just informing, tested in 1.16.5 and in 1.18.1, I'm about leg animations.
@bglandolt those animations are phenomenal! So characterful, and also make combat so much more interesting by telegraphing attacks before they happen in an intuitive way.