• Register

Retro Bones, a subdivision of Bad Bones company, is a team of dedicated retro gamers and (coincidently!) video game creators. We want to make "new" retro games available for various platforms!

RSS My Blogs

VergeWorld devlog#3

RetroBones Blog

Today’s devlog belongs to Ben Ghazi - our lead programmer. He’s going to share some info from the inside of the game. Literally.

69175343 343835179897439 8266512

As a lead programmer developing a retro game, my initial knowledge about the retro community was limited at best. I didn’t have a chance to work on the older systems in my younger years. We had Commodore 64 back at home, but I was 5 at the time and barely remember it. I was really shocked to learn the retro movement among gamers is such a big thing! What was more shocking was the fact that I was asked to make a retro game in C. ‘Sure,’ I said. At that moment I was convinced we were talking about a retro-themed game with pixel style graphics in need of the custom engine. Imagine my surprise when the reality hit me - the game was not meant to be played on the modern PCs, but rather on the older systems (Amiga and Atari ST). Thankfully, there is a ton of materials helpful in writing in C on the older platforms.

My starting task was simple - creating a playable game engine for a tech demo, enabling us to fly in a canyon with the ship’s speed relative to the height we were at. All in a week. For Amiga and Atari.

Easy, right?

It turned out despite the significant differences between modern PCs and Amiga computers (no floating-point arithmetic, 4-bit palletized framebuffer) it was all easy to understand and utilize. Some may say it was, in general terms, a step backward (taking the chronology into the consideration), but a huge step forward for me. Here we’ve got the fragment of code responsible for the ship’s flying physics (with higher velocity the closer you are to the ground). It is unlike anything you see in modern programming.

unknown 2

When it comes to the software I use, I chose to use the cross-dev tools enabling me to code on my work PC, make a build and test it on an emulator or on the actual Amiga/ Atari. For Amiga it is Github.com, and for Atari ST - Tho-otto.de. It’s a bit complicated and requires a lot of work, but far from impossible. I code in Visual Studio Code, and all the compiling and building magic is done through Cygwin. When I need to test things, I use WinUAE for Amiga version and Hatari for Atari ST.

unknown

After the release of our first tech demo, it came to my mind that restructuring the code to make it more ‘engine-like’ and sorted out is a must. What is more, separating the references to the specific hardware and operating system to another layer would allow us to easily port the game to other platforms based on the 68k architecture. That’s when the revelation came - we can make the versions for vintage Mac computers and even Sega Genesis. And that’s when the second revelation came - I will have to work more! And harder!

But, you know, totally worth it!

One more little thing - I’ve learned a lot from observing the Handmade Hero series on Molly Rocket channel: Youtube.com. I highly recommend it for everyone who deals with programming! Cheers!

VergeWorld devlog#2

RetroBones Blog

Attention pilots!

This week's devlog was written by Elf, our pixel artist, and graphic designer. Enjoy!

Hi there!

As far as graphic design is concerned, my choice of software consists of two: Pyxel Edit and Aseprite. I tend to use them interchangeably and I have to say - they are both perfect for pixel art! Kudos for the creators - I've got all the necessary tools I need at my disposal.


When the project was initiated we didn't have a determined style, so I decided to experiment a bit with what I thought the game world should look like. This was the first concept I came up with.

amiga 320 256 col2

At that time I wasn't even sure at what platforms we were aiming. To bring some life into the picture, I did a mockup of the moving vehicle - a single-wheeled jet speeder, Mad Max-style!

amiga bziu

Well, it turned out that it was not what we wanted to have in the space opera game, so the vehicle was redesigned into an aircraft with some alien technology involved.

Here we can see the rear view of the ship, called Icarus from now on.

unnamed

It was quickly followed by an adversary model - a pirate scum, trying to make the life of our protagonist even harder.

unnamed 2

BloodyPirtes

When Kuba, our main art director, decided to change the color palette to a more consistent one, I was forced to completely redesign the aircraft as well - this time giving a plenty to choose from.

ships ideas BIG

So, we collectively chose this one, as seen in the first spritesheet with an animated movement.

unnamed

unnamed 1

As it turned out, the technical limitations of the platforms we intended the game to be released on once again forced us to do some changes - we had to resize it and change the color, to make it more visible on the canyon landscape. At the moment the functional ship's model looks like this:

unnamed 3

However, this is not a final one - we're working on something even better. Sorry, Icarus - it looks like your fate has been sealed.

unnamed 2

Cheers!

VergeWorld devlog#1

RetroBones Blog

Hi there! Welcome to VergeWorld: Icarus devlog! What is VergeWorld? Well, it's an upcoming retro game for Amiga, Atari ST, Mac, and Sega Genesis/ Mega Drive systems. You got it right.

New. Retro. Game.

And it's already in development so we can show you what we've been up to. To put it short, it's going to be a shoot'em up/ racer game with elements of world exploration, trading, and narration. The game is set on a desert planet, where generation ship Eden, humanity's last hope, has crashed. The colonists are trapped in a place where physics doesn't work the way it is supposed to. The society quickly bends under the tyranny of the ruling class. You are the mysterious Nix, a pilot with no identity, trying to survive in this harsh world.

The video below shows our current progress (Amiga 3000 version).

Now, let's see how far did we go since October 2019.

69053191 950459388625342 7560946

Stay tuned for further updates!