Thursday 17 January 2013

Sheep VS Aliens


17th January 2013

I have been mighty busy today with a project for RGCD. Not much will need programming. The changes are more on a graphics front. Back in 2011 I released a game called "Sheepoid". Also I did Sheepoid 2 - Woolly Jumper. Well, since we are in the subject of sheep. I was asked if I could make a much nicer version of Sheepoid last year. Well, good news is that Sheepoid will be updated. RGCD's Woolly Jumper was originally planned for a release on cartridge, but I decided to work on Sheepoid DX as an extra for it. Of course I'll be launching Woolly Jumper (with the new jump) on disk / tape for Psytronik Software along with this game.

So then, what changes are going to be made? For a start off, all existing graphics will be replaced with brand new ones. Smila has provided me with some mockups of levels and new graphics for sprites and text charsets. This really impressed me. The major drawback during last week was that. I have been banging my head trying to build tiles out of the existing character sets converted. I never have been good with jigsaws :). Good news is that I have managed to build elements/tiles and I have started building the new level screens today. I managed to get 5 level screens built using Endurion's Element editor. A tool, which was originally created for him to build and develop elements for his game Soulless. The tool eventually got released, and can be useful for anyone wanting to design levels using additional sized tiles/elements. Basically a PC style Multi Screen Construction Kit :)

As you may know like all other projects, this project is going to be a very slow process - due to that I am always losing free time due to the 12-8 work pattern. Hopefully when Sheepoid DX is finished, it should look neat. Anyway, here's a little mockup I have made to show you what the game is intending to look like :)

This is only a mockup. No actual screen in place of source or altered code yet.

Thursday 10 January 2013

Bet you got square eyes :)

9th January 2013

Back in 2010 I wrote my first ever tape loader game for the C64 (Cool). That game was called "Moo-Tilation". It was a funny shoot 'em up game, in which you had to defend your hapless cows from being abducted by aliens. In the late 2011 I wrote yet another C64 loader game, called "Happy Blocks", inspired by one of the games I played on FB. HB was a game in which you shift your block, having to avoid getting smashed by the falling blocks. The game required a lot of action.

So then. If you remember those two games quite well. There's a new kid in town. Back in 2007 I wrote a game for a demo group, Civitas called "Square Pit 64" now it's back once again, resurrected as a tape loader game with a slightly new look and a different Euro-disco style tune. I originally planned to rip the original Square Pit 64 game source and implement it into the loader. Unfortunately, I had some problems doing exactly that, so I decided to quickly program the game from scratch, with the aid of the existing resources. I originally was going to go for a techno/trance style theme for the game. Where every time the drum kick came on screen, the screen flashed. I decided not to bother at the end, as the result turned out quite bad.

Instead, I added some pulsating flash routines on to all of the sprites, apart from the small square (Which will stay as white). I also added a fitting track into the source, and tested the game inside an IRQ interrupt. Seemed to have worked quite nicely, but there appeared to have been something wrong. I noticed the scores were placed in the wrong place after a new game was started. I soon fixed that problem. Finally the game was working. So now it was time to remove the IRQ interrupts, and link the game to the Thunderload tape loader.

The biggest mistake I noticed in 2012 was that Thunderload Series Six loader never was compressed, because I had to keep on changing the scroll text and tunes for it. Well, this time round, I decided to compress Square Pit, using Exomizer's level compression mode. Then assemble a decruncher source from the Exomizer, itself. I had to use DASM for this. After assembly and compression and linking the decruncher to the compressed source, I linked the final build to the tape loader source. I altered the LoaderGame init address to call the decruncher routine (Which I placed at $5000) and the set the play address at where the main loops in the game occurred. I altered the batch file to build the .tap using SQUAREPIT.PRG instead. I picked a program to be loaded after the loader game, as a test guinea pig, which was of course "Trance Sector". I tested the tape loader system and it worked a treat :)

Here's a video of the tape loader in action.






2023 at a glance

2024 is here, and 2023 has been a really quiet year on the production front due to everything that had gone back to normality. The year has ...