MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
9,649
18,961
Am I the only one who does not trust Natalya? Idk she seems way too interested in that battery project, maybe she is spying on us?
No, most people think she is a spy.

I'm possibly biased, but I don't believe she is a spy at all. I think it's way too obvious and the Devs are trying to make us look at her and miss the real villain. Or I'm just thinking too hard about it. :unsure:
 

Dessolos

Message Maven
Jul 25, 2017
12,393
16,124
No, most people think she is a spy.

I'm possibly biased, but I don't believe she is a spy at all. I think it's way too obvious and the Devs are trying to make us look at her and miss the real villain. Or I'm just thinking too hard about it. :unsure:
honestly last update for some reason started to make me like her more and think she isn't a spy or as suspicious as before . However before the update I used to be in the she is a spy camp.
 

Dr.TSoni

Well-Known Member
May 20, 2022
1,440
4,658
honestly last update for some reason started to make me like her more and think she isn't a spy or as suspicious as before . However before the update I used to be in the she is a spy camp.
I had the opposite reaction, apart from a blowjob, I've never had any interaction with her and suddenly I find her making every possible excuse to be part of the development group
 
Mar 10, 2018
170
444
Am I the only one who does not trust Natalya? Idk she seems way too interested in that battery project, maybe she is spying on us?
honestly last update for some reason started to make me like her more and think she isn't a spy or as suspicious as before . However before the update I used to be in the she is a spy camp.
I had the opposite reaction, apart from a blowjob, I've never had any interaction with her and suddenly I find her making every possible excuse to be part of the development group
she's just autistic man, why else would she be so laser focused on the battery project or Jake to an almost obsessive degree.
 
  • Like
Reactions: neglection

dospara98

New Member
Nov 2, 2020
9
2
Hello race fans! I'm having an Error message when launching the game at the menu screen. would anyone know anything about this one??

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

While loading <renpy.display.im.Image object ('gui/main_menu.png') at 0x000000000b7223d0>:
OSError: Couldn't find file 'gui/main_menu.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-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:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\core.py", line 4175, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\core.py", line 2782, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\layout.py", line 888, 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 "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\layout.py", line 888, 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 "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\layout.py", line 888, 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 "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\screen.py", line 731, 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 "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\layout.py", line 888, 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 "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\transform.py", line 909, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\im.py", line 676, in render
    return cache.get(self, render=True)
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\im.py", line 330, in get
    surf = image.load()
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\im.py", line 803, in load
    raise e
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\display\im.py", line 757, in load
    filelike = renpy.loader.load(self.filename, directory="images")
  File "D:\Games setup disks\RaceOfLife-Episode_3.1_Extra-pc\renpy\loader.py", line 833, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/main_menu.png'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Race of Life Episode_3.1_Extra
Tue Oct 22 21:53:28 2024
 
Sep 24, 2018
285
371
Finally gave this a shot and finished what we have so far. Choosing to do a Jammin only run, aside from her i only really like the family(mother and kid), Coop and Maggie. Not going to go down the route for Maggie or Allie though. Cannot stand Alexa, annoying that she may be around Jasmine a lot.

Have enjoyed the race choice stuff, the gear change min game is pretty neat and the animations for the driving are great too. Almost dropped it after the gut punch at the start though, not a fan of threat to life shit in these things, glad i kept on though. That being said i will likely hold off on returning to this until it's done and i can check if there's anything i want to avoid, don't want to get more attached to anyone i like only for the inevitable horrific shit to happen to them.
 

Darkdevil66

Magnificent Bastard
Donor
Apr 16, 2020
1,710
42,278
Race of Life Wallpaper - October 2024 - Maggie

Maggie_October_4K.png

Maggie in a Halloween edition... Although there will be additional Halloween renders with Jasmine, I followed the suggestion from one of you and decided that this month's wallpaper will also have a dark theme. Would you be thrilled to encounter Maggie like this ?
 

AlexMpog

Active Member
Donor
Oct 17, 2022
684
1,905
Race of Life Wallpaper - October 2024 - Maggie

View attachment 4182325

Maggie in a Halloween edition... Although there will be additional Halloween renders with Jasmine, I followed the suggestion from one of you and decided that this month's wallpaper will also have a dark theme. Would you be thrilled to encounter Maggie like this ?
Personally I would be thrilled to encounter Maggie under any circumstances :love: (well almost any, let's not get super excited now ;))
 

DirtyMario

Jumping bitches since '85
Donor
Jul 19, 2017
1,327
4,306
she's just autistic man, why else would she be so laser focused on the battery project or Jake to an almost obsessive degree.
Don't forget that she is german. Germans are always the bad guys in any type of media. Them or the russians. And she's a german with a russian name. Red flag city!

I'm interested to see what the point was to Alexa stealing the flash drive. Honestly can't be that big of a deal since that scene is easily missable. Unless she steals it in any case, we just don't get to see it.
 
Mar 10, 2018
170
444
Don't forget that she is german. Germans are always the bad guys in any type of media. Them or the russians. And she's a german with a russian name. Red flag city!

I'm interested to see what the point was to Alexa stealing the flash drive. Honestly can't be that big of a deal since that scene is easily missable. Unless she steals it in any case, we just don't get to see it.
No dude shes just autistic, you would be able to read my reasoning but it was deleted by an idiotic mod (and i can't be bothered to type it out again, till the next update comes out where i will go thought the game from the start and make notes) getting pretty sick of the spy theory tbh.
 

Tremonia

Justice for Finnabair!
Donor
Jun 14, 2020
2,961
9,181
shes just autistic
Well, only in the stereotypical cliche kind of autism that people think autism looks like. I won't deny that the dev maybe really wants to show her as autistic, but as far as I can see she's not. That's not like real autism looks alike. Not in any kind of the spectrum.
 
  • Like
Reactions: vireker
Mar 10, 2018
170
444
Well, only in the stereotypical cliche kind of autism that people think autism looks like. I won't deny that the dev maybe really wants to show her as autistic, but as far as I can see she's not. That's not like real autism looks alike. Not in any kind of the spectrum.
i'm mean i'm joking but just out of interest what do you mean by "only in the stereotypical cliche kind of autism" that could mean anything, Do you mean like the bullshit that was Sheldon from BBT? (which did more damage to the autism community then anything ever) also autism is rather different from women, most women don't show the same signs that men do, hell most don't even get diagnosed.
 

Tremonia

Justice for Finnabair!
Donor
Jun 14, 2020
2,961
9,181
i'm mean i'm joking but just out of interest what do you mean by "only in the stereotypical cliche kind of autism" that could mean anything, Do you mean like the bullshit that was Sheldon from BBT?
Exactly like Sheldon Cooper. Natalya isn't on the spectre enough to get the diagnosis (and label). Every human is autistic to a certain grade, but there're many boxes to check to be "full" autistic.

also autism is rather different from women, most women don't show the same signs that men do, hell most don't even get diagnosed.
I'm well aware. And just a FYI autism is individual and not gender specific. Like I said, every human is autistic. The most just not enough to be "abnormal" from the normies society POV. Natalya is interesting in one way she acts but not autistic.
 

Bootyman92

Member
Jun 25, 2022
231
379
Race of Life Episode 3.2 Extra Scene - Poll #4

View attachment 4127885

Wedding night won in the last poll and lingerie was second in the fetishes poll! So, based on these choices, I’d like to ask for your help in selecting the lingerie you like the most. All options include stockings, but if you prefer a version without them, feel free to let me know in the comments
I'm a simple man. 3 and 6 are my first choice, 1 and 4 to be a bit spicier.

Fuck, I love lingerie.
 
4.70 star(s) 206 Votes