Sabahudin

Member
Dec 11, 2017
104
53
Just me or compressed of latest version still not out ? Yes I've gone trough the search and unable to find anything :(
 

MagicMan753

Active Member
Nov 19, 2021
735
1,132
I still need to play other paths. Gonna do it later today so far only played Maggie and Allie's path. This update made the random lewd scene in the last one with Maggie not random and good character deveolopment. While I still need to play Jasmine's path I think Jasmine went down in rankings for me. I can't see me liking Jasmine over Maggie now after Maggie's scene.
I just hope that they don't completely abandon some bdsm aspects of maggie's character, cause I actually liked being handcuffed.
 

anonus86

New Member
May 21, 2023
9
2
If you bothered reading back a page you'd have found out.
I read back 2-3 pages and used the search option but still can't find it /: I just wanna know how to get full natalya and jasmine threesome scene since I did 2 playthroughs with no success
 

BBC246

Newbie
Nov 8, 2023
23
2
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens/choice.rpy", line 1, in execute
  File "game/screens/choice.rpy", line 1, in execute
  File "game/screens/choice.rpy", line 2, in execute
  File "game/screens/say.rpy", line 20, in execute
  File "game/screens/say.rpy", line 20, in execute
  File "game/screens/say.rpy", line 21, in execute
  File "game/screens/say.rpy", line 31, in execute
  File "game/screens/say.rpy", line 36, in execute
  File "game/screens/choice.rpy", line 2, in execute
  File "game/screens/choice.rpy", line 19, in execute
  File "game/screens/choice.rpy", line 20, in execute
  File "game/screens/choice.rpy", line 26, in execute
IndexError: tuple index out of range

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

Full traceback:
  File "script/episode3/ep3_scene10b_concierge_VJX.rpyc", line 75, in script
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\ast.py", line 1922, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\exports.py", line 1106, in menu
    rv = renpy.store.menu(new_items)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\exports.py", line 1345, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\core.py", line 3582, 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 "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens/choice.rpy", line 1, in execute
  File "game/screens/choice.rpy", line 1, in execute
  File "game/screens/choice.rpy", line 2, in execute
  File "game/screens/say.rpy", line 20, in execute
  File "game/screens/say.rpy", line 20, in execute
  File "game/screens/say.rpy", line 21, in execute
  File "game/screens/say.rpy", line 31, in execute
  File "game/screens/say.rpy", line 36, in execute
  File "game/screens/choice.rpy", line 2, in execute
  File "game/screens/choice.rpy", line 19, in execute
  File "game/screens/choice.rpy", line 20, in execute
  File "game/screens/choice.rpy", line 26, in execute
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\ui.py", line 988, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\text\text.py", line 1633, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\text\text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "D:\Users\Lenovo-Gaming\Desktop\RaceOfLife-Episode_3.2-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 225, in get_value
IndexError: tuple index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Race of Life Episode_3.2
Mon Dec 16 18:59:17 2024
 

Meabe37

Member
Mar 9, 2023
159
1,159
I read back 2-3 pages and used the search option but still can't find it /: I just wanna know how to get full natalya and jasmine threesome scene since I did 2 playthroughs with no success
You need to be involved with Nat and NOT be on the romance path with Jasmine.
 
  • Like
Reactions: VOYEUR

Blackheartz_

Member
Nov 18, 2020
139
59
does Camille ever become available as a path or LI, i know shes married with MC's best friend but maybe they will divorce? I really like Camille and would like her to become an LI or atleast a scene or two. Has the dev ever mention her as a possible option?
 

MagicMan753

Active Member
Nov 19, 2021
735
1,132
does Camille ever become available as a path or LI, i know shes married with MC's best friend but maybe they will divorce? I really like Camille and would like her to become an LI or atleast a scene or two. Has the dev ever mention her as a possible option?
I don't remember the dev mentioning anything of the sort, but if I had to gued she will never be a Li in the story.

The one thing I can see maybe is an extra scene they like to do every update. That could be a cool way to do something with her if they want.
 

Blackheartz_

Member
Nov 18, 2020
139
59
I don't remember the dev mentioning anything of the sort, but if I had to gued she will never be a Li in the story.

The one thing I can see maybe is an extra scene they like to do every update. That could be a cool way to do something with her if they want.
i was hoping maybe her and Cooper have a really bad fight and she comes to the MC and that opens the path into something? or they just straight up divorce so it wouldn't be considered cheating or betrayal to Cooper(just a bit of breaking bro code LOL)
 
  • Heart
Reactions: priyabrata

Dessolos

Message Maven
Jul 25, 2017
12,473
16,241
i was hoping maybe her and Cooper have a really bad fight and she comes to the MC and that opens the path into something? or they just straight up divorce so it wouldn't be considered cheating or betrayal to Cooper(just a bit of breaking bro code LOL)
I honestly hope this doesn't happen I like Coop and don't want to see him and his wife split up. tbh even if they did I would not play her path because of Coop because still a shitty thing to do even if they are split.
 
4.70 star(s) 207 Votes