Creating a game for MSX

(MSX Game Series, part 1. Original in Spanish HERE)

Since some time ago I had in mind to create a game for MSX machines. Obviously a game with “funny cartoon animals”, this is, “furries”. And after more than 90 days in lock-down (around June 2020), I decided to learn the architecture of those old computer, and now things started to work.

(Note: I’m dumping here what I published then in Twitter, for keeping record of this, out of the whirlwind of sh*tposts on that social network.)

“Concept Art” in January 2020

Everything started in the last meeting of the Reunión de Usuarios de MSX (RUMSX, January 2020), where I met incredible people developing games for that machine, that even being that machine old and having more years than myself, they still create content with those limited CPU, memory and sound resources. So I started creating a game too. From reference manuals, the first thing was to create a “core library” with standard functions in Assembly and C, and from there build the game. Just to mention that @PresidentFubu was also behind this, providing me examples and links of MSX stuff.

Here some examples of character creation, using a 16 color palette, with 4 bit per pixel in “Screen 5” mode (aka “Graphics 4”). I only have 32KBytes to store code, assets and music, so images must be compressed as “tiles”, although screen mode 5 is bitmap oriented. All saved tiles must be uncompressed as BMP in RAM to be copied into Video RAM (VRAM).

First advance: Toying with VRAM I can already upload encoded images as tiles, occupying less ROM space but using CPU time to expand in RAM and upload to VRAM. For this, I had to do tests on data moving ROM – RAM, ensemble the images, then copy to VRAM. All using extensions of the core library, also optimized tile functions and a memory heap.

Second advance: Putting background scenarios, that will be larger than character BMPs, but can be simpler. For the one in example, 3 different tiles are used, each one with 1 color + transparency, simplifying the number of bits for encoding the full image. Also, Huffman compression and symmetry can be used, and the here shown background uses 150 Bytes instead of 450 Bytes for the BitMap file.

Asside, I’m creating more characters. Here I intended to create a chinchilla, but I got a hamster instead… I’m trying different color patterns for the characters, making her clearly different from the other characters.

Versions of the same character with different palettes

Third advance: I’ve been busy trying to expand the core library to use a third page from ROM (+16KB), and now the ROM allows 48KB, where I can use a full 16KB page for images and sound!

I’ll be updating with more stuff as the development advances.

Farewell!

Squirrel Girl (prop. test #2)

The “enhanced” version of the previous ‘Squirrel Girl’ (with larger proportions and see how it looks), and a second test.

So for now, all of this is Safe for Work… (technically you should not be looking at furry girls at work, unless your work is to look at furry stuff, obviously).

Happy New Year 2021!

Bon Any Nou / Happy New Year / Feliz Año Nuevo 2021!

Bon Any Nou 2021…!

After 2020, hope for a better 2021! Let’s make ‘saving throws’ on ‘strength’, ‘constitution’, ‘intelligence’… (but also ‘wisdom’, ‘charisma’, ‘dexterity’, ‘sanity’… and everything!!!!) for each thing that happened this past year.

Best wishes to you all! See you around! 😀

DnD Adventure Journal (Part 1)

I’ve been playing DnD recently, and my character Linden (a Tabaxi, Cat-Folk) has a notepad to take notes and sketch the adventure… So this had to happen! The adventure records will be all NITW style…ish

Those are from the 1st session (if we can consider a “session” on a Discord asynchronous play). Players/Characters arrive and present themselves, also the bad guys.

Now you are a squirrel girl! Scene #3.5

Oh… dang!

Third (point five) scene of the “Squirrel Girl awakening”, continuation of the third scene. “This… is me… now?” moment. Here’s the normal and NSFW version (I should find a plugin to hide by default and show by demand the second version Fixed).

I’m keeping on the “study” on poses and scenes, at my own pace (as life dictates day by day). I’m going to prepare the fourth scene, as a continuation in the kind of “conformation/desperation/confusion”.

See you soon!

Now you are a squirrel girl! Scene #3.4

Oh my…. Oh My…! OH MY…! UH…!

Third (point four) scene of the “Squirrel Girl awakening”, continuation of the third scene. She’s just checking her new reality!

I had this ready since a month, but couldn’t have time to set up the images. Also, I don’t know how to draw clothes, and I spent too much time with that! Here’s the clothed and unclothed version.

I addition, I’m publishing scene 3.5 in the next post!