Skip to main content

Convict Torpedo



I've been at it again, this time Dive Jam! Having never even touched water before, it seemed like a great way to expand my knowledge as a game dev.

The theme that we were all given was One Breath, so I invented a dystopian world that has been flooded by mans own hand. Crime grew in their confined environment, thus a compromise had to be made. A solution that would both entertain the general public, as well as deal with the over flowing prisons... Enter Convict Torpedo, the convict execution game.


Behind The Scenes

Underwater Effect


For me the first problem to tackle was how to make things look and feel underwater. A lot of it is the sounds, but also, the use of Fog. Luckily for me Unity has the tool perfect for the job. It was funny how the biggest thing I was worried about, turned out to be the quickest and easiest problem to solve!
As seen below, the fog made a massive difference to the game!

Before Fog
After Fog

Environment

Blender has become the stable resource I use for all of my 3d enviornments and characters. I provisionally colour all of the objects within the scene before I texture them. It really helps me to visualize my concept as I go.

For optimization and to save space in my game I used one texture atlas for the whole scene. Which is a way to map all of the UV's onto one giant map. That way only one texture needs to be imported. One of the things I really like to cling to is keeping my art original as best as I can.

Audio

As with all my games, I love creating the music for it. Music is such a big part for me, and personally I think, one of the most important parts. A decent soundtrack can really add extra dynamics that are needed to help the player feel certain emotions. I use LMMS for my compositions, using my little 1 octave midi keyboard!


If there are any questions feel free to leave a comment, and I'll do my best to answer them.

Try the game here:

https://sunrock.itch.io/convict-torpedo



Comments

Popular posts from this blog

Soultitans

Soul Titans was a game I created for the GDC Metal Monstrosity game jam. We had just 72 hours to create the best game that we possibly could inspired by a common theme. The theme for this Game Jam was machinery. There were over 50 other game devs involved in this jam, but only 19 actually made the deadline. To any aspiring game developers, one of the most powerful exercises you can undertake, is a game jam. Not only does it push you to actually finish a game, but it helps you grow so much as a developer. After completing it, all I can say is my idea of scope has grown so much. My Game is a 3rd person shooter, where you play as the last living Soul Titan. A race of living machines that have been brought to the brink of extinction from the Hybris menace. Using nothing but the mouse to control your machine of death, can you claim vengeance and please the metal gods? Behind The Scenes 3d Models and Animations I used Blender to 3d model my main character and animate it....

Demon Rite: The power to explore... with just a mouse....

Hey everyone, I have been experimenting with the prototype of Demon Rite, which arguably can be the most fun... as nothing is yet set in stone, and all kinds of fun bugs can be found, which almost can become a feature. I have implemented the Camera Movement which will be controlled by clicking and dragging the Right Mouse. You begin the game by choosing the first point in the world that your demons will begin to corrupt. The spell casting system will be controlled by either clicking the relevent icon at the bottom of the screen, or pressing the corresponding hotkey (I'm thinking the generic FPS 1-9) So far I just have the Begin Corruption spell which spawns your demons from hell. I have also implemented basic Demon AI. As your role as the demon god/lord/boss is to influence the world to help your demons thrive, whether it be casting a resource to help your demons expand, or casting a meteor to crush any pesky foes trying to prevent your domination. S...

Adapting the 2D PlaySpace

One of the first hurdles to overcome when I was converting the 2D tutorial over to 3D, was how in the hell was I going to convert the code. Well my solution may not be the most efficient way, but it seemed to work. By placing individual build points which react to the Players click, I now able to build in specific locations, ensuring that I align the defenders with the attackers as before. I now have 2 complete characters in the game. The Archer, a low hp, high dps warrior, as well as a drummer, which will generate spirit for you to spend on additional orc warriors. If you have been following my development so far, I'm sure you can notice I have completely retextured the scene, as well as adding some "DooDads" (nostalgia from the blizzard editor days). Be sure to subscribe and not miss when I release an Alpha version of this Orc Defense game. If anyone is interested in the code I used for this please drop me an email at BedShadows@gmail.com.