Jump to content

Recommended Posts

I have a problem my character is running without doing custom animation on client side. But it's work fine on server.
My error:

[00:01:19]: Could not find anim [run_loop] in bank [wilbur_run]
[00:01:19]: Could not find anim [walk_monkey_pre] in bank [wilson]
[00:01:19]: Could not find anim [walk_monkey_loop] in bank [wilson]
[00:01:32]: Could not find anim [run_loop] in bank [wilbur_run]
[00:01:32]: Could not find anim [walk_monkey_pre] in bank [wilson]
[00:01:32]: Could not find anim [walk_monkey_loop] in bank [wilson]

So anyway to fix it? Thanks you.


Here is my scripts:

[DST]Wilbur.rar

@Muche Can you help me ?

that is because none of those animations are present in DST, you will either have to remove them or probably find a way around, maybe replace them with the ones from the DST monkeys which I forgot the name.

It also states it should be in the standard wilson bank, (remembering wilson is pretty much the game preset) so, I think you will really have to try to port those, if not, 'uncomment' them out of the scml or any prefab that might list it or an action linked to it.

That is just my guess though.

11 hours ago, Muche said:

I think, apart from altered wilson stategraph, wilson_client stategraph should be altered as well, at least that's what e.g. Frog Webber mod does.

I've added it for wilson_client but it didn't fix that.

12 hours ago, halfrose said:

that is because none of those animations are present in DST, you will either have to remove them or probably find a way around, maybe replace them with the ones from the DST monkeys which I forgot the name.

It also states it should be in the standard wilson bank, (remembering wilson is pretty much the game preset) so, I think you will really have to try to port those, if not, 'uncomment' them out of the scml or any prefab that might list it or an action linked to it.

That is just my guess though.

Everything fine on Server ( or you playing on LAN with yourself ), It's only happened on Client.

2 hours ago, zUsername said:

I've added it for wilson_client but it didn't fix that.

Everything fine on Server ( or you playing on LAN with yourself ), It's only happened on Client.

Have you tried seeing if modinfo is stating that all clients requires?

I have added wilson_client stategraph altering (+some client-only changes, see modmain.lua) and the running animation does show up on the client.

However, there still seem to be some errors lingering, because the animation vanishes sometimes and the error messages mentioned in the OP are in the log even on hosted world.

19 hours ago, halfrose said:

Have you tried seeing if modinfo is stating that all clients requires?

Of course I have.

18 hours ago, Muche said:

I have added wilson_client stategraph altering (+some client-only changes, see modmain.lua) and the running animation does show up on the client.

However, there still seem to be some errors lingering, because the animation vanishes sometimes and the error messages mentioned in the OP are in the log even on hosted world.

It's seem no way to fix that.
Anyway thanks you guys.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...