the background is now pretty
So walking around a flat world is fine, but my game is isometric so having terrain feels like a must. too bad it's a pain in the ass to implement. I spent months on this and in the end, it wasn't good enough. It wouldn't play well with other props like trees well, The player could glitch it out and clip through it, render order and collision was abhorrent and it couldn't stack on top of itself. I'll be honest the whole reason for why I switched to 3D in the Godot 4 version of the game is because a fake z axis in 2D isn't very fun to implement.
Some of the collision shapes I had to setup
I drew them out so I could turn them into tiles for the tileset
Anyway, word of advice to anyone who wants to make an isometric game, make a 3D game that looks 2D not the other way around.
So I sorta like to develop by copying Zelda's homework. In this case, that means adding a bomb object. You can bomb jump with it, although not as crazy as the BOTW speedrun tech shenanigans lol.
I plan for the player to use this when they need MORE destructive power to proceed. I guess I should work on a breakable wall model.
You can wishlist this game on Steam! -> https://store.steampowered.com/app/3163190
trapped chests, I want to also have a teleport chest but I need to add additional zones to implement and test that, which requires me to save the state of the scene or area streaming. Yea... I have a lot of work to do.
Not sure how well this will pan out but since the environment is in 3D and there is hella depth to work with I want to try hiding some interactable objects behind stuff or in an obscured fashion. Since you can't rotate the camera and the scene is orthographic I need to notify the player somehow that they have stumbled upon something hence the cool x-ray effect when you get close. I could add this to NPCs also which could be interesting.
Csprites, aka Combat Sprites are the counterpart to isosprites. They show up in the battle scene. I don't really like the look of them and I dread coding for some reason. So lets redraw them. new base
Test sketch
alice head
yea she frowns underneath the mask
looks okay I guess, but still feels off, might redraw again later... (I did redraw them again later, I know since this work was done months ago)
Sasha's Travels⚙️
cool system that lets you survive with 1 hp when you really should've died if you have a high-luck stat. also healing is in. it's bog simple stuff but I literally do not know how to code I am a master at programming.
added some big windows to my train station
Shaders are literal witchcraft, although getting this one to work was a bit of a hassle since a lot don't play well with an orthographic camera. Don't mind the jesus tech, It get's patched out later.
A blog for a game about a rather peculiar exam. Made in Godot Engine!
200 posts