Monthly Archives: March 2013

Review: When a Star Falls

Time to take a short side trip in my blog to review a product… “When a Star Falls”, UK4, was the first Dungeons & Dragons module I ever purchased. It was back around 1984, when book stores were selling D&D … Continue reading

Posted in Gaming, Review, RPG | 1 Comment

Animated Changes

I’m still working on content changes right now… graphics, sound effects, actual FX for all the spells… a lot of work to do before I go back to coding up things. One aside was to update my animation code. I’ve … Continue reading

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

From my Video to my Radio…

Bonus points if you can identify the source of today’s blog entry title… Camtasia is a FANTASTIC video recording software tool. My trial period will be up at the end of the month, but I’m definitely going to go ahead … Continue reading

Posted in Blog, CRPG, TI-99/4a, Video | 6 Comments

Tactical Position

It was a bit more work than expected, but battlemaps are now loading dynamically AND units are being placed dynamically as well. The main problem I encountered was that my trigonometric functions were, well, not working right. I dug around … Continue reading

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

Battlemap Rebuild

As I continue working on the combat engine, finishing up other portions of “temporary” code has come up. One particular one is the use of battlemaps. Most of the 2D CRPG tactical combat games feature some kind of varied terrain … Continue reading

Posted in Coding, CRPG, Design, Screenshots, TI-99/4a | 13 Comments

Checkmate

Let’s take a moment to look at the monster A.I… Monster A.I. can be as simple as just calculating the deltas of the positions and making them into coordinate change values. My favorite version of this came from an old … Continue reading

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