Author Archives: adamantyr

Ready, Aim, Fire!

 Real life has been super busy and complicated lately, but I found some time to hammer out and get the ranged combat system fully functional. The big addition was adding sprite movement to the FX engine. I wrote up a … Continue reading

Posted in Coding, CRPG, Screenshots, Video | Leave a comment

Things I Have Learned from Writing a Vintage CRPG

As I am now going into year 8 of creating my vintage CRPG, It’s time to take a look back at things and share what I’ve learned from the experience of having a hobby programming project. Or, you know, I’m … Continue reading

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

Debug Blues

Debugging the combat engine continues… it is really good to do so, though, since now it’s actually working and the bugs aren’t completely derailing it. Well, most of the time. A simple register shift being one off caused all the … Continue reading

Posted in Coding, CRPG, Design | Leave a comment

Premature Exultation

Ha ha! I got the FX to work! And it is beautiful… Well, it WAS beautiful, until I discovered a horde of bugs around it, such as: Monster graphics are correct, but once in awhile the wrong file loads for … Continue reading

Posted in Coding, CRPG, Screenshots | Leave a comment

Bug Extermination

Okay, I spent several hours on code fixing, building, re-building, file editing, spreadsheet updates… all aimed at getting the game back on a (sort of) running basis. I also thought some new screenshots would be nice to splash around the … Continue reading

Posted in Blog, Coding, CRPG, Design, Screenshots | Leave a comment

A Static Situation

So, I’ve done a further bit of change to how weapons and armor work… now all base types (sword, dagger, leather armor, etc.) have fixed amounts for ALL statistics, read from CPU memory. (I could push it out to disk … Continue reading

Posted in Coding, CRPG, Design, Gaming | Leave a comment

Eating on the Run

The code and spreadsheets are a’changing… so far, I’m really looking forward to how the changes work. With simpler math, the combat engine should be much easier to balance out. As usual, changing some spells was in order. I had … Continue reading

Posted in Coding, CRPG, Design | Leave a comment

A Farewell to Arms

The refactoring continues… part of which is the redesign of how weapons and armor work. Playing World of Warcraft in the last few years has really made me recognize the serious problem of high-scaling. Basically, if you create a system … Continue reading

Posted in Coding, CRPG, Design | Leave a comment

Ready, set, action!

Okay, I got my new system figured out in my mind… actually re-configuring the code base to use it is a long arduous process I probably won’t start for awhile, but at least I know what I’m going to do. … Continue reading

Posted in Coding, CRPG, Design | 3 Comments

Moving Forward

Okay, so the debugging has started again… and it is a pain. If there was one major downside to vintage programming, it’s that the debugging tools are either absent or lousy. But, I’ll report more on that when I have … Continue reading

Posted in Coding, CRPG | 1 Comment