April 2023 Betrayed Alliance Update

After the release of the Demo for Book 2, Book 1 got a lot of attention and downloads. As so much had already been prepared for the update for Book 1, we’ve been putting a lot of attention on finishing the Stretch Goal of overhauling Book 1’s artwork and music. Here’s a look at some recent progress.

Backgrounds

While Karl has been very busy with an exhibition of his impressive sculptures, he’s also been giving me a hand with an odd background here and there. Here is collection of a few of his most recent backgrounds:

In addition to Karl’s background efforts, I’ve also been working on updating a few backgrounds as well. Here’s a few overworld backgrounds that I’ve been working on lately:

With this, the number of backgrounds that still need makeover is in the single-digits!

Book 1 almost feels like a completely new game with all the new artwork.

Item Icons

Another thing I’ve been busy with recently has been updating all the item icons: Here are a few examples:

At this point I have redone most of the icons for items:

While a lot of work has been finished, there are still a handful of backgrounds to do, but more work than that will be the reprogramming and updating of some gameplay elements. But steady progress is being made.

Music

Brandon is working on giving Book 1 the same treatment as Book 2 – that is, making sure the music and sound works for many available drivers. While Book 1 does have a mostly complete soundtrack, there are 8 or so songs that were “free-to-use” stock music that he plans on making new tracks for himself.

Advertisement

Playable Update for Betrayed Alliance Book 1

Back when I had run a Kickstarter to help fund the music for Betrayed Alliance, we also had a stretch goal to revamp and update the music and visuals of Betrayed Alliance Book 1.

Tavern Exterior and Interiors

What’s been worked on recently

Thanks to the amazing productivity of Karl Dupere-Richer, over half of the background screens have now received a visual update (upgrade!). In fact, his productivity has been so good, I decided to take a month or so off of working on Book 2 just to focus my attention to the update of Book 1. That’s been my focus for the last half of August and most of September.

Reprogramming the rooms to work with the new visual information, streamlining the code, and adding features (like the autosave I’m using for Book 2). I’m hoping to fix that pesky “out of heap space” bug that crashes 10% or so of runs too.

New outdoor buildings

While the Book 1 update is not by any means complete, I’ve worked hard enough to make the programming for the new version playable to the end.

And this is where you come in!

If you’d like to have access to the update of Book 1 as it’s in development, I’m making that available to all KS backers and all “Early Access” Patrons on Patreon. I’ve also put together a Google Doc you can edit to track any bugs, parser commands that you think should work, or any general ideas or thoughts you have about a particular room. Obviously there’s no obligation to do any of that, but if you’re interested, I’d love your help to make it the best experience possible.

New Dockhouse and Interior

So that’s been it for the last month and a half or so. Book 1’s update is coming along very nicely. Beautiful new artwork and a revamp in the coding, and maybe even a few extra features!

End of Summer 2022 Update

Hello everyone! While summer goes until later September, my “summer break” is at its end. I’m teaching a new course this year, so I’ve been spending a lot of time preparing the course materials for that. I’ve also been at work on Betrayed Alliance!

Fun in the sun time is coming to an end

What’s Happening?

Moving towards the end of the year I’m trying to get the first part of the game up and running – all assets, coding, and puzzles.

It’s getting there, but over the summer I ran into a few programming hiccups. Being a self-taught amateur programmer, it took me a bit of time (and a lot of help) to get things sorted, and fortunately they are now all solved:

  • I added a “count” property for some inventory items that you can have multiples of. Sounds easy enough and it technically was. The problem came up when displaying the information about the item. I would usually draw that from a text resource using a number variable, which saves memory. But I cannot do that when the description has a variable in it, so I had to sort out how to print some and not others from text resources, but it’s all now working as it should. 
  • The death counter in the game is a unique challenge because restoring in this program restores everything to the state “as it was” and I could change all the variables in the world, but the restore would reset them. So I have to write those to an external file. That was a challenge enough as I’ve never done that before, but the problem I ran into was that everything was breaking and I wasn’t sure where the crazy numbers were coming from. After many wasted hours and some troubleshooting with more astute coders, I realized that I was a victim of my own bad coding practices. Because I was too casual with naming a variable, I ended up using the same variable for 2 different purposes, which was why the numbers were getting bizarre. The death tracker is now working as it should.
  • At some point I also experienced that my “teleport” script wasn’t working correctly anymore. I use this script to change between the two main characters when they are in different rooms. I use this script to “remember” the room locations, x and y coordinates, and proper transferal of items so that they each have their own inventory, etc. The problem was the x and y coordinates weren’t working. Hours and hours I spent trying to track down the cause. At some point I realized that when the player was playing the ”male” character, it never changed that variable, so their x and y positions were never properly being updated. But, I’m happy to say this is now up and running as it should too.
  • Looking at inventory items by typing “look” item. Sounds easy, but I had one helluva time getting this to work without adding a hefty amount of code (which I’m really not allowed to do with the memory limitations I’m working under). But I did solve it for most items. I am still troubleshooting the issue of having two “keys” and when you say “look at key” It’s not clear which one is to be shown. So I might take the “easy” way out and remake one of the keys into a different kind of object that will essentially do the same thing, but by a different name.
  • I also introduced “right-click-search” in addition to “right-click-look.” This feature is toggleable in the settings, but will allow the player to “search” a thing if they are standing close to it just by clicking on it. For some people that will make things “too easy,” which is why I made it so people could turn it off. But that is another feature I’ve been working on.

I’m feeling quite good now that all of these technical issues are resolved, which lets me focus more on the implementation of room-specific coding and puzzle implementation.

What Else Have I Been Up To?

  • There are about 400 lines of written text now in the game, but a lot more is needed. These will be responses to parser commands as well as “right-click-looking”
  • More animations are making their way into the game logic
  • Puzzles in the opening area are now generally up-and-running, but needing polishing and troubleshooting.
  • The final big accomplishment I’d like to boast is the story for the game is complete. I wanted to get that completely sorted to remove any vagueness left that would impact important decisions about puzzles, areas, and maps.
  • Once the story was nailed down, I could also finalize the map. I’m not ready to show that off yet mostly because it’s still fairly rough. But the concept for that is now complete.

Here’s my best estimates of completion:

  • Backgrounds: 70% complete
  • Animations: 30% complete
  • Programming: 85% complete in terms of systems, 10% complete individual rooms
  • Story: 100% concept/structure, 50% details
  • Puzzles: 10% implemented

So, there’s a lot of work ahead of me, clearly. I’ll keep plodding ahead, one day at a time. And I really hope to have something in the way of a playable demo by year’s end…but man I am bad at forecasting that kind of thing, and should probably just stop.

Betrayed Alliance 1 Updated Visuals:

Karl Dupere-Richer has been working on artwork for Amazing Fix for a few months, but has found some time recently to help with some backgrounds for Betrayed Alliance Book 1:

Tavern Upstairs
Tavern Main Floor
Wizard’s Room

As these assets come in, I work with them to make sure their priority and control colors are working properly. Some of them will require a programming overhaul as well since there will be new things to “look” at and sometimes bigger changes (like ascending and descending the stairs in the tavern which no longer requires a ladder)

Thanks for all the support! Hope to hear from your soon!