Luciousblack

New Member
Jan 7, 2018
2
0
Why is it that everytime an animation would play, it only last about half a second. It'll show a glimpse of the animation but it will stop after a milisecond.

Im using android version btw
 

waxall

Newbie
Nov 13, 2017
59
64
i have 1 question, this is the ispiration of the cousin's/roommate? Lindsey Pelas
That may be the other way around. She looks like she was exported from Renpy into real life. Are you sure that is a real person and not one of these....
Nevermind, the robot looks more human....;)
 

fishbrain

Engaged Member
Apr 9, 2018
2,587
2,785
There is one thing in your save similar to other that i have seen with problems
Task "Find clothes for stretching" (for roommate) is again open.

If i remember , this is one of the first that i have done and it closed correctly in the task .
Probably I was lucky ...
This is my issue as well, but I think it's been there the whole time. Maybe because I didn't go into her room the next morning?

Can I fix this in console???
 

Mortarion

Well-Known Member
Donor
Oct 22, 2017
1,763
6,573
everytime i tell the dean that anna is home the game crashes. help pls
same here, just to be curious: i assume oyu have ompletet the task aobut the streching clothes for roommate, is the task "find clothes for stretching" afterwarks vanished? or is it still visible?
 

fishbrain

Engaged Member
Apr 9, 2018
2,587
2,785
same here, just to be curious: i assume oyu have ompletet the task aobut the streching clothes for roommate, is the task "find clothes for stretching" afterwarks vanished? or is it still visible?
I don't think you were asking me but it's visible on mine.
 

skurwielxd

New Member
Apr 21, 2018
14
13
For those that have problem with college.rpy and library.rpy (after bringing anna home) when you get the library error click on "Console" and then type those 3 lines:
Code:
send_barbara_library = Task(_("Send Barbara to the library"))
send_barbara_library.on = True
send_barbara_library.get = True
And then hit esc, ignore, save the game. Shouldn't give the error in the library.

Now for the college part you have to type this (same, open the console):
Code:
tell_dean_anna_home = Task(_("Anna is home"))
tell_dean_anna_home.on = True
tell_dean_anna_home.get = True
Don't know if that's a good fix, but it works for me.
 

Aldy1995

Member
Aug 9, 2017
313
68
For those that have problem with college.rpy and library.rpy (after bringing anna home) when you get the library error click on "Console" and then type those 3 lines:
Code:
send_barbara_library = Task(_("Send Barbara to the library"))
send_barbara_library.on = True
send_barbara_library.get = True
And then hit esc, ignore, save the game. Shouldn't give the error in the library.

Now for the college part you have to type this (same, open the console):
Code:
tell_dean_anna_home = Task(_("Anna is home"))
tell_dean_anna_home.on = True
tell_dean_anna_home.get = True
Don't know if that's a good fix, but it works for me.
Not work for me
 
3.40 star(s) 172 Votes