Youre not too far off.
A development progress update - Vol. 53 / Direction of the game
Hi everyone,
this post was supposed to be a quick progress update, but then I thought it would be useful to give you all a bit more background info on what makes development so challenging at the moment, and here we are: wall of text.
For example: sub MC builds a structure, neutral MC does not build the same structure. If sub MC wants to switch to the neutral path, or neutral MC to the sub path, I have to appear/disappear the structure somehow. And this isn't just about physical objects. If the relationship between the MC and Isabella is different in the dom path and the neutral path, this has to be accounted for when a player switches from one to the other.
You can get a good idea of the scope of the problem if you have played all three paths in Release 6, and you imagine having to bridge all differences between them for all routes a player can take:
Dom -> Dom
Dom -> Neu
Neu -> Dom
Neu -> Neu
Neu -> Sub
Sub -> Neu
Sub -> Sub
Every single one of these has to make logical sense and be without continuity errors.
The easy way out would've been to forgo the merge and to make the current split permanent. That would have saved a lot of work at the cost of a ruined path choice system. In the end, I decided to rather slog through it, but to get it over with immediately, i.e. in Release 7. So the next update will contain the seven routes listed above, leading to the three permanent character paths that will remain completely separate until the end of the game. This will finally give me the freedom to develop them all without compromises. But getting there is rough and I'm still working on inconsistencies I find while testing.
R7 is unfortunately a pure creature of 2020. I'm really sorry for the wait.