MrJoZocker

Member
Feb 11, 2018
286
51
103
Which 2 girls can I have the sex?

I have barbered my back WITHOUT the bikini open but the brother always put me off to tomorrow. is this only in a new update?

In the office of the director I can not say anything although in version 0.9 but it should come to synonymous and with the Secretary but also because I can not do anything .. :-(
 

madi

New Member
Oct 13, 2017
2
0
37
Error message you can get:
AttributeError: 'bool' object has no attribute 'done' or
AttributeError: 'bool' object has no attribute 'on'
ValueError: list.remove(x): x not in list

Solution:
If the file in the error message is "game/library.rpy" and line 60, then rollback from the error, use the console and write:
send_barbara_library = Task(_("Send Barbara to the library"))
send_barbara_library.on = True
send_barbara_library.get = True

If the file in the error message is "game/college.rpy" and line 408, then rollback from the error, use the console and write:
tell_dean_anna_home = Task(_("Tell the dean that Anna comes home"))
tell_dean_anna_home.on = True
tell_dean_anna_home.get = True

If the file in the error message is "game/update.rpy" and line 12, then:
Download the attached update.rpy and place it into the /game folder.
Restart the game and try to continue your journey.

Attention: These fixes only works/tested on PC version. If you use Mac version maybe they will works, but never tested it as I don't use any apple stuff. For android version, the console not really works, so these fixes probably also won't works!

Known issues of 0.9.0:
You don't have permission to view the spoiler content. Log in or register now.
bro i am pressing shift+o but my console is not opening
 

honeyth1ef

Newbie
Nov 2, 2017
81
21
124
1) i have errors in office on quest "take photos of employers" i cant take photo of "director" when i try talk to her, i have errors and "ingor" buttons
2) and i cnat get the "health certificate" doctor says that "he is always busy for" "medical examination" and he can't give me health certificate "until i am not perfectly health" what i need to do?
 

holyblood

Newbie
Jun 19, 2018
82
17
132
The plot does not make me crazy at all, but in return has excellent graphics but is full of bugs and at least I can not finish the game. I hope they solve them in the next update.
 

madi

New Member
Oct 13, 2017
2
0
37
1) i have errors in office on quest "take photos of employers" i cant take photo of "director" when i try talk to her, i have errors and "ingor" buttons
2) and i cnat get the "health certificate" doctor says that "he is always busy for" "medical examination" and he can't give me health certificate "until i am not perfectly health" what i need to do?
i am also facing number (1) problem of yours as well
 

blahblah25

Well-Known Member
Respected User
Apr 19, 2018
1,184
1,094
332
bro i am pressing shift+o but my console is not opening
Have you went enabled the console or ran UnRen ?

1) i have errors in office on quest "take photos of employers" i cant take photo of "director" when i try talk to her, i have errors and "ingor" buttons
2) and i cnat get the "health certificate" doctor says that "he is always busy for" "medical examination" and he can't give me health certificate "until i am not perfectly health" what i need to do?
if you hover your mouse off to the left it says it’s in the next update which means it’s not in the current build
 

blahblah25

Well-Known Member
Respected User
Apr 19, 2018
1,184
1,094
332
Anyone having the trouble with Barbara use the AROUSING MASSAGE OIL on her when she turns her back your welcome
 
  • Like
Reactions: Caveman03

geddout

Member
Aug 12, 2016
227
577
198
Gotta love how you can train your skill for fighting but you aren't ever allowed to win. Actually I can't see a way to train in the gym anymore.
 

blahblah25

Well-Known Member
Respected User
Apr 19, 2018
1,184
1,094
332
How do you train at the gym?
have you go threw losing against the dude that was beating up the dealer and if so go to the trainer and ask for fighting lessons you can skip the stupid mini game make sure you have skip mini game button on though :eek:penedeyewink:

Gotta love how you can train your skill for fighting but you aren't ever allowed to win. Actually I can't see a way to train in the gym anymore.
you have to go to the gym to "learn" how to fight then you can win against whatever the dudes name in the cousins friends apartment
 
  • Like
Reactions: Catwashere

maddale

New Member
Feb 7, 2018
11
10
102
Hi, thanks for the update bugs fix. Now the bugs went to the director room, she just ignores when the MC said about finding the red folder.
Thanks in advance.
 

Im Potato

New Member
Feb 6, 2018
6
3
13
Fix for the Dean bug where you cant take a picture:
1) Use UnRen to enable console
2) Go to the office, do not enter the deans room yet.
3) Open the console and type this out (shift enter for new lines!):
class Folder:
def __init__(self):
self.on = 0



4) Press enter, no error should pop on the console.
5) Enter on the console this:
show_dir_red_folder = Folder()
6) Press enter, no error should pop on the console.
7) Exit the console and go inside the Dean's room, it should work now.

Explanation: Aparently the variable show_dir_red_folder (which is an object) was not set for some reason. Declaring a new "Folder" class and assigning it to this variable fixes the issue.
 
  • Like
Reactions: PacoTaco
3.30 star(s) 181 Votes