#Walk Animation is not working.

1 messages ยท Page 1 of 1 (latest)

feral ridge
#

the other animations seem to work fine.

#

please end this suffering

#

lol

#

but seriously why is it not working

hollow hinge
#

show entity file and animation controller

feral ridge
#

its just a iron golem with a edited animation but alr!

#

lemme snatch them

#

I didnt know what you meant by entity file to apologies if I didn't send you the right things.

hollow hinge
#

entity rp file

#

and the thing that runs your animations

#

"animation controller"

feral ridge
#

oohh I sent you the right animation controller

#

but imma get the entity rp file real quick

hollow hinge
feral ridge
#

idk where it is

#

๐Ÿ’€

hollow hinge
#

use mine

#
        "controller.animation.compsognathus": {
            "initial_state": "idle",
            "states": {
                "idle": {
                    "animations": ["idle"],
                    "transitions": [
                        {"attack": "q.is_delayed_attacking"},
                        {"walk": "query.modified_move_speed>0.01"}
                    ],
                    "blend_transition": 0.2
                },
                "attack": {
                    "animations": ["attack"],
                    "transitions": [
                        {"idle": "q.all_animations_finished&&!q.is_delayed_attacking"}
                    ],
                    "blend_transition": 0.2
                },
                "walk": {
                    "animations": ["walk"],
                    "transitions": [
                        {"look": "q.is_laying_down"},
                        {"idle": "query.modified_move_speed<=0.01"}
                    ],
                    "blend_transition": 0.2
                }
            }
        },
#

@feral ridge

feral ridge
#

wait where is it located?

hollow hinge
#

what..?

feral ridge
#

idk ๐Ÿ’€

hollow hinge
#

im half asleep so just bare with me lol

hollow hinge
feral ridge
#

I didn't get any sleep so we're on the same page lol

#

well semi-same page

#

omg where is this ๐Ÿ’€

hollow hinge
#
{
    "format_version": "1.10.0",
    "minecraft:client_entity": {
        "description": {
            "identifier": "kamachaos:mosketer",
            "materials": {
                "default": "iron_golem"
            },
            "textures": {
                "default": "textures/entity/mosketer"
            },
            "geometry": {
                "default": "geometry.mosketer"
            },
            "animations": {
                "walk": "animation.mosketer.walk",
                "idle": "animation.mosketer.walk",
                "attack": "animation.mosketer.attack",
                "setup": "controller.animation.compsognathus"
            },
            "scripts": {
                "pre_animation": [
                    "variable.modified_tcos0 = Math.clamp(((Math.cos(query.modified_distance_moved * 13.5) * Math.min(query.modified_move_speed, 0.6) / variable.gliding_speed_value) * 25.0), -12.5, 12.5);"
                ],
                "animate": ["setup"]
            },
            "render_controllers": ["controller.render.default"],
            "spawn_egg": {
                "base_color": "#0d1309",
                "overlay_color": "#416127"
            }
        }
    }
}
hollow hinge
feral ridge
#

ok lemme find my animation controller, uhh where should it be?

#

uhh

#

do I just make one LOL?

hollow hinge
feral ridge
#

I dont see it (I have checked animation's its not there trust me)

hollow hinge
#

u know about addons?

#

?animation controllers

waxen sentinelBOT
feral ridge
#

wait, where SHOULD it be?

hollow hinge
#

i just told u

feral ridge
#

no the folder

#

is it in RP and BP?

hollow hinge
#

rp

feral ridge
#

or somewhere else I dont know of

#

oh alr

hollow hinge
feral ridge
#

alright theres no animation_controller folder uhh

#

imma make one

#

because for some reason theres none???

hollow hinge
#

your confusing me.

feral ridge
#

im serious, theres no animation controller

hollow hinge
#

then make one..?

#

it wont be there for you if u dont make it.

feral ridge
#

thats what im doin!!!!!1111

#

:D

hollow hinge
#

ok

feral ridge
#

gimme a moment im having issues something

#

imma update you once I make the folder

#

what the... my behaviour folder just cloned itself and deleted everything inside it..???

#

wait no

#

my addon BP

#

but still huh???

#

what now???

#

ebbgfrbr

#

uh

#

HUH??

#

i deleted one and all the stuff is back

#

alright weird?

#

imma just go back to getting this to work

#

im tryna use bridge but its not working

feral ridge
# hollow hinge ok

whats the folder inside the animation controller supposed to be called?

#

wait nvm

#

my brain started to work

feral ridge
hollow hinge
#

i have a feeling u did it wrong

#

can i see

feral ridge
#

alr, what should I do lol

hollow hinge
#

show the files?

feral ridge
#

need anything else?

hollow hinge
#

thats not the animation controller

#

?beginners guide

waxen sentinelBOT
hollow hinge
#

@feral ridge read this^

feral ridge
#

I put it in a folder named "animation controller" and I assumed I needed to name the .json after the mob

#

im really confused

hollow hinge
feral ridge
#

I am reading it

#

I changed its name to "mosketer.ac.json" and its bugging less

#

so its progress