Category Archives: Coding

Character and System Developing

Happy 2024 to all! Another year, another effort to get myself back into developing games over playing them. 🙂 I received Baldur’s Gate 3 for Christmas, which is VERY good. I’ve also been a steady player and fan of Fallout … Continue reading

Posted in Blog, Coding, Design, Gaming, Roguelike, TI-99/4a | 2 Comments

Digging Dilemmas

Hello all! It’s been awhile since my last post, things have been busy! I started a new job at the beginning of the year, so I’ve been really focused on that. I also participated in a Retro RPG Roundtable discussion … Continue reading

Posted in Blog, Coding, Design, Personal, Screenshots, Video | Leave a comment

Update: New Project!

Hi, sorry for the long quiet! As we all know, 2022 didn’t turn out to be much better than the prior two years… I’ve also been mostly occupied with patching and maintaining Realms of Antiquity in hobby time. But at … Continue reading

Posted in Assembly, Blog, Coding, Gaming, Roguelike, TI-99/4a | 5 Comments

Making a CRPG Part 2 – Maps, Scrolling and Line of Sight

In this, part 2, we will be looking at scrolling maps, a pivotal element of top-down 2D computer role play games of yore. I think something that is lost on many modern gamers, who didn’t grow up in the 80’s. … Continue reading

Posted in Coding, CRPG, Design | 2 Comments

Making a CRPG – Part 1: Infrastructure and Platform

In this, the first part of several, I will talk about the creation of Realms of Antiquity for the TI-99/4a home computer. There will be technical, narrative, and designer content, with plenty of side-treks. Strap yourselves in! I should add … Continue reading

Posted in Assembly, Coding, CRPG, Design, TI-99/4a | 11 Comments

Many Thanks

A very happy Thanksgiving to everyone! I am always thankful that I have at least a few people paying attention to my project. Despite taking WAY too long on it. 🙂 I’ve been working on an FX tester recently. FX … Continue reading

Posted in Assembly, Coding, CRPG, Screenshots, TI-99/4a | 2 Comments

Alpha Ongoing

So I’m definitely in alpha stage with the game engine. For those of you unfamiliar with software, alpha testing is typically testing of the project with internal testers, and using both white and blackbox testing. At the moment, the sole … Continue reading

Posted in Assembly, Coding, CRPG, Design, Screenshots, TI-99/4a | 1 Comment

Trades and Revisions

Churning onward… As part of my work coding up traps for the encounter module, I realized I had to make my damage approach consistent. There’s effectively two kinds of damage reduction, one for wounding effects and one for every other … Continue reading

Posted in Coding, CRPG, Design, TI-99/4a | Leave a comment

Now serving Monster #43…

Made a nice push and got a LOT of code work done. All that’s really left in the Combat module is alteration spells (which requires retooling them for the new data design, as well as adding some new stuff like … Continue reading

Posted in Coding, CRPG, Design, Screenshots, TI-99/4a | Leave a comment

Do the Split

So it turns out that 12k was NOT enough for both combat encounter generation and management. I had 1K left and still a ton of things to write. So I’m splitting the encounter portion into a separate module. Fortunately, this … Continue reading

Posted in Coding, CRPG, Design, TI-99/4a | Leave a comment