itch.io is community of indie game creators and players

Devlogs

Lost Caves Devlog #3 - New Title Screen

Lost Caves
A downloadable game for Windows and macOS

So, Lost Caves has used the same title screen for almost 3 years. Ever since I developed the alpha back in 2017 for my 2D game design class, I've had the same extremely basic title screen. That said, it was mostly because I had deadlines for my 2D game design class, so I could only put in so much. All it was, was the logo that faded in, along with text, prompting you to press "start" (Return/Enter in this case) to begin the game. Sometimes the start button would just not work for some reason. It overall was just really basic and nothing incredible.

That said, I decided that I would take a short break from level design and focus on revamping that. I started with fade-in of my logo, with it eventually fading out, revealing the logo to be an engraving on an ancient register, with the camera then scrolling down to the game's logo, with the prompt to "press start". Having it as seamless as it is I think looks really nice. You can check it out below.

I showed the video to some friends of mine and they really liked it. One of them thought it was very nostalgic to him somehow, and gave him NES vibes. I can kinda see why he thinks that. It's great that he does though, since Lost Caves is a mixture of 8 bit and 16 bit styles.

I decided to put in my full name in the intro as well. A friend of mine from college brought up a presentation he saw at GDC regarding "putting your name on your game". Granted, the "ADS" in ADSentertainment (my studio name), and ADScomics stand for my initials (Adam D. Smith), but I felt it was appropriate to add in my name regardless, since the "ADS" is not super obvious. It also fills in that gap of time when the camera scrolls down and hits the title.

The music was made by yours truly using Famitracker. It's the main theme of the game and is meant to play when you enter into a large ruin. I've made several renditions of the theme, with the same melody, but slight variations such as instruments, and different accompaniment, but this is my favorite so far. Famitracker is great because, due to the limitations of NES sound chips, you don't have to fumble with designing waveforms for different instruments like with milky tracker, so it's really easy to pick up and learn.

Anyways, I now have a title screen, but I also needed a way for players to start and load a new game. That required me to do a lot of UI work. UI and I do not have a good relationship in Unity, and I think a lot of that derives from the game following a strict pixel size, and I need to mess with scaling to get things to look right. It's a struggle but I managed to reach a stable point with the game's HUD and pause screen. I had to do a lot of rethinking though when designing the UI, and learned a few new things along the way, notably the idea of canvas groups. Normally, when I want to hide a menu in UI, I just simply disable the game object in Unity. Canvas groups handle it much better however, and allow you to change individual parameters such as the alpha, interactivity, and whether or not it blocks other buttons from being pressed. I had to learn how to use it properly, and I struggled a lot with it, particularly when switching between menus, but I eventually tamed that beast and got it to work.

Will eventually add content to the large frame.
What pops up with you try to load nonexistent game data.
What pops up when you start a new game with already existing game data.

Some time down the line, I'll eventually add multiple files, but for now, I think this works.

After reaching a finished state with this, I moved back to level design, and I'm happy to say that the game's fourth level is nearly done! The third area I managed to control in size. It's large, but I tried to not go too overboard on it. All that's left is the small bonus area to the left, which will have a wishing well, where you can trade coins for increasing your max health.

So big.
Red indicates that it's for increasing health. Additional wells for other buffs may come with different colors.

A lot of progress has been made, and the fourth level being nearly complete is a pretty big milestone. When it's fully complete, all that will be left is the "gauntlet level" before the boss, and the boss itself. I'm feeling pretty confident that I can get this done the end of the summer, which his my deadline!

Download Lost Caves
Leave a comment