Game
Tsalagi

10 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

Lots of modeling the last few days. Got some houses made, remade some of my terrain blocks (rebuilt the harbor), and started on the NPC models. Also worked on the battle system and the follower system, now with 1/10th the code but 10x more efficient

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

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

Psssst. Clyde Slicker here. I've taken control of the Game Jolt account.

Some War Thunder starter pack keys came into my possession. 👀 Comment on this post and I'll give one to ya. Learn more (including how to redeem the codes if you get one) 🔽

Behold my beautiful canoe!

The first winner of our INAYAH Joltbux giveaway is @fuzzy_lol !

Enter by completing our new quest: https://gamejolt.com/quests/963

We'll pick a winner each day the quest is active! 🤯

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

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.

💸 Wanna win 1,000 Joltbux? 💸

Enter by completing our new quest: https://gamejolt.com/quests/963

We'll pick a winner each day the quest is active! 🤯

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