3.00 star(s) 96 Votes

maxbishup

Well-Known Member
Sep 16, 2019
1,756
7,317

While I was working out ways to be friends and feuds with Eric, and how this would affect Lisa, I completely forgot about our monthly Miss 2020 poll. Let's fix this...

Kira & Lisa
47%

Alice (first photosession)
22%

Kira (second photosession)
4%

Ann (naked yoga)
27%
126 votes total

Note poll is still open and subject to change, I'll keep this post updated.
 
Last edited:

maxbishup

Well-Known Member
Sep 16, 2019
1,756
7,317
hi can someone look at my save i cant get camera to unlock ps i try use cheat mod it did not help
Ok, looked at your save, there's nothing wrong with your game. Next day after Max wakes up, talk with Kira by pool.
Talk with her again the next day, go to your pc, buy camera.
PS You need money, get your money from cams, do not cheat. Buy adds for cams, early in the day. Visit Kira often, in bath, pool, and living room, late at night.
From your save, two days later.
screenshot0002.png
 
  • Like
Reactions: Rik13

Roselove323

New Member
Jul 3, 2020
2
0
maxbishup
can you read look at my save i cant talk to Kira by pool game will not let me post a pic of it and save game next to her
i have try waiting to next day
 

maxbishup

Well-Known Member
Sep 16, 2019
1,756
7,317
maxbishup
can you read look at my save i cant talk to Kira by pool game will not let me post a pic of it and save game next to her
i have try waiting to next day
You may need to download the game again. I had no trouble at all, with your save. Make sure you kiss Lisa, and she likes it.
If not reload that save, and try again. I got this right after kiss with Lisa. (Press "s" to take screenshot)
screenshot0003.png
FROM YOUR SAVE
 
Last edited:

maxbishup

Well-Known Member
Sep 16, 2019
1,756
7,317
maxbishup would you mind taking a look at my save (attached) and let me know if I've gone as far as I can with the current version? Thank you in advance.
Yes I think you have, but something is wrong. Are you using mod? If not I think you may need to download the game again. Make sure you install .06 bugfix.
screenshot0004.png screenshot0005.png
MY GAME----YOUR GAME
 

maxbishup

Well-Known Member
Sep 16, 2019
1,756
7,317
No, I am not using any mods or cheats. I downloaded the game again the other day and installed the 06 bug fix. That's weird.
One thing I found, you don't have 2 cams in bathroom. Spy on Ann and Eric, morning bathroom. Not sure if you need all of them are not. When you knock on Lisa's door at 10, you should get option, to get your laptop. I didn't have that with your save.
 
  • Like
Reactions: TaterNuts1976

TaterNuts1976

Newbie
Mar 21, 2020
24
3
One thing I found, you don't have 2 cams in bathroom. Spy on Ann and Eric, morning bathroom. Not sure if you need all of them are not. When you knock on Lisa's door at 10, you should get option, to get your laptop. I didn't have that with your save.
I wasn't aware I needed 2 cams in the bathroom! Thanks!
 

TaterNuts1976

Newbie
Mar 21, 2020
24
3
One thing I found, you don't have 2 cams in bathroom. Spy on Ann and Eric, morning bathroom. Not sure if you need all of them are not. When you knock on Lisa's door at 10, you should get option, to get your laptop. I didn't have that with your save.
I spied on Eric and Ann in the bathroom in the morning using the stepladder, peeking through the window and through the camera. When looking through the camera, it says that I am unable to see Eric and Ann through that camera. I bought another camera and have tried different days and times, but it never gives me the option to install the 2nd camera.
 

maxbishup

Well-Known Member
Sep 16, 2019
1,756
7,317
I spied on Eric and Ann in the bathroom in the morning using the stepladder, peeking through the window and through the camera. When looking through the camera, it says that I am unable to see Eric and Ann through that camera. I bought another camera and have tried different days and times, but it never gives me the option to install the 2nd camera.
When spying from the ladder, and being unable to see them, is when you should get the option to install 2nd cam. When you downloaded the game. Did you go back to start of last update.
 
  • Like
Reactions: TaterNuts1976

TaterNuts1976

Newbie
Mar 21, 2020
24
3
When spying from the ladder, and being unable to see them, is when you should get the option to install 2nd cam. When you downloaded the game. Did you go back to start of last update.
I redownloaded the game from the front page of this thread, installed the 06 fix and started a brand new game. I made sure to delete all files and cache from the RENPY folder in my %AppData% to make sure there was no bleed over.
 

TaterNuts1976

Newbie
Mar 21, 2020
24
3
When spying from the ladder, and being unable to see them, is when you should get the option to install 2nd cam. When you downloaded the game. Did you go back to start of last update.
Ok, figured it out. I had to visit them in the bathroom in the morning more than once before I was prompted to need a 2nd camera. Bought the camera and it gave me the option to install! Thank you again!
 
  • Like
Reactions: maxbishup

sadsafdsadf

New Member
Oct 14, 2020
1
0
What to do about this error



I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 189, in script
python:
File "renpy/common/00start.rpy", line 189, in script
python:
File "renpy/common/00start.rpy", line 190, in <module>
renpy.execute_default_statement(True)
File "game/screens.rpy", line 1584, in set_default
default quick_menu = True
Exception: store.quick_menu is being given a default a second time.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "E:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\renpy\main.py", line 578, in main
run(restart)
File "E:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\renpy\execution.py", line 908, in run_context
context.run()
File "renpy/common/00start.rpy", line 189, in script
python:
File "renpy/common/00start.rpy", line 189, in script
python:
File "E:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 190, in <module>
renpy.execute_default_statement(True)
File "E:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\renpy\exports.py", line 3495, in execute_default_statement
i.set_default(start)
File "game/screens.rpy", line 1584, in set_default
default quick_menu = True
Exception: store.quick_menu is being given a default a second time.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Большой брат: Другая история 0.05.0.03
Tue Oct 13 23:59:03 2020
 

Kamal7X

New Member
Sep 29, 2020
13
3
List of bugs in new update on PATREON, best to wait for bugfix update as you will likely have to start over. Aleksey said they are working on it.

- some images are missing;

- added information in opportunities that you can't go any further;

- added the ability to "make a little noise" so that you are definitely noticed when peeking in the shower;

- errors in the texts;

- mistakes in changing Eric's clothes;

- error with placing cigarettes;

- error with the third sweet gift dialog.

Still being corrected:

- the problem with buying the cream if it is almost over;

- error in branching options with Lisa's lessons (+ creating a scheme for you);

- error with repayment of the loan.
When will bugfix update be released? If anyone has info.
 
3.00 star(s) 96 Votes