#can someone help me with an animation?

1 messages · Page 1 of 1 (latest)

urban turtle
#

For a strange reason, one arm in my animation behaves in a very strange way, but in blockbench it looks ok, can someone help me plz, i have 2 entities with the same problem :((
(i have a video to show how it looks in game and a gif showing the real animation)

urban turtle
#

Can someone help me plz, i've found that the reason is becasue the animations are mixing, so i need to change that, but i don't know how, plz help

dreamy grove
#

how does the AC look like?

urban turtle
# dreamy grove how does the AC look like?

{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.orc_warrior.walk_controller": {
"states": {
"default": {
"animations": [
{
"idle": "1"
}
],
"transitions": [
{
"walking": "query.modified_move_speed > 0.1"
}
],
"blend_transition": 0.2
},
"walking": {
"animations": [
{
"walk": "1"
}
],
"transitions": [
{
"default": "query.modified_move_speed <= 0.1"
}
],
"blend_transition": 0
}
}
},
"controller.animation.orc_warrior.attack_controller": {
"initial_state": "default",
"states": {
"default": {
"transitions": [
{
"attack": "query.is_delayed_attacking == 1.0"
}
],
"blend_transition": 0.2
},
"attack": {
"animations": [
{
"attack": "1"
}
],
"transitions": [
{
"default": "!query.is_delayed_attacking"
}
],
"blend_transition": 0.3
}
}
}
}
}

dreamy grove
#

so what seems to be the exact problem?
and also why did you put = 1?
you can just put ["idle"] and it'll work the same

urban turtle
dreamy grove
#

hmmm...
try using scripts>animate and do this:

{"walk":"query.modified_move_speed >= 0.1"}```
#

probably only a temporary solution though

#

how about animation override?

#

maybe try making the attack override the previous animation

urban turtle
dreamy grove
#

inside blockbench>animations tab, there should be an option that says override all animation

dreamy grove
#

oh wait not that

#

try right-clicking your attack anim

#

it should show you your anim idetifier and also properties

urban turtle
dreamy grove
#

click the properties

#

and then checkmark the override

urban turtle
#

should this work??

dreamy grove
#

try it out first

urban turtle
dreamy grove
#

oh good then

#

well it probably would look a bit off

urban turtle
#

THANK YOU SO MUUUUUUUCH! I'VE BEEN SUFFERING FOR DAYS!

urban turtle
dreamy grove
#

no problem

#

also had the same problem some time ago