Game
Tsalagi

1 year ago

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).


For whatever reason, Navigation is just plain broke in Godot, or else I'm missing something huge I got the follower fixed and working. When I load up initially, everything works (in that department). Follower follows, jumps, does its special action. As soon as I change maps, the NavigationArea3D breaks. Even if I go back to the same first map that was working, now it doesn't work. I don't understand. I don't. I'm honestly kind of considering it a backburner thing for the moment so I can get other things done, like level design.

Also did some refactoring and have managed to delete hundreds of lines of unnecessary code Now the sun/moon function is all neatly self-contained, and scene/level transitions are beautifully modular, point and set. I also had an epiphany over dinner about how I could make spawning modular as well I'm thinking it will have to be an exported dictionary of possible spawn points. The most common setup is simple left/right, but some places have back/front, or, as the picture proves, multiple to a side. If I can do an export dictionary and tailor it per scene, then I can use the general location as the key, then the specific spawn positions as the values

Also having to repolish the battle maps. I used a state machine on it to keep track of turns and whatnot, but when I redid the state machines, it kind of broke. Mostly it's just making sure all the new names are spelled correctly



0 comments

Loading...

Next up

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

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.

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

Last week at LVL UP EXPO, we celebrated great games made by Jolters including Baldi's Basics Plus by @BasicallyGames !

Buy it on Game Jolt: https://gamejolt.com/games/baldis-basics-plus/481026

Thanks to Razer for providing the laptops and peripherals!

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

Last week at LVL UP EXPO, Game Jolt celebrated great games made by Jolters including The Bunny Graveyard by @ElPichon !

Learn about the game: https://gamejolt.com/games/thebunnygraveyard/651214

Thanks to Razer for providing the laptops and peripherals!

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

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?

Quests inspired by @WhitethornGames ' Spray Paint Simulator entered your quest log!

Bring color to the world! Restore worn-out surfaces with a fresh coat of paint & watch them come back to life.

Play the free demo to get started: https://bit.ly/spraypaintsimdemo

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