She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

eros_tendre

Newbie
Aug 13, 2022
80
33
71
The walkthrough for chapter 3 told about a visit from Margo or Olivia in night 40 but it was written that it was still to be added in the game. I could not see these scenes. Do they exist or not ?
 

cxx

Message Maestro
Nov 14, 2017
76,833
39,612
1,519
When I download the chapter 4 from Anonfile or Gofile my antivirus detect the .exe as a virus and block it
it's probably a false positive but when I downloaded chapter 1 to 3 there was no problem, no detection
so I'm wondering why it's happening only for chapter 4
it is false pos. ch1-3 exes are probably whitelisted on virusdatabase.

The walkthrough for chapter 3 told about a visit from Margo or Olivia in night 40 but it was written that it was still to be added in the game. I could not see these scenes. Do they exist or not ?
if you haven't locked either path then maybe devs forgot it.
 

Anime34guy

Active Member
Aug 7, 2022
527
198
166
Can you someone make a win version compressed pc zip. Because every compressed I find is z7 and every time I extract the files from z7 it has everything except for the game application.. so please make a win pc zip compressed for ch 1-4. I really want to try this game out
 

cxx

Message Maestro
Nov 14, 2017
76,833
39,612
1,519
Can you someone make a win version compressed pc zip. Because every compressed I find is z7 and every time I extract the files from z7 it has everything except for the game application.. so please make a win pc zip compressed for ch 1-4. I really want to try this game out
with what are you extracting? use latest 7zip.

also from where are you dling?
 

cxx

Message Maestro
Nov 14, 2017
76,833
39,612
1,519
I found the mod, but can't find the extras for Rachel...if you could tell me where to find that I'd appreciate it. Thank you.
not that it hasn't been discussed past 20 or so pages. if something isn't on this thread then search everywhere.
 
Mar 29, 2023
421
566
208
Just finished playing this. I've got to say, I'm speechless. This story has been one hell of an emotional rollercoaster. I just can't put into words exactly how awesome this game is, cause I feel like even these words doesn't do it justice.

What I liked most is the wholesomeness of this story, the dialogs between F and D and how their relationship evolved from almost stranger to (spoiler) :p

Also the choices and different paths. It's awesome that there are different paths to take in this story, which gives more replay-ability to this story.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Anyways author-san, if you read this, thank you for making such a wonderful story!
 

Kryptozoid

Well-Known Member
Sep 3, 2016
1,239
2,649
503
So just saw there was an update To Sunshine Love and some time has passed, any news about when will Fantasy Update 2 happen Hyperserver ? I guess you don't have a clear date, but just to know if it will be after this SL update, or after the next SL update (more likely, but you should have better info than my speculation)
 

Ryuengami

New Member
Sep 23, 2022
11
1
13
I have a question non related with the game but can anyone tell me if exist a solution for the problem in Renpy "Maximum recursion depth exceeded"? I can´t save my game by that.
 
  • Like
Reactions: AnyName'llDo

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,380
9,134
728
I have a question non related with the game but can anyone tell me if exist a solution for the problem in Renpy "Maximum recursion depth exceeded"? I can´t save my game by that.
recursion is, when a function is calling itself. (Like function sum(x) => if x=0 then return x else return (x + sum(x-1)))
[which will add all numbers between 0 and x btw]
Each function call will be stored and put on hold until the return of the new called function.
The numbers of "opened/started functions at same time is called "Recursion depth".
This recursion depth depends on the used programming language and can't be changed at all.

The only way to "change" or solve your problem is to code in a way not using recursion for that part.
 
Last edited:
  • Like
Reactions: Ryuengami
3.80 star(s) 340 Votes