Game
Tsalagi

1 year ago

Mostly code stuff today. Did some camera work so it now clamps at the edge of each box so you can't see what lies beyond. Did some cleanup of the save/load functions. Having issues with general positioning (see article).


I wanted to do some work on the battle system, but I can't get enemies to spawn into the correct positions. The enemies spawn in; they are in the tree. But they're either stacked on top of each other or else spread out off the map. I tried using Marker3D and it at least keeps them on the same axis. I tried using straight Vector3() coordinates, but to no effect.

In similar fashion, I have a simple map where, at this point, the only thing that happens is the player spawns in at a certain point. It won't do it. The player will spawn in, but always at the origin, never at the instructed position. In another similar map, it will spawn on the right side of the map when the instructions clearly say the left. I don't get it.

If anyone feels inclined to help, I'm using G4.1.2, running Garuda Linux.



1 comment

Loading...

Next up

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.

Art day today. Did a little messing around with the cupboards and some furniture. Got a wine cellar, shower and tub and such. Probably redo appliances, spiff them up a bit Once I get all the major stuff in, then I'll go through and build the levels

Zombie in action! #GameDev #Art #PixelArt

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

We’re excited to announce that we’re working on a new game, a 3D metroidvania with a Low Poly Pixel Art style. Stay tuned for more updates!!!

#gamedev #indiedev #pixelart

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

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

Jump, climb, fall and repeat...

#gamedev #indiedev

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