TCMS

Quote my posts if you want an answer
Donor
Former Staff
Aug 5, 2016
5,797
30,226
Well, his Patreon "Fanbase" is steadily increasing so hopefully he'll have changed it soon after he see's that's what everyone wants.
Let's hope so
 

bakun191

Newbie
Nov 14, 2016
20
33
Here's a fixed script.rpy file for 0.3.0. I've tested it on Alexia's coffee scene, not sure about the others. After some testing I found out that I've missed some stuff, it's better to use different fix.
 
Last edited:

Mirtugast

Newbie
Dec 25, 2016
53
172
I can't make blue serums anymore? Used to be at the lab during normal 'work'.

I just got the scene where Steph finds materials missing and I've not even made any serums at all :p
 

moonanon

Member
Aug 17, 2016
297
270
Also @moonanon dont work with this version and try to make it fixed. He's going to release a new version on the 24th with bug fixes that players will encounter from now until then so it's best for you to wait.
well, it is past 1am for me... but the 'fix' I just did should eliminate all the locks that make events one-shot. (less than 5 minutes)
 
  • Like
Reactions: Cirro84

moonanon

Member
Aug 17, 2016
297
270
Here's a fixed script.rpy file for 0.3.0. I've tested it on Alexia's coffee scene, not sure about the others.
didn't see you'd already submitted a fixed version.
I'll play the game tomorrow. Most likely submit a 'debug' version tomorrow with lots of money and starting hyno-drug.
 
  • Like
Reactions: Cirro84

max_z_smith

Member
Dec 30, 2016
391
419
well, it is past 1am for me... but the 'fix' I just did should eliminate all the locks that make events one-shot. (less than 5 minutes)
Your fix gives a script error on startup.

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/script.rpy", line 1228: end of line expected.
    else: if mom_slut_score > 30:
          ^

Ren'Py Version: Ren'Py 6.99.11.1749

Edit: I got the few errors there fixed, attached the fixed script.
 
Last edited:

Infamy

Engaged Member
Sep 25, 2016
2,274
1,349
How I know you could get a hand job and boob job but I didn't know you could fuck her.
 

TCMS

Quote my posts if you want an answer
Donor
Former Staff
Aug 5, 2016
5,797
30,226
How I know you could get a hand job and boob job but I didn't know you could fuck her.
keep working on her. Weekend nights you can do it and if you keep on working on it monday mornings you can do it as well
 

moonanon

Member
Aug 17, 2016
297
270
Your fix gives a script error on startup.

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/script.rpy", line 1228: end of line expected.
    else: if mom_slut_score > 30:
          ^

Ren'Py Version: Ren'Py 6.99.11.1749

Edit: I got the few errors there fixed, attached the fixed script.
thanks for that catch... I was too tired to remember the basics of 'ALWAYS RUN YOUR SCRIPT TO CHECK FOR ERRORS', I thought I was correcting an error point (but in reality I made two).

Just tried running the game now and saw those errors too, at which point I 'ran' over to this board to apologize, and to add the 'f-it I do what I want version'

Here's a 'debug' version with 5000 gold at start, a bunch of hypno-drug and skipping work will cost you 10 gold instead of 50, default pay is 300 a week, and mom takes 10 gold for wage sharing.
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,038
2,103
Very nice. Thanks @moonanon

I've been playing around with the School Party event, it still looks to only launch once, I wanted to see it more. Haven't hit the right syntax, or condition, to get that code path the run. Same with the Lab Threesome and the AC event, haven't gotten them much but it may just be the RNG that the 3some uses, the AC event looks to be based off the slut scores.

So much RNG in the events, it takes a bit to save and load to get something to fire.

Do like the new events, and the slut attitude that is starting to show up with Stephanie and the sister.
 

moonanon

Member
Aug 17, 2016
297
270
Ok, I 'fixed' all the event chances... Most menu choices have a 10% fail (as in no event proc) rating. Also, I fixed the night encounters so you should be able to do the drug events over again.

After inspecting the script file again... there were 6-8 events that had under 15% for proc rate.... you will need to try all the things (like there's events now for menu choices in v0.2.1 that used to just advance time.)

There is a bug that I don't care to fix related to flirting with alex and steph... if their sluttiness score is over 90 no sexting pictures show.. (though I think I fixed/broke alex so she always shows tits when flirting on phone).... both alex and steph are supposed to show off about 3 different pictures marking their progression in sluttiness.

Sister has similar image set progression but you have to search her computer when she isn't home.

Lastly, each sluttiness level for Alex (there's 3, I think) produce a random picture of a set of three when you visit her porn website... so be careful to slutify alex slowly so you can check all her pictures.

Pic related, as this file should summon an untold number of spooky ghosts.
1480116621749.jpg
 

max_z_smith

Member
Dec 30, 2016
391
419
Found another small error, that was in the original script I think. After you chat with mom in the evening, her avatar would remain on screen behind any other avatars that showed up that night (like your sister if you got her a drink). To fix it, go to line 1340 (~1332 if using the original scripts file) and add the line:
Code:
hide mom
below the line:
Code:
"You and your mom spend a few hours chatting with each other."
Make sure it is indented correctly to line up with the previous line. Tab doesn't work, need to use spaces.

So the final result should look like:
Code:
        "Have a friendly chat.":
            "You and your mom spend a few hours chatting with each other."
            hide mom
        "Watch a movie together." if weekend and dayTime == 2:

Off topic from the coding, does anyone else find it really odd that they have no model for the PC, yet choose to have the females be in positions that are just missing the guy? Like it's flat out weird to see someone giving an "air blowjob". At least they could put in the disembodied dick that many games use.
 
Last edited:
  • Like
Reactions: lucas69

Infamy

Engaged Member
Sep 25, 2016
2,274
1,349
I will dl the new script once moonanon confirms he has squashed all the bugs he has found.
 
3.80 star(s) 49 Votes