3.00 star(s) 96 Votes

troll822

Well-Known Member
Jun 22, 2017
1,176
950
I'll wait a few days before downloading. :) I know the drill by now, the release would probably need 3-4 updates.
 

Shiva0067

Well-Known Member
Sep 3, 2017
1,263
2,354
I guess I should post my EASY guide to the early game again.

You don't have permission to view the spoiler content. Log in or register now.

I hope that this helps. Money should NOT be a problem if you follow these suggestions. Even after buying and placing all the cameras I am getting 400-600 money each day and spending 200 on advertising. Even if you buy other things you should have no problems.

Just a thought.

P.S. I STILL want my Chocolate Chip Cookies darn it. :)
 

Fazed

Well-Known Member
Nov 21, 2018
1,820
4,019
So i buyed the lingerie for Alice and then when i check on opportunities it says that eric buyed it... ?
yea I got that too. Its supposedly a bug. I reloaded a save before that event and I'm waiting to see if it gets fixed before doing it again.
 
  • Like
Reactions: ragnarzero

Zex Dracon

Newbie
Oct 2, 2017
40
16
I downloaded the update for it and it gave me a new error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/02init.rpy", line 7, in <module>
ValueError: list.remove(x): x not in list

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/game/core/02init.rpyc", line 6, in script
�ނ���bz
File "game/game/core/02init.rpyc", line 6, in script
�ނ���bz
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/core/02init.rpy", line 7, in <module>
ValueError: list.remove(x): x not in list

Windows-10-10.0.18362
Ren'Py 7.4.2.1292
Большой брат: Другая история 0.06.0.02
Fri Feb 12 21:24:04 2021


It looks the same, but instead of 74 its 7...
 

Zeus

Newbie
May 28, 2017
15
8
Sorry, ive read through a bunch of comments but i cant seem to find anything on if there is actually any sex in this yet outside of the Aunt? Ive played it a bunch and tried multiple different saves and dont know if i just suck or if it isnt in there yet.
 

truerty

Well-Known Member
Dec 30, 2018
1,392
2,466
Bro Llamamann , do you think you can make a less grind mod for this game as well? It's so painfully grindy with no clear instructions on how to do stuff and we always end up missing out on a lot of contents. It'd be much appreciated if you could do your magic for this game.
 

jan.spam

Active Member
Mar 30, 2018
707
1,234
stupid question, is there a (secret) sequence to Alice pool massage to get further with her?
 

KingFuzzy

Active Member
Aug 3, 2018
708
1,119
Sorry, ive read through a bunch of comments but i cant seem to find anything on if there is actually any sex in this yet outside of the Aunt? Ive played it a bunch and tried multiple different saves and dont know if i just suck or if it isnt in there yet.
if this version of the game is following the original, than sex with anyone other than the aunt will only be available after or close to the update where Eric can either be dealt with or made a deal (team up/sharing) with.
 

Bilbo Swaggeens

New Member
Sep 29, 2017
11
8
Does anyone have a save RIGHT after the third time you talk to Kira outside? I want to play through the Kira story, but she never talks to me again after she says she'll find out more about the Eric situation. Screenshot_5.png
 

introvtx

Active Member
May 6, 2017
570
751
For the life of... I can't blackmail Alice to sleep naked when smoking... I already took a picture of Eric jerking off, I've done all other new contents aside from Eric finding out about Max and Kira... Do I have to do that too? Or am I missing something else? Lukumoide any help please? thanks of course
 

nikld13

New Member
May 31, 2020
2
1
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 560, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/core/imagemaps.rpy", line 6, in execute
  File "game/core/imagemaps.rpy", line 6, in execute
  File "game/core/imagemaps.rpy", line 9, in execute
  File "game/core/imagemaps.rpy", line 10, in execute
  File "game/core/imagemaps.rpy", line 10, in keywords
  File "game/core/imagemaps.rpy", line 12, in keywords
  File "game/core/imagemaps.rpy", line 12, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "dialogues/alicetalk.rpyc", line 37, in script call
  File "dialogues/alicetalk.rpyc", line 1929, in script
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 560, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2974, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3007, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3418, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3418, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/core/imagemaps.rpy", line 6, in execute
  File "game/core/imagemaps.rpy", line 6, in execute
  File "game/core/imagemaps.rpy", line 9, in execute
  File "game/core/imagemaps.rpy", line 10, in execute
  File "game/core/imagemaps.rpy", line 10, in keywords
  File "game/core/imagemaps.rpy", line 12, in keywords
  File "game/core/imagemaps.rpy", line 12, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Большой брат: Другая история 0.06.0.02
Sat Feb 13 09:37:19 2021
 
  • Like
Reactions: Kukuok
3.00 star(s) 96 Votes