CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Ren'Py Mutant College [v0.3.0] [Space Samurai Games]

2.60 star(s) 5 Votes
Oct 9, 2023
78
159
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
55
11
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.
 
2.60 star(s) 5 Votes