10/10 Too much content - IGNDarkCookie Diehard fan live reaction to the "new and improved game"
View attachment 3694433
10/10 Too much content - IGNDarkCookie Diehard fan live reaction to the "new and improved game"
View attachment 3694433
Are you fucking kidding me?
People waited 2 years just to pay for widescreen content from over 5 years.TFW your update takes away content and removes scenes
View attachment 3694449
I believe that the Tech update (And if I'm wrong anyone can correct me about this ) was about reworking and adding some things in the existing characters in the game for example more Grace animations and story extention and some more of Jenny's route expantion as for the coding part I only heard about it today and I don't think that this is why the game was delayed I think that it was something else but that's my opinionSo maybe someone who is a little more knowledgeable can fill me in here. This is a Ren'py game. So what exactly is the "Tech" in the "Tech update." Obviously he has to extent a lot of the graphics to be 16:9, from what we saw in this update, that's what he did- rather than redraw the existing art. But what exactly is there that's so demanding on the coding side? Re-mask backgrounds for button presses? I mean- its Ren'py, there isn't exactly much coding. [show background] [show text] [show sprite] [update sprite]
Wow. What a shame. This was like one of my top 10 games on this site. Whenever I expect a game to be amazing, something happens to it. Every fucking time. Big brother, dual family, milfy city, the tyrant, and now this.Dev just stalled and made an "update" to avoid the "Game Abandoned" tag to continue scamming the Patrons. It's the same reasoning as people who buy e-girls' bathwater...
Not at all in his Patreon page he has 86K followers in wich the 29K are paid members each month he post something on his Patreon and he even have a discord that's active his followers on his page and discord know that the game isn't abandoned and he has his own community so I don't think that he would care about a forum that have his game abandoned I think that his supporters presured him to release the update because two years without an update I think it's a long timeI wonder if that "Abandoned" tag is what kicked DC in the ass enough to release something, even if it was just a little bit. Which if he'd been doing that at all the past two years then there would have been much less complaining.
And the blindfold defenders rush out sprinting and waving their hands yet again... well, people have faithfully followed and allowed far far worse throughout history, so why am I shocked.What you see as fair, I see as review bombing. If you don't like the game, make an effort to review it according to the standards of the forum.
So is Discord happy with this update and roadmap or not? I still don't quite get it. Why did DC turn off comments on Patreon? Are the comments back to normal now?
He is a hard worker.
I think Saria's shitstorm was bigger for less.
I honestly don't know why some people don't like this tech update. Recent reviews seem to be positive.
View attachment 3694330
Thanks for the reply.
As a IT girl that coded a bit in Powershell and very little in Python, I can still think of a few reason someone would remake their whole code.
In a project that big, you have a looooot of dependancy (things that call for other things) or "tag" (name depending on the langugage) to modify a lot of entries at the same time with just a modification of that tag definition.
As a simple example for those no familiar with it (not you it seems since you said you coded a bit) : whats allow the dev and the modders to quickly change how a "mom" gets turn into a "landlady" is because everytime they are called in a dialog, it's not "mom" or "landlady" but something like "$mom" or "$momname" if we are talking about the name you choose when prompted at the beginning. You are changing the "tag" definition by your own input.
That being said, this idea can go waaayy deeper than that and when you build a code with "beginner" knowledge, it's bond to happen that years later, you have way more skills to do thing cleaner, with less bugs, clutter. A lot of time, the way you did things with partial knowledge of what you were doing can cause an impossibility to do something new, thousands of lines down in your code, and you have to rethink a whole function.
I suppose the devs hit that point with new content they wanted to add and couldn't with the way they built the game until then.
They could also just want to do a better experience overhaul with their new knowledge.
Or, they were close to finishing their project or out of new ideas to add and had to keep the money coming to live...