JaszMan

Well-Known Member
Aug 13, 2018
1,817
822
Do they want to destroy Becky or do they "Want" Becky, more precisely corrupt her and steal her a way from her boyfriend?
 

Truth5eekker

Newbie
Nov 26, 2020
97
54
Pretty good but I couldn't get this to work anyway. tried picking different choices from start to here but always ended up with this and game usually breaks during car scene when leaving the bar. Many errors occur and even changing variables and stats couldn't fix it. 1694997472608.png

I'm sorry, but an uncaught exception occurred.

While processing text tag {/i} in u'...{/i}I hope you are well with this animal... {/i}'.:
File "game/tl/english/script.rpy", line 7765, in script
Christ "...{/i}I hope you are well with this animal... {/i}"
Exception: u'/i' closes a text tag that isn't open.

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

Full traceback:
File "game/tl/english/script.rpy", line 7765, in script
Christ "...{/i}I hope you are well with this animal... {/i}"
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2605, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 704, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 1337, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/text/text.py", line 2109, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "renpy/text/text.py", line 627, in __init__
self.paragraphs = self.segment(text.tokens, style, renders, text)
File "renpy/text/text.py", line 1058, in segment
raise Exception("%r closes a text tag that isn't open." % text)
Exception: u'/i' closes a text tag that isn't open.

this is one of the examples and it makes game to skip one choice at car.
 

Manowar23

Newbie
Game Developer
Mar 17, 2020
65
208
Pretty good but I couldn't get this to work anyway. tried picking different choices from start to here but always ended up with this and game usually breaks during car scene when leaving the bar. Many errors occur and even changing variables and stats couldn't fix it. View attachment 2938101

I'm sorry, but an uncaught exception occurred.

While processing text tag {/i} in u'...{/i}I hope you are well with this animal... {/i}'.:
File "game/tl/english/script.rpy", line 7765, in script
Christ "...{/i}I hope you are well with this animal... {/i}"
Exception: u'/i' closes a text tag that isn't open.

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

Full traceback:
File "game/tl/english/script.rpy", line 7765, in script
Christ "...{/i}I hope you are well with this animal... {/i}"
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2605, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 704, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 1337, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/text/text.py", line 2109, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "renpy/text/text.py", line 627, in __init__
self.paragraphs = self.segment(text.tokens, style, renders, text)
File "renpy/text/text.py", line 1058, in segment
raise Exception("%r closes a text tag that isn't open." % text)
Exception: u'/i' closes a text tag that isn't open.

this is one of the examples and it makes game to skip one choice at car.
Thank you...

I will soon release a new update correcting this and other bugfixes...
 

Manowar23

Newbie
Game Developer
Mar 17, 2020
65
208
Do they want to destroy Becky or do they "Want" Becky, more precisely corrupt her and steal her a way from her boyfriend?
Arthur wants to sink Becky in the mud... Others want to corrupt her, and her boyfriend wants to stay with her....

What happens will depend on the decisions the player makes...

There is a lot of story to tell yet...
 
  • Like
Reactions: JaszMan

JaszMan

Well-Known Member
Aug 13, 2018
1,817
822
Arthur wants to sink Becky in the mud... Others want to corrupt her, and her boyfriend wants to stay with her....

What happens will depend on the decisions the player makes...

There is a lot of story to tell yet...
I am a sucker for the Corruption routes in Female led games in particular. To see a Normal girl slowly turn bad/evil, slutty. Perhaps lose interest in they're original dreams to enjoy a life of debauchery and Lust. I always try to find Female Heroine Games where they can get corrupted.
 

Manowar23

Newbie
Game Developer
Mar 17, 2020
65
208
Pretty good but I couldn't get this to work anyway. tried picking different choices from start to here but always ended up with this and game usually breaks during car scene when leaving the bar. Many errors occur and even changing variables and stats couldn't fix it. View attachment 2938101
The important variables to get there are Slut, Submissive, faithful and drunk.... In all of them you must have the necessary parameters... If Becky isn't very Submissive, Slut or she hasen't drunk much, it's difficult to get there... if she is too faithful to Liam, you won't get there either...

I hope I helped you...

The errors, these and some others that you have indicated me, I will correct them in a new release that I will release between this week and the next one.
 
Last edited:

RichardDubbz

Newbie
Mar 29, 2023
38
91
You sound American - why don't you click on the British flag in the start menu?

Manowar23 Just a generic thing - the MC is female, please use She not He in the dialogs.......
I am an American, yes. And I did use the British flag. My thread was sort of a smartass joke. However, the translation is terrible and sentence structure often makes no sense.
 

Manowar23

Newbie
Game Developer
Mar 17, 2020
65
208
I am an American, yes. And I did use the British flag. My thread was sort of a smartass joke. However, the translation is terrible and sentence structure often makes no sense.
En realidad yo hablo Español, y no tengo quien me traduzca.. Lo hago con traductores.. Me disculpo de antemano.. Trataré de repasar, sobre todo la confusión de sexo clásica al traducir del Español al Ingles..

Si pudiese conseguir un traductor, yo le ayudaría a traducirle al Castellano sus textos en Ingles..
 
  • Thinking Face
Reactions: RichardDubbz

Truth5eekker

Newbie
Nov 26, 2020
97
54
The important variables to get there are Slut, Submissive, faithful and drunk.... In all of them you must have the necessary parameters... If Becky isn't very Submissive, Slut or she hasen't drunk much, it's difficult to get there... if she is too faithful to Liam, you won't get there either...

I hope I helped you...

The errors, these and some others that you have indicated me, I will correct them in a new release that I will release between this week and the next one.
I used save editor make all this parameters much more than it would be posssible to get by gameplay and still couldnt unlock the scene. I think it was because of these errors during car scene because it skipped the one choice in the car.
 
  • Like
Reactions: Sterling_Archer77

Manowar23

Newbie
Game Developer
Mar 17, 2020
65
208
After 2.5 Gb
Apparently, there are some people for whom the version of Android does not work. That makes it renpy by itself...
In a few days I'll release an update fixing some bugs... I will test the android version with several phones to see if, in this case, the file is ok.
 

Exoplast

Engaged Member
Nov 2, 2017
2,684
18,648
Breaking Becky [v1.2.4f] [TKW] Compressed

PC (152MB) - -
MAC (152MB) - -

If you like the game support the dev.
 

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,742
4,753
BreakingBecky-1.2.4f
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
We're doing a funding run! !​
 
  • Red Heart
Reactions: bad_mofo
3.40 star(s) 7 Votes