splingmer

Newbie
Jul 21, 2017
26
63
197
Is it even possible to play this game without the walkthrough? There are so many hidden assumptions in the triggers, and so many ways to get some route permanently stuck.

I mean, I know why it's buggy and confused. I've been looking through the code and it's really not good. Not easy to clean up or debug. At some point it's going to reach critical mass and just stop working.

What I'm wondering is if anyone can actually treat this like the open world game it is supposed to be, and explore in it. Or is it absolutely necessary to follow the walkthrough and never make any choices.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
7,899
6,649
798
Is it even possible to play this game without the walkthrough? There are so many hidden assumptions in the triggers, and so many ways to get some route permanently stuck.

I mean, I know why it's buggy and confused. I've been looking through the code and it's really not good. Not easy to clean up or debug. At some point it's going to reach critical mass and just stop working.

What I'm wondering is if anyone can actually treat this like the open world game it is supposed to be, and explore in it. Or is it absolutely necessary to follow the walkthrough and never make any choices.
Unfortunately as you yourself pointed out, if you don’t follow the walkthrough, it’s way too easy to get stuck in a situation where can’t carry on.
So, playing it as a sandbox/open world game is not something I would recommend anyone do.
Not unless the code is gone over, debugged and rewritten.
 
Last edited:
  • Like
Reactions: Snugglepuff
Jan 17, 2020
41
60
49
Unfortunately as you yourself pointed out, if you don’t follow the walkthrough, it’s way too easy to get stuck in a situation where can’t carry on.
So, playing it as a sandbox/open world game is not something I would recommend anyone do.
Not unless the code gone over, debugged and rewritten.
Then what's the point of playing? I mean... I love the models, the script and the sex scenes. But between the walkthrough and the loading screens the excitement is absolutely gone... I think I rather watch a video of all the scenes than play trhough the whole game.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
7,899
6,649
798
Then what's the point of playing? I mean... I love the models, the script and the sex scenes. But between the walkthrough and the loading screens the excitement is absolutely gone... I think I rather watch a video of all the scenes than play trhough the whole game.
The sad thing
it didn't start out like that, it's only as it grew more and more that it became more linear and dependent on the order in which you do things.
Kst is great when it comes to his models, story, and scenes. his weakness from my perspective is his coding and structure.
Hopefully he's learnt a lot from developing The Twist, and he'll transfer that knowledge in the design of his new game.
 
Last edited:

sskcod

Member
Aug 6, 2017
266
390
180
Kst's is great when it comes to his models, story, and scenes. his weakness from my perspective is his coding and structure.
Hopefully he's learnt a lot from developing The Twist, and he'll transfer that knowledge in the design of his new game.
Absolutely.
I entered this forum to explore this niche in gaming, and I was extremely disappointed by most of the content found here and the only exception was KST's The Twist. For a single person working on the project, it's quite amazing.

And I've noticed that the game is bloated. As explained before, the game loads a location, with all the characters and items, scenes etc... attached to that particular location. You can notice that in bugs when a character will spawn in the location as the scene is happening.
And that's it.

What he could do, is copy paste the locations for each scenes. Like Living room scene A, living room scene B etc... The game will be bloated in a different manner. The same map would be saved on your hard drive once for each scene. The game will move from 20 to 60gb if the textures aren't exploited in a smart manner.

Or I don't know how to fix it. Definitely not an expert. But the game isn't optimized for sure as it is right now. And it's in the coding.

We are dealing with someone learning on the job. So, let's hope that if the skills aren't there, the ability to learn is there and we already know now that the talent, the vision and the ability to create something new is here.
 
  • Like
Reactions: Snugglepuff

cold_arctus

Devoted Member
Sep 25, 2018
8,953
10,870
897
Absolutely.
I entered this forum to explore this niche in gaming, and I was extremely disappointed by most of the content found here and the only exception was KST's The Twist. For a single person working on the project, it's quite amazing.

And I've noticed that the game is bloated. As explained before, the game loads a location, with all the characters and items, scenes etc... attached to that particular location. You can notice that in bugs when a character will spawn in the location as the scene is happening.
And that's it.

What he could do, is copy paste the locations for each scenes. Like Living room scene A, living room scene B etc... The game will be bloated in a different manner. The same map would be saved on your hard drive once for each scene. The game will move from 20 to 60gb if the textures aren't exploited in a smart manner.

Or I don't know how to fix it. Definitely not an expert. But the game isn't optimized for sure as it is right now. And it's in the coding.

We are dealing with someone learning on the job. So, let's hope that if the skills aren't there, the ability to learn is there and we already know now that the talent, the vision and the ability to create something new is here.
He should throw away the garbage engine Fungus and either code the event trigger on his own or find someone who could do it for him.

Fungus is the reason why the game is bloated and unstable as hell. I'm really sure that KST has the skills for that, but it would require a lot of work and effort do accomplish it.
 
  • Like
Reactions: Snugglepuff
Oct 3, 2019
273
246
227
Does anyone know if KsT plans to expand pregnancy content beyond just Janice and Yuki? Or perhaps even expand on Janice's current preggo content?
 

baoka

Newbie
Sep 7, 2017
21
56
110
My game is running slowly in text, animation, and dropping frames even on the fastest setting and the lowest resolution. If I try to run it at higher resolutions, it'll just crash. Just bought my GPU and it's not low end, is there anything else I can do to make this playable?
 

Anon4321

Conversation Conqueror
Jun 24, 2017
7,899
6,649
798
My game is running slowly in text, animation, and dropping frames even on the fastest setting and the lowest resolution. If I try to run it at higher resolutions, it'll just crash. Just bought my GPU and it's not low end, is there anything else I can do to make this playable?
What's your ram and CPU
and can you confirm your GPU model

Also attach the crash file, you'll find it in the save folder
 
Last edited:

Anon4321

Conversation Conqueror
Jun 24, 2017
7,899
6,649
798
CPU: Ryzen 3700
GPU: Asrock Radeon 5700 XT
Ram is 4x8 3600

Thanks for your help.
With the specs you have, you should have no issues playing it.
because according to the crash report error

UnityPlayer.dll caused an Access Violation (0xc0000005)
in module UnityPlayer.dll at 0023:561889d3.

This indicates a ram issue, but I don't see why that would be, given that you have 32GB ram and I assume all 4 stick are working.

only other thing that might cause it, is maybe something running in the background
for example a program called Citrix is known to cause issues with unity games, as well as any other remote access software
Your antivirus might also cause it to crash.
 
Last edited:
Dec 7, 2019
125
46
160
Going to the bathroom at school at 15:00 will feature Janice and Jason messing around in the bathroom and not being able to pick up the detergent.At night Daniel and Michelle imagine Janice and Jason having sex too
 

Anon4321

Conversation Conqueror
Jun 24, 2017
7,899
6,649
798
Going to the bathroom at school at 15:00 will feature Janice and Jason messing around in the bathroom and not being able to pick up the detergent.At night Daniel and Michelle imagine Janice and Jason having sex too
That's an old bug with a beta version of the game
you need to download the new version from the OP
 
Last edited:

Moon egy

Newbie
Nov 15, 2020
50
11
172
Hey, guys
i need help, please
All saved files have been deleted
And I searched the files that were added here by Anon4321
But I can't know or chose any of the 8 files
I remember very well that I was done with this
(682. Go to Michelle's house at 20:00 or later and click on "Sneak to the backyard". Michelle is naked in the pool and plays with her tits and pussy.)
And I go to the beach the next day
But I think that there is something wrong because when you go to the beach.
It's not done, and when i go to Michelle's House,
i Watch her play zero anal hero And that's wrong, too
Can anyone get me a file from the beginning of this
(688. Go to Jason's room. Jason gets a message about a new sexy micro bikini. Click on the PC and on "Launch browser".)
or theis
(683. Go to the beach at 17:00 or 18:00. Make sure you have suncream. There is a 50 % chance to meet Kira or Michelle sunbathing.)
 
Last edited:

Anon4321

Conversation Conqueror
Jun 24, 2017
7,899
6,649
798
Hey, guys
i need help, please
All saved files have been deleted
And I searched the files that were added here by Anon4321
But I can't know or chose any of the 8 files
I remember very well that I was done with this
(682. Go to Michelle's house at 20:00 or later and click on "Sneak to the backyard". Michelle is naked in the pool and plays with her tits and pussy.)
And I go to the beach the next day
But I think that there is something wrong because when you go to the beach.
It's not done, and when i go to Michelle's House,
i Watch her play zero anal hero And that's wrong, too
Can anyone get me a file from the beginning of this
(688. Go to Jason's room. Jason gets a message about a new sexy micro bikini. Click on the PC and on "Launch browser".)
or theis
(683. Go to the beach at 17:00 or 18:00. Make sure you have suncream. There is a 50 % chance to meet Kira or Michelle sunbathing.)
It's not going to be easy to find a save that starts right where you want it.
Your best option would be to grab the " completes 0.34" save and restart from step 677
As for which of eight, you just have to choose between if you want to be rough, gentle, billy path or no billy path, john stays or john leaves.
 
Last edited:
  • Like
Reactions: Moon egy
3.40 star(s) 171 Votes