Mod Cheat Mod Ren'Py Completed Big Brother: Another Story - Cheat Mod [v1.7.1] - [OnlyFunz]

5.00 star(s) 1 Vote

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
767
4,907
How to put the game tips in German
You don't have permission to view the spoiler content. Log in or register now.
It is currently not supported in Cheat Mod 1.4.1

I will make provision for it in the future.
(As the base game is in Russian - Its a little extra work and will take time)

I will also give the English words in form of a template. Then you will be able to add tips in German.

Sample Template

old " Добрый день"
#new "Good Day"
new
"Guten Tag"
 
  • Like
Reactions: StyleHG

Borkenguitars

New Member
Jun 25, 2021
1
0
What if it is a win rar thing , it cant run the file if i name it BBAS-CheatMod.rpyc and when its a winrar file then the mod is not working.
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
767
4,907
What if it is a win rar thing , it cant run the file if i name it BBAS-CheatMod.rpyc and when its a winrar file then the mod is not working.
The Cheat Mod file is a compiled ren'py code;
which you will have to place it inside the "Game" directory along with files that have "*.rpa" extension.

rpyc = RenPY Compiled file
rpa = RenPy Archive (These are like zipped package which contains images, sounds and rpyc files)

Once you place it inside the GAME directory, you can run the Game .exe as you always do.
The Mod will be activated internally.
 

abraxas007

Member
Sep 16, 2019
176
875
I am using avast sandbox and with the mod I have an audio exception and the game quit. Does somebody have any glue on how to solve the problem? ty in advance.
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
767
4,907
I am using avast sandbox and with the mod I have an audio exception and the game quit. Does somebody have any glue on how to solve the problem? ty in advance.
Any screenshot? or any error message; since you mentioned "audio exception"

Are you able to play any other Ren'PY based games?
Do you have any external Audio extension? If so, remove it and give it a try running the game to check.
 

abraxas007

Member
Sep 16, 2019
176
875
Any screenshot? or any error message; since you mentioned "audio exception"

Are you able to play any other Ren'PY based games?
Do you have any external Audio extension? If so, remove it and give it a try running the game to check.
Thank you for the answer. Yes, I usually use the sandbox for security reasons and other games play without any problem. If I remove the mod, it works. BTW it is well known that avast sandbox does not support audio. What is strange is that the mod fires the exception.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: DirectSoundCreate8: Unknown DirectSound error: 0x80070006

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

Full traceback:
  File "renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 617, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  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 "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3062, in interact
    self.start()
  File "renpy/display/core.py", line 2096, in start
    renpy.audio.audio.init()
  File "renpy/audio/audio.py", line 903, in init
    renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
  File "renpysound.pyx", line 390, in renpy.audio.renpysound.init
  File "renpysound.pyx", line 97, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate8: Unknown DirectSound error: 0x80070006

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Большой брат: Другая история 0.06.5.09
Fri Jun 25 18:38:09 2021
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
767
4,907
Thank you for the answer. Yes, I usually use the sandbox for security reasons and other games play without any problem. If I remove the mod, it works. BTW it is well known that avast sandbox does not support audio. What is strange is that the mod fires the exception.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: DirectSoundCreate8: Unknown DirectSound error: 0x80070006

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

Full traceback:

  File "renpy/audio/audio.py", line 903, in init
    renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
  File "renpysound.pyx", line 390, in renpy.audio.renpysound.init
  File "renpysound.pyx", line 97, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate8: Unknown DirectSound error: 0x80070006

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Большой брат: Другая история 0.06.5.09
Fri Jun 25 18:38:09 2021
As per the error code and above traceback, it shows that "renpy" configuration files are performing a check and it crashes.
It doesn't seem that Mod gets involved, the Mod only activates when you start the game.

When does this crash? Are you able to see the Starting screen with progress bar and then it crashes?

or.. Are you able to enter into the Game and then when you Start it crashes?
 

abraxas007

Member
Sep 16, 2019
176
875
As per the error code and above traceback, it shows that "renpy" configuration files are performing a check and it crashes.
It doesn't seem that Mod gets involved, the Mod only activates when you start the game.

When does this crash? Are you able to see the Starting screen with progress bar and then it crashes?

or.. Are you able to enter into the Game and then when you Start it crashes?
It crashes just after the full loading of the progress bar
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
767
4,907
It crashes just after the full loading of the progress bar
The base ren'py system files crash it out.. That means anything inside the GAME directory is not processed yet.
That is starting from the "Gui" file and "Screen" file. Which is loaded before the Mod.

So, I wonder how it worked when you removed the mod file from the Game directory.
 

abraxas007

Member
Sep 16, 2019
176
875
The base ren'py system files crash it out.. That means anything inside the GAME directory is not processed yet.
That is starting from the "Gui" file and "Screen" file. Which is loaded before the Mod.

So, I wonder how it worked when you removed the mod file from the Game directory.
Indeed it is quite strange. It is something unexpected.
 

DragoonC

Newbie
Apr 26, 2020
59
40
that cheat mod is somewhat bugged. the "unlock gallery" button unlocks only the preview pictures, but you cant actually click on them to replay the memories.
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
767
4,907
that cheat mod is somewhat bugged. the "unlock gallery" button unlocks only the preview pictures, but you cant actually click on them to replay the memories.
It is clearly mentioned in the Mod that, it is only for "Preview" purpose.

In order to watch "Replay", you will have to unlock it with Quest Events.

You need to understand that these gallery previews are registered in the "Persistent" file.
Trying to play a new Memory, will introduce errors (some variables are tied to the quest events) and quests won't progress.

However, currently the Mod will help in revealing the hidden Memory and you can work towards that Quest.
Mod already provides - extended Character details and important data which will help you in focusing the Quest.

On the bright side, I'm working to give Replay feature to Quests which are not tied to Quest progression.
This requires checking the code in detail, which takes lot of time.

Stay tuned for next Mod update.

(Since, the next Main game update will have major changes in Opportunities section - The Cheat Mod can only be updated after the Game releases and changed accordingly to work with it.)
 
  • Like
Reactions: StyleHG

Zukeeno

New Member
Jul 15, 2017
1
0
Fix for game crashing after the loading bar when installing the mod:

Go to "AppData/roaming/Ren'Py/"
Look for a folder named "BB_AS"
Copy that folder somewhere else (like your desktop) and delete it from the Ren'Py folder.
Now run the game, wait for it to fully open.
Then you can open the folder you moved on your desktop and transfer the latest save file on the new BB_AS folder in AppData/Ren'Py.
Load the savegame and enjoy.
 

Kevin Morneau

New Member
Feb 20, 2018
3
1
It does not work for me. The following is the traceback:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/BBAS-CheatMod.rpy", line 1646, in execute
  File "game/BBAS-CheatMod.rpy", line 1646, in execute
  File "game/BBAS-CheatMod.rpy", line 1657, in execute
  File "game/BBAS-CheatMod.rpy", line 1659, in execute
  File "game/BBAS-CheatMod.rpy", line 1661, in execute
  File "game/BBAS-CheatMod.rpy", line 1661, in keywords
  File "game/BBAS-CheatMod.rpy", line 1678, in <module>
NameError: name 'infl' is not defined

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

Full traceback:
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "events/max.rpyc", line 265, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "dialogues/lisatalk.rpyc", line 35, in script call
  File "dialogues/lisatalk.rpyc", line 35, in script call
  File "dialogues/anntalk.rpyc", line 36, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 456, in script call
  File "dialogues/anntalk.rpyc", line 36, in script call
  File "dialogues/anntalk.rpyc", line 36, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 456, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "core/core.rpyc", line 456, in script call
  File "dialogues/lisatalk.rpyc", line 35, in script call
  File "dialogues/anntalk.rpyc", line 36, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 456, in script call
  File "dialogues/anntalk.rpyc", line 36, in script call
  File "core/core.rpyc", line 456, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "dialogues/alicetalk.rpyc", line 36, in script call
  File "dialogues/lisatalk.rpyc", line 35, in script call
  File "dialogues/anntalk.rpyc", line 36, in script call
  File "core/core.rpyc", line 456, in script call
  File "dialogues/lisatalk.rpyc", line 35, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 456, in script call
  File "dialogues/lisatalk.rpyc", line 35, in script call
  File "core/core.rpyc", line 456, in script call
  File "dialogues/anntalk.rpyc", line 36, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 456, in script call
  File "core/core.rpyc", line 484, 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 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2983, 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 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, 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 3512, 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/BBAS-CheatMod.rpy", line 1646, in execute
  File "game/BBAS-CheatMod.rpy", line 1646, in execute
  File "game/BBAS-CheatMod.rpy", line 1657, in execute
  File "game/BBAS-CheatMod.rpy", line 1659, in execute
  File "game/BBAS-CheatMod.rpy", line 1661, in execute
  File "game/BBAS-CheatMod.rpy", line 1661, in keywords
  File "game/BBAS-CheatMod.rpy", line 1678, in <module>
NameError: name 'infl' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Большой брат: Другая история 0.06.5.00
Mon Jul 19 07:49:19 2021
 
5.00 star(s) 1 Vote