Game
Tsalagi

7 months ago

The wolf is fixed! I repeat, the wolf is fixed! Pathfinding has resumed working! Save box also got a graphic so it's no longer pink. Ꭽ is for ᎭᎵᏏᏅᏓ, or "Save"


After breaking a thing and not knowing how I broke it, after many tutorials and rewritten code, I finally figured out what the problem was and how to fix it

As it turns out, it wasn't really the code at all. The code was fine. The nav agent was working exactly as it was supposed to and so was everything else

The problem was actually in the AnimationTree. Discovered that on accident, really, when I accidentally deleted it and then stuff started working again. Through process of elimination, I determined that it stemmed from the callback process. It was set to "Idle" when it apparently should have been "Manual"

How I interpret this is that because the wolf's movement and animations are dependent on the player movement, whenever it came time to actually move, it would instead just continuously fire off through the AnimationTree and be unable to move. I could be wrong, but that is my interpretation of things. Now, since it's set to "Manual" callback, it only does what it needs to when it needs to without requiring external input



0 comments

Loading...

Next up

Ah, yes, Grandpa and Grandma's old farmhouse, with a million rooms, basement full of mason jars, and the old '57 Chevy in the garage

I mean, not my Gramma and Grampa, but someone's, right?

Did some more work trying to fix up whatever went wrong and...yeah, let's just cut to the end where it didn't work

Started a new project, made some changes, derped around a little, made this cute little guy

Did some rough level work in the cave system. Got the long tunnel, and this one is the first puzzle place (if anyone is familiar with the four stairs/doors puzzle in Paper Mario 2, this is going to be very similar).

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

Working on battles. A little different than last time, aesthetically, but still the same basic idea

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

Decided to do some work on the save/load. Name, Chapter, and even Total Play Time CORRECTLY FORMATTED Will work on the chapter banners later. Free time formatting code below

Doing some designing of the main village, mostly so I can get some connections in and get the next part of the opening cutscenes roughed in.

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

Battle State Machine is working Player chooses what to do, enemies choose what to do, and they even have variable rates of attack/defend/flee. Next step will be to actually start dealing damage