Stamina Overlook

Stamina Overlook 

creates videogames, art, music

5subscribers

9posts

Devblog 11th March, 2023.

I have compiled a list of most egregious problems I've had with the build so far, which I am aiming to fix with this remake.
1️⃣ The inability to launch any scene from the editor.
This is one of the biggest problems I've had while making the game. In order to test a scene, I've had to launch the game from the very beginning. I aim to remove the dependency of separate scenes on the Scene Manager, so that I could launch any scene and work on it. Of course, save game should be loaded as usual.
2️⃣ Not using nodes.
I have a classical programming education; using nodes is still new to me, after all of this time. Which means I'm not using Godot's ingenious resources to their full. I aim to replace many of the abstract objects with nodes that have the same functionality.
3️⃣ Wonky implementation of railroad scenes.
Railroad scenes are scenes where the player doesn't have much control over what is going on. That's the entirety of the tutorial scenes, and many of the story-based scenes that will happen in the middle of the game. My initial mistake was creating railroad scenes first, and then expanding their functionality to include normal scenes. It should've been the other way around; I must've created normal scene functionality first, because they are the standard. Railroad functionality should be an add-on, and that's exactly what I'm aiming to do.
4️⃣ Tiling system.
Hoo boy, you've probably heard so many times about this already. I've been meaning to implement a tiling system for a very very long while now, but haven't had the time. It's either now or never. The reasoning is simple; many backgrounds are huge, spanning thousands upon thousands of pixels, which decreases loading times and has negative impact on the engine performance. By separating backgrounds into tiles, I will vastly improve the game performance and also get a system which allows me to freely reuse assets in different locations.
5️⃣ Saving system.
That's right. When I have first implemented it, I only had two scenes ready. Now that my project's become more complex, there are more and more things to remember, and the current saving system isn't handling it well. I either need to overhaul it or somehow enhance it.
That's it for now. I'm not sure in which order I'll be tackling these issues, but we'll see! For now, I'm transferring all resources from the old project to the new one, and re-doing the folder structure.
===================================================
I decided to tackle the tiling first. I must admit, after getting used to it, it's amazing.
The look is vastly different from what I've been making earlier, but overall it looks much more organized and polished. And making locations is SO EASY.
Here are a few screenshots.
Of course there's a lot of work to be done here, but the overall improvement is stunning already.
Subscription levels3

Videogame Benefactor

$2.76 per month
You are the caffeine in my veins and the hope in my heart. Every dime you are willing to pay brings the dream of a canon-based Phantom of the Opera horror videogame closer to reality.
========================
With this tier, you will unlock exclusive content and receive behind-the-scenes content earlier than I publish it on other social media!

Sponsor of the Arts

$6.9 per month
A generous donation! This allows me to dedicate even more time to development.
========================
With this tier, in addition to exclusive behind-the-scenes content, you will unlock posts with my Photoshop files and some special tips, tricks and exercises I share with my art students!

Student

$111 per month
If you are on this tier, you are one of my students. You will receive 4 lessons per month - one lesson per week of 1.5 hours - on the topic which interests you the most. I can teach you digital illustration, programming in GDScript, game design, computer animation, and even music theory and composition using computer tools. Your pick!
Go up