Out of Bounds is a puzzle shooter where you need to "create" a game while "fixing" bugs!
Hello! How are you? How did you started this 2022?
Here's Tobias Rusjan from [url=https://store.steampowered.com/developer/SaibotStudios]Saibot Studios[/url] and games like [url=https://store.steampowered.com/app/383930/Doorways_Holy_Mountains_of_Flesh/]Doorways[/url] and [url=https://store.steampowered.com/app/753590/Hellbound/]Hellbound[/url] หhellonห
This new project Out of Bounds is a game that I originally created as a solo developer for the Unreal Engine [url=https://itch.io/jam/2021-epic-megajam]Megajam 2021[/url]. It was a 7 day jam where I needed to create, among other stuff: all the gaphics, sound effects and game logic.
You can [url=https://tobiasrusjan.itch.io/out-of-bounds]download[/url] and try out that version for free on Itchio:
[url=https://tobiasrusjan.itch.io/out-of-bounds][img]{STEAM_CLAN_IMAGE}/41350906/4716a59c02e20f10d13842dac3aa564fa21fefe8.jpg[/img][/url]
I really liked the final result, so I decided to continue working on this project to improve it in all aspects, adding new features and eventually releasing a new and better version here on Steam.
So I invite you to [url=https://store.steampowered.com/app/1787100/Out_of_Bounds/]add the game to your Wishlist[/url], because some good stuff are coming ๐
And below, you will find some more information about the project and the development of the original version during the 7 days of Jam:
[h1]THE IDEA[/h1]
Out of Bounds is about "creating" your video game while "fixing" bugs...
You need to find the tools for the different areas (mechanics, graphics and audio), bring them to their depots, compile and test. But in the mean time, some errors will come out in the form of creepy creatures, and they will try to stop you; to avoid that, you will pop up your Lina Tracer gun ๐ซ
https://youtu.be/t87pOC8BTQc
[h1]THE LEVEL[/h1]
[img]{STEAM_CLAN_IMAGE}/41350906/91ee4dbfb61ab6809facb194e3008d4bbb667853.jpg[/img]
One of the first things I did for the jam was the blocking for the level design. I did a quick sketch on Photoshop and then the basic 3D on Blender. Here's how the first meshes looked like:
[img]{STEAM_CLAN_IMAGE}/41350906/62ca29aa83e002e2f4501afed3a537aa08873e6a.jpg[/img]
[img]{STEAM_CLAN_IMAGE}/41350906/874c33bb99f62b2e25652a4b888cc7c75221ba77.jpg[/img]
[img]{STEAM_CLAN_IMAGE}/41350906/6eb490b7f904b7429e12c5c85edb35577c9c930c.jpg[/img]
[img]{STEAM_CLAN_IMAGE}/41350906/ce1e30d041f4e747f5d5efd4bc317cf9ecefaf80.jpg[/img]
I consider this a very important step, since you put the idea you have in mind into something solid and ready to test.
And one of the things that most commonly happens here is that the scale end up being pretty different to what you had in mind, so you need to adjust here and there.
[h1]THE MECHANICS[/h1]
Here's the first video I uploaded to my Twitter account. In which I showcased the most important features of the game: picking up items, dropping them into their depots, and pressing a button to progress.
https://twitter.com/TobiasRusjan/status/1432871644419305473
And of course, I did some "awesome" concepts before that. Everything was based on the Unreal Engine 4 editor's style, so other devs who play the game can feel like home.
[img]{STEAM_CLAN_IMAGE}/41350906/c12fd674ebd412174e4161f9ab2207a22e7bb4f4.jpg[/img]
After the jam, I added a Compiling Shader feature when you press the Apply button on the Graphics sector. You can see it in the video below:
https://twitter.com/TobiasRusjan/status/1436115510668795906
[h1]THE ART STYLE[/h1]
Besides the game itself, I needed to create some kind of aesthetic, both in terms of visuals and audio. But since I only had 7 days for everything, it needed to be as simple as possible.
So what I ended up doing was creating very simple low poly shapes , without UVs, textures or vertex colors; just different material instances for the different polygons of each mesh.
Concept art:
[img]{STEAM_CLAN_IMAGE}/41350906/04b225a448fbb459c95bb41476d1455baf09007d.jpg[/img]
3D art:
[img]{STEAM_CLAN_IMAGE}/41350906/75e74060784c1494bde33cd869039802a41558ba.jpg[/img]
I'm not actually a 3D artist or anything. I have been using 3D tools for some time, yes, but I was mainly focused in creating blockins, collisions or some basic hard surface buildings.
So creating these more organic forms was something new for me, and super fun!
[h1]THE INTERFACE[/h1]
I also needed to create the interface for the game (or HUD). To achieve something quickly, I decided to render the items I already have created, look for a nice font and add some borders:
[img]{STEAM_CLAN_IMAGE}/41350906/f0211af9861e3f7aeba84ac462560b56a8f5480e.jpg[/img]
The original idea was to have the face of the character for the health, but I ended up using an apple... It's super red, looks nice and I think it represent life/health pretty well :D
[img]{STEAM_CLAN_IMAGE}/41350906/7b8fe808c70210e26e359535f9e22ff7e8084a84.png[/img]
And don't forget about the menu... I wanted to have something like the image below (with options and the character on the side), but I didn't have time for that:
[img]{STEAM_CLAN_IMAGE}/41350906/4ae8a3aced19e2eb942914ef6fd832e96cce01a2.jpg[/img]
So I ended up creating a basic screen with instructions during the game, which I built during the last hours of the jam:
[img]{STEAM_CLAN_IMAGE}/41350906/988ee66805afb085ec48bc76b9afc293ca8b640a.png[/img]
[h1]THE ENEMIES[/h1]
The game won't be ready until it has something to bother you in your journey to achieve your goal.
Here's where the Spiky Bugs came!
[img]{STEAM_CLAN_IMAGE}/41350906/566b6032f63eea0c6c1594217719d316c38a2a22.jpg[/img]
After exploring the map doing the pickup-and-drop-items for some time, you will try to compile again the mechanics and BOOM! This creepy creatures will spawn from nowhere and will try to stop you.
https://twitter.com/TobiasRusjan/status/1434641415708020740
You will pop up the Line Tracer (yes, that's from the Unreal Engine function Line Trace) and start shooting those creatures!
Here's where the action and shooting part of the game starts. It could be super fun for some or super stressful for others. But the game needed something like that at some point, since it won't be completed without it.
And this was also a new task for me: rigging and animating in Blender (both enemies and player hands-weapon). and this was 2 days before the jam deadline! ๐คฏ
[h1]WHAT'S NEXT?[/h1]
I decided to start 2022 dedicating most of my time to Out of Bounds. I have a big to-do list with improvements, fixes and new features. Also for this new version, the game will count with the art direction of the great [url=https://www.facebook.com/ViktorAhmedART/]Viktor Ahmed[/url]; and the music of audio specialist [url=https://instabio.cc/3042321S7jniS]David Levill[/url] ๐
During the next weeks, I'm going to start uploading some of the development progress at my new Twitter account. You can follow me there to stay updated:
https://twitter.com/TobiasRusjan
Cheers and wish you all an amazing 2022!
[i]Tobias[/i]