Category Archives: Design

Cut Off One Head…

Working on the CRPG and fixing bugs has been rather like fighting HYDRA lately… cut off one head, and two more take its place! I decided to convert my item and spell lists to use bit-delimited strings to save some … Continue reading

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

Slants and Wraps

It was a frustrating weekend filled with regressions and complex problems to solve… The travel module is by far the oldest code in the game. Iterations of it go back all the way to 2005. As a result, some things … Continue reading

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

A Quick Word

My work at converting the dialogue system to sectors instead of records is complete! Now all incidental text for a given set of mobs is stored with the mobs themselves, and transaction text is with the transaction codes. Effectively, you … Continue reading

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

Do-Over Dialogue

So… I need to re-engineer my file system for dialogue. I hadn’t loaded the current game executable on my actual TI in awhile, so I decided to try, mainly to make sure I hadn’t introduced any problems. Initially I had … Continue reading

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

Quick Update

Gotten quite a bit of ground covered since my last post… All the bugs I first encountered are fixed, but there’s plenty more to deal with. 🙂 I took a brief side-trek to write myself some console applications in C# … Continue reading

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

Demo Anxiety

Back from Con, it was a blast! Meeting David Tennant and Billie Piper was especially cool. 😀 Back on the game, I decided to step back from combat engine work for a bit and get the rest of the game … Continue reading

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

Con Bound

A quick update… I’m going to be at Emerald City Comic Con for the next four days, enjoying myself! Always a nice way to recharge the batteries. My revisions for levels/experience and bit-delimited text are largely done. I then decided … Continue reading

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

Revisioning and Ranting

Work continues, but I had to take a step back and revise code… I’m revising all my code to use bit-delimited text as much as possible. I was able to use a lot less data tables for constructing interface screens, … Continue reading

Posted in CRPG, Design, Personal, TI-99/4a | 6 Comments

Bits and Battlemaps

Continuing my work on the combat module, and finishing up the start module! Some updates… While studying a hex dump of Castle of Tharrogad for the Color Computer 3, I noticed an interesting data pattern… All the text strings had … Continue reading

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

A Preview

A new video… the title screen with music! Work on the combat module is proceeding slowly… I have to solve the battlemap generation problem, which is a totally new design. I also did some clean-up work with my external tools. … Continue reading

Posted in Coding, CRPG, Design, Graphics, TI-99/4a, Video | 4 Comments