adanu

Member
Mar 28, 2020
347
452
163
Just finished one ending and now looking to try for the Mallory/Amanda ending. Anyone know the critical point to make that happen?
 

SERAFIM1986

Member
Dec 12, 2024
250
39
87
People, if episode 10 is the last story of the game, doesn't that mean that there won't be something interesting in the new version, since in episode 10, MC and Jay got married and they have children, what else is there to wait for then?!?
народ йесли 10 эпизод это последное историа игры не означайетли ето что в новом версий не будет что то интиресное так как в 10 эпизоде мс и джей поженилис и у них йест дети ,, что ишо стоет тогда типер ждат?!? :rolleyes: :unsure: :unsure: :unsure: :rolleyes:
 

GarudoSCHE

Member
Dec 16, 2024
357
524
161
People, if episode 10 is the last story of the game, doesn't that mean that there won't be something interesting in the new version, since in episode 10, MC and Jay got married and they have children, what else is there to wait for then?!?
народ йесли 10 эпизод это последное историа игры не означайетли ето что в новом версий не будет что то интиресное так как в 10 эпизоде мс и джей поженилис и у них йест дети ,, что ишо стоет тогда типер ждат?!? :rolleyes: :unsure: :unsure: :unsure: :rolleyes:
If you mean a new game, then this is a completely new project with a couple of old characters as LI. Well, and the fact that they take place in the same universe :KEK:
If you mean working with this game, then we are expecting a remaster of old episodes (I think one or several).

PS: Better use only English for conversations. No offense to you but the translation into Russian is terrible :HideThePain:
 

TonyMurray

Conversation Conqueror
Apr 8, 2024
6,439
12,058
774
People, if episode 10 is the last story of the game, doesn't that mean that there won't be something interesting in the new version, since in episode 10, MC and Jay got married and they have children, what else is there to wait for then?!?
народ йесли 10 эпизод это последное историа игры не означайетли ето что в новом версий не будет что то интиресное так как в 10 эпизоде мс и джей поженилис и у них йест дети ,, что ишо стоет тогда типер ждат?!? :rolleyes: :unsure: :unsure: :unsure: :rolleyes:
If you mean a new game, then this is a completely new project with a couple of old characters as LI. Well, and the fact that they take place in the same universe :KEK:
If you mean working with this game, then we are expecting a remaster of old episodes (I think one or several).

PS: Better use only English for conversations. No offense to you but the translation into Russian is terrible :HideThePain:
And also MC and Jaye didn't necessarily get married and have children, as it depends on what path/s you played.
 
  • Like
Reactions: KrusherKev

Night Hacker

Forum Fanatic
Jul 3, 2021
4,342
18,722
630
It's been years since I last played this game... and a lot of other games to be honest, but while I was catching up on older games, this came up, and I was surprised and happy to see a COMPLETED tag, so I deleted my old saves (well over 2 years old) and started fresh.

I have to say, this has become my absolute FAVORITE visual novel I have played to date. Bar none. I just completed it and it took me through a range of emotions, as I love a good story better than I like sex in these. I was laughing my ass off, had tears on my face at times and angry as well. The story was extremely well written, I found the dev's writing as well as facial expressions etc... to be about as good as I have seen.

I was so sad to finally come to the end of this story, and I hope he is working on something else. I may even financially support it. Amazing work! THIS... THIS is what I look for in a visual novel. I do wish there was an option to pick BOTH Jaye and Mallory somehow, but... it's not my game. He wrote the characters so well, I didn't want to hurt either of them. heheheh... that's a sign of good writing. I just had to say something.

As an extra note; I found a minor "copy/paste" bug in chapter 9 (yeah, I decompiled the script and figured out the variable meanings). In lines 491 and 492 he basically copied and pasted lines 461 and 462, only he forgot to edit them.

Lines 491 and 492 have...

Python:
                        $ UpdateRP(4, "num001")
                        $ UpdateRP(4, "num003")
...and they should read

Python:
                        $ UpdateRP(4, "num000")
                        $ UpdateRP(4, "num002")
...variables num001 and num003 have to do with Mallory. In 491 and 492, because you reject Mallory and go for Jaye, it should have num000 and num002 which have to do with Jaye's loyalty and love increasing. Instead, if you reject Mallory, you will notice her love and loyalty goes UP, and that is because of this error where it should be Jayes. Not sure how to tell the dev about this, I won't PAY to be able to post on his page about his bugs. Personally, I went with not choosing either one and it works itself out.

I swear copying and pasting in programming lead to some of the most common errors.
 
Last edited:
Jan 27, 2021
60
59
123
It's been years since I last played this game... and a lot of other games to be honest, but while I was catching up on older games, this came up, and I was surprised and happy to see a COMPLETED tag, so I deleted my old saves (well over 2 years old) and started fresh.

I have to say, this has become my absolute FAVORITE visual novel I have played to date. Bar none. I just completed it and it took me through a range of emotions, as I love a good story better than I like sex in these. I was laughing my ass off, had tears on my face at times and angry as well. The story was extremely well written, I found the dev's writing as well as facial expressions etc... to be about as good as I have seen.

I was so sad to finally come to the end of this story, and I hope he is working on something else. I may even financially support it. Amazing work! THIS... THIS is what I look for in a visual novel. I do wish there was an option to pick BOTH Jaye and Mallory somehow, but... it's not my game. He wrote the characters so well, I didn't want to hurt either of them. heheheh... that's a sign of good writing. I just had to say something.

As an extra note; I found a minor "copy/paste" bug in chapter 9 (yeah, I decompiled the script and figured out the variable meanings). In lines 491 and 492 he basically copied and pasted lines 461 and 462, only he forgot to edit them.

Lines 491 and 492 have...

Python:
                        $ UpdateRP(4, "num001")
                        $ UpdateRP(4, "num003")
...and they should read

Python:
                        $ UpdateRP(4, "num000")
                        $ UpdateRP(4, "num002")
...variables num001 and num003 have to do with Mallory. In 491 and 492, because you reject Mallory and go for Jaye, it should have num000 and num002 which have to do with Jaye's loyalty and love increasing. Instead, if you reject Mallory, you will notice her love and loyalty goes UP, and that is because of this error where it should be Jayes. Not sure how to tell the dev about this, I won't PAY to be able to post on his page about his bugs. Personally, I went with not choosing either one and it works itself out.

I swear copying and pasting in programming lead to some of the most common errors.
There's a throuple route with the two girls and that bug is probably not a bug but related to that one path.
 
  • Like
Reactions: qvcatullus

alain8891

Member
Dec 18, 2023
396
1,445
276
It's been years since I last played this game... and a lot of other games to be honest, but while I was catching up on older games, this came up, and I was surprised and happy to see a COMPLETED tag, so I deleted my old saves (well over 2 years old) and started fresh.

I have to say, this has become my absolute FAVORITE visual novel I have played to date. Bar none. I just completed it and it took me through a range of emotions, as I love a good story better than I like sex in these. I was laughing my ass off, had tears on my face at times and angry as well. The story was extremely well written, I found the dev's writing as well as facial expressions etc... to be about as good as I have seen.

I was so sad to finally come to the end of this story, and I hope he is working on something else. I may even financially support it. Amazing work! THIS... THIS is what I look for in a visual novel. I do wish there was an option to pick BOTH Jaye and Mallory somehow, but... it's not my game. He wrote the characters so well, I didn't want to hurt either of them. heheheh... that's a sign of good writing. I just had to say something.

As an extra note; I found a minor "copy/paste" bug in chapter 9 (yeah, I decompiled the script and figured out the variable meanings). In lines 491 and 492 he basically copied and pasted lines 461 and 462, only he forgot to edit them.

Lines 491 and 492 have...

Python:
                        $ UpdateRP(4, "num001")
                        $ UpdateRP(4, "num003")
...and they should read

Python:
                        $ UpdateRP(4, "num000")
                        $ UpdateRP(4, "num002")
...variables num001 and num003 have to do with Mallory. In 491 and 492, because you reject Mallory and go for Jaye, it should have num000 and num002 which have to do with Jaye's loyalty and love increasing. Instead, if you reject Mallory, you will notice her love and loyalty goes UP, and that is because of this error where it should be Jayes. Not sure how to tell the dev about this, I won't PAY to be able to post on his page about his bugs. Personally, I went with not choosing either one and it works itself out.

I swear copying and pasting in programming lead to some of the most common errors.
That’s high praise but I share your feelings, to me it’s also my top AVN, certainly in my top 3, for all the same reasons.

The error you reported has actually been fixed for some time now, I should know because I was the one who reported it initially to Stoya, the dev doing the story and coding (Kentyrr is the one doing the renders). I double-checked on my own copy and that bug is not there anymore.
Are you sure you’re using the very last version (hotfix 1.10a)?

There’s a large bugfix release pending (1.10b), that will address many pending bugs across all chapters, include a couple of new animations in Chapter 1, chapter summary for Chapter 1 as well, fixed and revised dialog on some paths, and all of that…beta testing for that is pending, we beta-testers should get our hands on it in the next few days.

Stoya and Kentyrr are also now working on their next project, Firebreak. Set in the same universe and several ladies from CS will be back, including Tara, Lisa and Bianca.
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,342
18,722
630
That’s high praise but I share your feelings, to me it’s also my top AVN, certainly in my top 3, for all the same reasons.

The error you reported has actually been fixed for some time now, I should know because I was the one who reported it initially to Stoya, the dev doing the story and coding (Kentyrr is the one doing the renders). I double-checked on my own copy and that bug is not there anymore.
Are you sure you’re using the very last version (hotfix 1.10a)?

There’s a large bugfix release pending (1.10b), that will address many pending bugs across all chapters, include a couple of new animations in Chapter 1, chapter summary for Chapter 1 as well, fixed and revised dialog on some paths, and all of that…beta testing for that is pending, we beta-testers should get our hands on it in the next few days.

Stoya and Kentyrr are also now working on their next project, Firebreak. Set in the same universe and several ladies from CS will be back, including Tara, Lisa and Bianca.
I JUST downloaded the game again from page 1 of this thread. So, it should probably be updated. It's okay though, I fixed the bug myself. A really simple fix. I honestly extracted the source code and was keeping notes on what the variables meant. He went out of his way to try and hide the meaning of them so you couldn't cheat... I figured them out anyhow. :cool:

Anyhow, I definitely look forward to his next project! I get tired of endless "porn" with no real story and this had what I was looking for in spades. Man, I was up until 4am playing it, not wanting to go to bed! LOL

Another game I got up to date on and loved was Summer's Gone. I'm currently working on getting up to date with Halfway House as well, a nice game so far. And I have a pile of others to get up to date on. :)
 

Hello231

Member
Oct 6, 2024
137
17
47
some months ago,I downloaded the game by seeing completed tag but heard there will be one more update.So,is this the latest and last final version or will any further update come?
 
4.60 star(s) 417 Votes