Game
Tsalagi

8 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

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

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.

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?

Our 2024 Advent Calendar has opened! Day 18: @Otis_Le_PoOtis is the Creator of Bondee’s Barnyard and posts updates about their dev journey and their work on the sequel!) Accept the quest and give them a follow to get Coins and a seasonal sticker!

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

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

Oh no! Jelly blobs of doom!

They're only supposed to be the size of a mini-yux

But doesn't he look so much more prepared for adventure?

And yes, she is carrying a deer foot staff, modeled after one hanging in our house

@Miles_Games is a Jolter to Watch! They post great game dev updates about the holiday-themed platformer TEAM SLAY-BELLS! Follow them before the quest ends on December 24 and you'll get Coins!

Today's accomplishments include a rather smooth state machine, a functioning opening cutscene, and name input. It's not pretty, but there aren't any bugs