3.30 star(s) 7 Votes

lorkdubo

Active Member
Aug 19, 2022
628
1,216
From my field of view it seems you didn´t even play the game properly but got max halfway trough and then annoyed cause you could´nt progress anymore.
Maybe it´s better if you would explain what exactly was so bad about that game. But your overall feedback was just that this game is bad and sandbox sucks.

Also what you would describe as a bug is probably a missinterpretation on your side because you don´t understand how this games work.
If you read my post there was also a misunderstanding from my side till i got the mechanic behind the game.

And that is totaly understandable when you get annoyed after the first few minutes and stop playing.
But then don´t leave a review without examples or details.
That doesn´t help anyone and only shows that this type of game is not for you.
Maybe next time write first impression is not for me sry but i wish you good luck.
No offense, it´s just the impression i got from your first and second comment.
The phone date system is badly designed and should be events instead. As it is now, it is confusing and bland. Also, it's hard to keep track of the information given that it is not checked out after asking.
 

dacris69

M, TI
Donor
Nov 20, 2017
2,177
6,249
Why the low score? Played til you get the sandbox and it was more than okay. 2.5 seems like its a disaster game.
 

Ryuben

Newbie
Mar 4, 2019
20
17
With the new version, I'm still at same evolution level, don't have any active quest, I tried going everywhere and calling everyone and nothing advances. What a wasted potential...
 

maurice68

Member
Jul 25, 2017
195
207
just for info, played the new update and even if I empty most of the quests, still wasn't able to progress on this one, is it still the same "bug"/normal or is there something to do about it ?

1734797140117.png
 

Yourmom21

Newbie
Aug 19, 2020
52
95
I completed the game so far, i was a big fan of the last one but this one... In my opinion is ruined by the sandbox, i already dislike sandbox style but this one is particular bad. The progress with the girls is extremely confusing, out know where Angelina hates you then she is nice to you based on the phones interactions ? Besides a few the relationship progress goes way to fast, and it feels inorganic like you miss something.
 
Oct 9, 2023
78
160
any idea how to get Jean lewd scene? Another update with hidden scenes..
if you ask me there is an error it should trigger after dating
The phone date system is badly designed and should be events instead. As it is now, it is confusing and bland. Also, it's hard to keep track of the information given that it is not checked out after asking.
currently after you talk about a topic with a girl this gives you a + in the relationship and closes the dialogue. if you have already talked about a topic it does not give the. ± and the. dialogue is not closed ( you can continue and ask other things)

what do you mean by keeping track, eliminating things already asked by choiche?

make it so that there is a summary sheet about what you found out about a girl?
 

Saint Blackmoor

Saint and Sinner
Donor
Oct 26, 2017
5,788
17,392
I just started playing and like it, but some things stand out.
There is some poor grammar, and sometimes, the characters don't quite look at each other when talking.
 

SalchichonRambo

New Member
Sep 18, 2024
11
7
I know the author's other game is Mech Academy...but I can't help but feel that this style of graphics and writing is very reminiscent of Sassy Girl. I wonder if it's the same author or if they're using similar development methods (AI writing maybe?)
 

MrDino

New Member
Feb 1, 2018
5
6
I have encountered two problems so far. One is that after the first time I visited Rebecca, I can't get any more powerups. I'm at 9/9 in both Ki, Mind, and Strength, and she keeps telling me that she needs more data. I think the problem is this piece of code in game\script\scene\main_story\rebecca\rebecca_hub.rpy:
Code:
if varPowerupCount > 0:
            scene intro_sc_18_113 with dissolve_0
            rebecca "Sto ancora analizzando i dati dell'ultima volta."
            scene intro_sc_18_114 with dissolve_0
            rebecca "Adesso non abbiamo niente da fare qui in laboratorio."
            scene intro_sc_18_115
            mc "ok Rebecca, grazie."
            scene black with dissolve_0
            jump lobby
        elif    varForcePoint> 2 and  varMindPoint > 2 and varKiPoint > 2 :           
            scene black with dissolve
            jump rebecca_power_up
        else:
            scene intro_sc_18_113 with dissolve_0
            rebecca "Non mi sembra che ti sei impegnato abbastanza questa volta."
            scene intro_sc_18_114 with dissolve_0
            rebecca "Torna quando mi avrai fornito più dati di cosi!"
            scene intro_sc_18_115
            mc "Scusami Rebecca, hai ragione."
I'm not a coding expert, but I know a little bit, and as I read this code: if varPowerupCount (which appears to be a tally of your total evolution points) is more than 0 (which it will always be after the first visit), it only runs the first bit (until "jump lobby"). So once you've gotten one powerup, you'll never get another (at least not this way).

The other bug I ran into was in game\script\scene\dating\jean\dating_jean.rpy where there was one occasion of using varReljean instead of varRelJean.

From a more gameplay-oriented perspective, the game could use more occasions to increase Mind. AFAIK there are only two spots on the map that do that, and if I'm reading the code correctly one of them is on a 2-day cooldown and the other on a 3-day. But Strength has both the Gym, Jogging, and the Dojo, and Ki has both the Swamp, Spa, Therapist, and Dojo (doing double-duty).
 
  • Like
Reactions: lynx73 and sutiban

Bmagada

Member
Dec 18, 2021
364
898
Why the low score? Played til you get the sandbox and it was more than okay. 2.5 seems like its a disaster game.
Because some people will give a 1 star rating to games where the fapping isnt immediate or theres a bit of a sandbox for like 5 minutes, but give 5 stars to complete trash.
 
  • Like
Reactions: Saint Blackmoor

Gwarfo

Newbie
Apr 15, 2019
39
38
I'm getting errors in most dates, with varRel[girl name] being undefined. Girl name is usually starting without caps, I wonder if that's the problem...
 
Oct 9, 2023
78
160
I have encountered two problems so far. One is that after the first time I visited Rebecca, I can't get any more powerups. I'm at 9/9 in both Ki, Mind, and Strength, and she keeps telling me that she needs more data. I think the problem is this piece of code in game\script\scene\main_story\rebecca\rebecca_hub.rpy:
Code:
if varPowerupCount > 0:
            scene intro_sc_18_113 with dissolve_0
            rebecca "Sto ancora analizzando i dati dell'ultima volta."
            scene intro_sc_18_114 with dissolve_0
            rebecca "Adesso non abbiamo niente da fare qui in laboratorio."
            scene intro_sc_18_115
            mc "ok Rebecca, grazie."
            scene black with dissolve_0
            jump lobby
        elif    varForcePoint> 2 and  varMindPoint > 2 and varKiPoint > 2 :           
            scene black with dissolve
            jump rebecca_power_up
        else:
            scene intro_sc_18_113 with dissolve_0
            rebecca "Non mi sembra che ti sei impegnato abbastanza questa volta."
            scene intro_sc_18_114 with dissolve_0
            rebecca "Torna quando mi avrai fornito più dati di cosi!"
            scene intro_sc_18_115
            mc "Scusami Rebecca, hai ragione."
I'm not a coding expert, but I know a little bit, and as I read this code: if varPowerupCount (which appears to be a tally of your total evolution points) is more than 0 (which it will always be after the first visit), it only runs the first bit (until "jump lobby"). So once you've gotten one powerup, you'll never get another (at least not this way).

The other bug I ran into was in game\script\scene\dating\jean\dating_jean.rpy where there was one occasion of using varReljean instead of varRelJean.

From a more gameplay-oriented perspective, the game could use more occasions to increase Mind. AFAIK there are only two spots on the map that do that, and if I'm reading the code correctly one of them is on a 2-day cooldown and the other on a 3-day. But Strength has both the Gym, Jogging, and the Dojo, and Ki has both the Swamp, Spa, Therapist, and Dojo (doing double-duty).
it's all correct ( I played it 30 times I don't understand these things how I missed :\) as soon as I'm at a pc I'll make a patch
 

Death3248

Newbie
Nov 30, 2023
60
17
by any chance is there a walkthrough or guide for this game? i mean i can see a quest long with different things to do but there is no extra info on the how to do them like there is the second bad guy pryo or something the log says i need to beat her but everytime i try it says something like i don't have the right power or i just missed her and then it retreats. what kind of power or powers do i need? the first bad guy used some kind of tech and gun all i needed was ice that made a little since... i mean in a normal game if the bad guy use fire then you world counter that with ice. but so far i have found only 3 or 4 powers i can get . 1 ice one of the teacher has 2 air something from a guy in class 3. invisablity guy in libary 4. there a guy that has liquid something i can get.
 
  • Like
Reactions: Punto
3.30 star(s) 7 Votes