3.10 star(s) 12 Votes

NERIMATTEO

Newbie
Jun 5, 2017
31
1
I gave his information to some group that he cheated. He's an arse hole and got what he deserved.

Open the main folder, then go into Renpy -> Common and look for 00console.rpy.
Open that with a text editor and scroll down until you see "config.console = False" and change the False to True. Now the console should open with Shift + O during the game.
thanks Bro for your answer
i already did that, but the console doesn't show up
 

LanceRayne

Newbie
Aug 16, 2016
72
14
can we get the school event to loop? some of the best scenes and they dont have infinite replay. (best part of sexgames IS the replay)
 
  • Like
Reactions: meanie

Toranion

Member
Aug 31, 2018
144
516
It seems I have another error. This one is when helping Lisa with her homework

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

While running game code:
  File "game/tl/en/script/mods/f95zone/lazyharry/mods_lazyharry.rpy", line 205, in script
    l emo-41 "{color=#87c500Ь}MOD_04 :{/color}\nMax, hang on, I have a better idea."
Exception: Color string u'87c500\u042c' must be 3, 4, 6, or 8 hex digits long.

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

Full traceback:
  File "game/tl/en/script/mods/f95zone/lazyharry/mods_lazyharry.rpy", line 205, in script
    l emo-41 "{color=#87c500Ь}MOD_04 :{/color}\nMax, hang on, I have a better idea."
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\display\layout.py", line 1117, in render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\text\text.py", line 1825, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\text\text.py", line 563, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\text\text.py", line 1018, in segment
    push().color = renpy.easy.color(value)
  File "E:\games\Big Brother\BigBrother_RenPy\BigBrotherRenPy-0.07-pc\renpy\color.py", line 156, in __new__
    raise Exception("Color string {!r} must be 3, 4, 6, or 8 hex digits long.".format(c))
Exception: Color string u'87c500\u042c' must be 3, 4, 6, or 8 hex digits long.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
BigBrother.RenPy 0.07
Mon Oct 29 12:26:07 2018
It seems that the code is repeated

2018-10-29_123643.png
 

meanie

Newbie
Sep 29, 2018
93
63
can we get the school event to loop? some of the best scenes and they dont have infinite replay. (best part of sexgames IS the replay)
I agree. I did like those scenes. And would like to see that school section expanded.

You can access the scenes through the achievement gallery too.
 

meanie

Newbie
Sep 29, 2018
93
63
It seems I have another error. This one is when helping Lisa with her homework

(code code code yadda yadda yadda)

It seems that the code is repeated

Just delete that funny "b" and save. You wont get this error again. (This is just a colour code for the text.)

And the [Pname_max] error, just make it [pname_max] to fix those. Kira has a similar error with the Pname.
 

PornGodNoob

Active Member
Modder
Dec 18, 2017
891
2,548
can we get the school event to loop? some of the best scenes and they dont have infinite replay. (best part of sexgames IS the replay)
I have not done the inventory of the character, because there are not so many items. To run a repeated event in the toilet you need in the store to buy condoms (3 pieces). In the 0.09 update, the scenes with the school will be remade.
And yes, I didn't add all of the original and mods scenes to the achievement. Otherwise, there would be about 150 or more. And the names can be difficult to come up with.
 

hunting56

New Member
Jun 18, 2017
12
6
So i finally got past where i was earlier, but now im stuck at another place, lisa part "School games: again make a mistake in her house. job." Since it is make a mistake again, shouldnt i make lisa fail her homework?
Either i missed something or the event doesnt trigger.

I also fixed the other problem by redownloading the game and applying fix, for me it didnt work by just applying fix but i have no clue why this would work.
Any help is appreciated.
 

ThL

Engaged Member
Donor
Mar 9, 2018
3,250
1,674
So i finally got past where i was earlier, but now im stuck at another place, lisa part "School games: again make a mistake in her house. job." Since it is make a mistake again, shouldnt i make lisa fail her homework?
Either i missed something or the event doesnt trigger.

I also fixed the other problem by redownloading the game and applying fix, for me it didnt work by just applying fix but i have no clue why this would work.
Any help is appreciated.
Help Lisa with her homework, either she speaks about making mistakes on purpose or just do the mistakes yourself
 
3.10 star(s) 12 Votes