Game
Tsalagi

2 years ago

Back on schedule after a majorly busy weekend and already on a roll


Finally managed to update to Godot 4.2.1. Not sure what they changed exactly, but...huzzah Some of my textures got detached from their objects, but hardly a big deal. Got something weird going on with the animations, too. Not sure how I feel about them introducing a brand new AnimationMixer feature in the middle of a major development (as opposed to refining it for, say, Godot 5), but we'll see what happens

Anyway, got the transitions into and out of battle working. As with many things, they are functional, not pretty. I don't have any fancy transitions just yet. All I have is the working code and minimal animation, just enough to show it is working and where the fancy stuff needs to go

But the point of this is that now I can add in some enemies, go into battle, defeat them, come out of battle, NOT accidentally re-enter into battle, and carry on with my day. I think I will need some kind of greater array to track the enemies of a particular larger area rather than map-by-map. This way the player can clear an area and explore more freely, versus every time the map loads, the enemies also reload. As long as you stay in the area, the enemies will not respawn. EXCEPT if you make camp/go to sleep. Haven't decided. Then, obviously, if you leave, enemies come back

Eventually, I will get around to actually making enemies. I'm just...I'm not an artist. I'm not. I'm not even a doodler. I hate art days. I'm a writer and a coder and an idea maker. I am 30% lefty and 0% artistic

Unless you're asking me to sew Then I can whip up just about anything you like, even without a formal pattern



0 comments

Loading...

Next up

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

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

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

Madeline is the main protagonist of the mountain climbing platformer, Celeste. The game has been praised for its visuals, gameplay, and introspective narrative. The game's creator Maddy Thorson confirmed that Madeline is trans in 2020.

NEW PACKAGES AVAILABLE NOW!

Version 1.1.0 is now available for Linux and Windows

-Platform bugs fixed where player fell through the floor

-Area 2 accessible through Level 8

-Minor spiffing up, wax and polish

Dive into the cozy post-apocalyptic open world of Critter Cove!

Gentleman Rat Studios (@GR-Rob ) describe it as “a little bit Animal Crossing, a little bit Stardew Valley. Maybe even a little bit Windwaker, too."

Wishlist the game: https://bit.ly/CritterCove

This game has gone through so many iterations it's not even funny anymore

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

Mae Borowski is the main character of Night in the Woods! It's an adventure game that tells the story of her return to her hometown of Possum Springs. She was confirmed as canonically pan in a social media post by the game's creator Scott Benson.

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