It's seem like ages since I last posted a progress update.
But when I go a little quiet on here it's because I'm fully focussed on production.
To recap, I stated in a previous post that after the release of Chapter Six at the start of November, we were going to spend some time working on the website platform and fixing some of the issues that accumulate as a result of what's known as 'technical debt'.
As the website has grown and evolved, a few technical flaws have emerged as well as a few opportunities to improve the user interface and the way things work.
Game saves
An issue that has become apparent is one that most profoundly affects those of you with multiple saved games.
At present, each saved game adds a data string with several lines of code assets to your account on the database.
A Chapter One save has about 60 lines of code, Chapter Two adds about another 160 lines, and then Chapter Three adds another 100 or so.
By the time you are saving Chapter Six the accumulation of code is reaching nearly 1000 lines.
The problem with this is that each time you try to load or save a game, all of the database entries in your user account are read through and accessed during the save/load process.
If your account has multiple saved games then this can potentially be thousands of lines of superfluous code to process through unecessarily.
What we have been doing is creating a new process which strips out all but the necessary code required which will dramatically reduce how much data is passed to the database.
The good news is that it will also clean up existing saves too.
So any older bloated saves will be pared down to the minimum required.
We are nearly done with this part of the website updates and intend to implement it within the next couple of weeks.
---
Modal updates
There has been a bit of inconsistency with the appearance and function of the pop out modals that you see when you save a game or access a bonus scene. The wording on some of these has been a bit confusing.

The examples above show what we are doing at the moment is working through all the modals to give a consistent appearance and clarity.
The save game modals will also be updated.
---
New features
Some of the more noticeable features that we will be introducing are as follows.

A REFRESH button will be added to every page of each chapter.
It will be located in the bottom left corner of each page.
The button will allow you to reload the page if you encounter a slow page load or if you just want to appreciate my beautifully crafted animated sequences again and again.
---
This is the new HELP ME button. Natalia mentions it during the Introduction episode but we haven't implemented it yet.
The button will appear next to the reload button at various strategic points in the game.
Clicking the HELP ME button will open a modal and here are a few examples of what to expect.

The simplest and most frequently used HELP ME modal is the GET HINT version.
Clicking YES will give you some text based instructions on how to optimize your choices depending on what outcomes you are pursueing.
---
Sometimes you will get the option to CHEAT.

Cheating will alter game variables to allow access to some of the stuff you might otherwise missed.
Bridgette's score isn't high enough? No problem! There's a cheat for that.
---
Occasionally you will be given a SHORTCUT.

A SHORTCUT is simply a way of speeding your pathway through a chapter.
It may mean that you miss out on other achievements or scenes, but it will get you to the good stuff if you are impatient.
---
This is the REPLAY option...

If you have spent time finding the bonus scenes or some of the non bonus scenes then it makes sense that you might want to replay them again right?
Currently you would have to restart the chapter and remember all of the choices you made to get there.
The REPLAY button is a way to maximise the fun you can have and really explore all the options I build into my scenes.
You may also want to replay a scene to overcome a negative outcome like getting fired. The replay button returns you to a point in the scene where you can mke a different choice.

This could also be interchangeable with a CHEAT option.
---
You will of course notice that the various HINT, CHEAT, SHORTCUT and REPLAY options will have credit prices assigned to them.
Obviously I have my considered reasons for doing this but I'd be interested to get some feedback too.
What do you think?
---
NOTE: Chapter Seven update and release window coming soon...
kevin
2022-12-04 02:55:45 +0000 UTCdsp3000
2022-12-04 01:45:53 +0000 UTC