SkiddyBop

Newbie
Apr 25, 2018
31
3
Is there a mod which improves the translation of this game? I just started and the enlish is riddled with typos, gramatical errors and so on.

Advice?
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,236
16,709
Is there a mod which improves the translation of this game? I just started and the enlish is riddled with typos, gramatical errors and so on.

Advice?
Nope you get what we all got so have fun and enjoy it if you can.
 

SkiddyBop

Newbie
Apr 25, 2018
31
3
It keeps giving me options for sexual encounters despite the fact that I havent put any work into that relationship yet (im right at the start). I have the Chancer mod installed, so that might explain it. Does anyone have an explanation?
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,236
16,709
It keeps giving me options for sexual encounters despite the fact that I havent put any work into that relationship yet (im right at the start). I have the Chancer mod installed, so that might explain it. Does anyone have an explanation?
You have a mod installed so go ask for help in the mod thread because this is not the help section for this game and the reg. help thread we only help with the vanilla game.
 

Nightwinter

Newbie
Apr 21, 2018
80
23
20 minutes is nothing, barely any time past at all... No seriously, you'll understand after you've played for a week's ingame time.

If you can't save, you're probably missing the Save folder. Create it, and name it Save.
Yes, I tried it and it worked.

You can save if you unpack the game first before you play.

@Snugglepuff The game makes the save game folder the very first time you run the game if the game was unpacked first.
Was unpacked, missing save folder. thanks.
 
  • Like
Reactions: Snugglepuff
Mar 28, 2018
59
170
The off center image when opening the game is a quite an obstacle. I've tried surfing the thread and stumbled upon a method of using wine staging. But wine staging and/or terminal is beyond my feeble mind. Can someone explain why when I input
cat << EOF >> bb

#!/bin/sh

cd Downloads/games/0.13.9.007/BigBrother.exe

WINEDEBUG=-all ./Wine\ Staging.app/Contents/Resources/wine/bin/wine BigBrother.exe > /dev/null

EOF

chmod 755 bb

When i double check the bb, it opens terminal with this message
/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: syntax error near unexpected token `newline'

/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: `cd <path to BB>'

logout

Saving session...

...copying shared history...

...saving history...truncating history files...

...completed.


[Process completed]

and the game is still off center
 

Nakasan

Member
Mar 11, 2018
112
49
Did you use a program on the game files?
If you did, then you used the outdated one and you need to get rid of it and the game then unpack a new set and just play.

If not then go here for help with your problem and include all info about your computer.

i did not use anything on the game after installing it i just extracted it and ran the exe and no matter what res i try and run it in the picture is in the bottom right corner and i am only able to see 25% of the pic so i cant see the start /load/settings buttons
 

Nightwinter

Newbie
Apr 21, 2018
80
23
I'm stucked in mentor opportunity, I have like 150 kiss ability but can't progress with lisa since there is no talk option.

"5. I think I have found help and it’s my aunt Kira! It’s a bit weird, but she’s definitely an expert. I would be happy anyone will to teach me anyway, and she’s perfect! Aunt Kira said we should talk it over in more intimate atmosphere. Like when she’s watching TV at night."

I kiss with her two times a week and still no opportunity update.
 

djustmie

Member
Nov 5, 2017
492
152
i did not use anything on the game after installing it i just extracted it and ran the exe and no matter what res i try and run it in the picture is in the bottom right corner and i am only able to see 25% of the pic so i cant see the start /load/settings buttons
Maybe silly , but did you download the right version , mac or windows or linux
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,236
16,709
I'm stucked in mentor opportunity, I have like 150 kiss ability but can't progress with lisa since there is no talk option.

"5. I think I have found help and it’s my aunt Kira! It’s a bit weird, but she’s definitely an expert. I would be happy anyone will to teach me anyway, and she’s perfect! Aunt Kira said we should talk it over in more intimate atmosphere. Like when she’s watching TV at night."

I kiss with her two times a week and still no opportunity update.
Wrong thread for help please go here and ask for help.
 
  • Like
Reactions: Nightwinter

lezbie

Member
Jul 8, 2017
115
72
i did the second movie with mom and alice is this the end of v13?
i also can have anal with lisa in the kitchen

oooh and 1 more question what i need to do to make mom take max to the doctor?
i took the pills that kira give him
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,236
16,709
i did the second movie with mom and alice is this the end of v13?
i also can have anal with lisa in the kitchen

oooh and 1 more question what i need to do to make mom take max to the doctor?
i took the pills that kira give him
Wrong thread for help please go here and ask for help.
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,698
The off center image when opening the game is a quite an obstacle. I've tried surfing the thread and stumbled upon a method of using wine staging. But wine staging and/or terminal is beyond my feeble mind. Can someone explain why when I input
cat << EOF >> bb

#!/bin/sh

cd Downloads/games/0.13.9.007/BigBrother.exe

WINEDEBUG=-all ./Wine\ Staging.app/Contents/Resources/wine/bin/wine BigBrother.exe > /dev/null

EOF

chmod 755 bb

When i double check the bb, it opens terminal with this message
/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: syntax error near unexpected token `newline'

/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: `cd <path to BB>'

logout

Saving session...

...copying shared history...

...saving history...truncating history files...

...completed.


[Process completed]

and the game is still off center
Your "bb" script has at least 1 error in it. My guess is it's this:
/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: `cd <path to BB>'

<path to BB> is not meant to be taken literally. It means 'the path to BB'. You're supposed to replace it with the actual path on your system.

As I said in the original post ,
<path to BB> is the full path to the directory that contains BigBrother.exe (or relative to your home directory).
But to make sure, attach your bb script.

Alternatively, edit the script and change it to this:

#!/bin/sh
cd "$( dirname $0 )"
WINEDEBUG=-all ./Wine\ Staging.app/Contents/Resources/wine/bin/wine BigBrother.exe > /dev/null
 
3.40 star(s) 107 Votes