micmitja

Forum Fanatic
Aug 6, 2017
5,730
6,066
it will be nice when unlimited pregnancies with old ones comes, to put them back in circulation. have been hunting only pregnancies for long time, so its been a while since have bothered with some since they all on max
 

micmitja

Forum Fanatic
Aug 6, 2017
5,730
6,066
I've never seen that option. Guess I'll have do a playthrough from start and not start at chapter 2.
it works, set
DayTimePeriod = 7 ->watch tv and walk in to her room when she is alone
(Naomi will have her own bedroom ( find her: Tue, Wed, Thu and Fri. With Moko will be Sat,Sun,Mon)
You don't have permission to view the spoiler content. Log in or register now.
 

divingmedic

Well-Known Member
Aug 15, 2023
1,932
2,564
Screen shots I posted are from new house so I'm not sure why you aren't seeing them :unsure:
Mostly busy trying to Naomi pregnant a second but getting cock blocked by Maria and Moko. Also trying to get Alina, Zara and Lydia pregnant again. Then I stop playing cuz it gets boring getting em pregnant all the time.
 
  • Like
Reactions: wookie ookie

Silentheart42

Member
May 10, 2019
353
105
Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Scale object at 0x103e4cf0>:
Exception: Could not load image u'V088_1_0_7-Mike_Gym_James_Camera.webp': error(u'Unsupported image format',)

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

Full traceback:
  File "game/ch_ema_james.rpyc", line 863, in script
    <��{?��<"�c?*��c?&�㘏�h�n@��
File "renpy/ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "renpy/exports.py", line 1657, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2801, in do_with
    clear=clear)
  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/transition.py", line 378, in render
    top = render(self.new_widget, width, height, 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 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/transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/image.py", line 506, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 309, in wrap_render
    rend = render(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/im.py", line 627, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 295, in get
    surf = image.load()
  File "renpy/display/im.py", line 890, in load
    child = cache.get(self.image)
  File "renpy/display/im.py", line 295, in get
    surf = image.load()
  File "renpy/display/im.py", line 720, in load
    raise e
Exception: Could not load image u'V088_1_0_7-Mike_Gym_James_Camera.webp': error(u'Unsupported image format',)

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
SimpleDays 0.18.2
I click ignore and the game continues but with a Black Screen and subtitles on.
 

wookie ookie

Well-Known Member
Aug 30, 2021
1,873
2,904
Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Scale object at 0x103e4cf0>:
Exception: Could not load image u'V088_1_0_7-Mike_Gym_James_Camera.webp': error(u'Unsupported image format',)

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

Full traceback:
  File "game/ch_ema_james.rpyc", line 863, in script
    <��{?��<"�c?*��c?&�㘏�h�n@��
File "renpy/ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "renpy/exports.py", line 1657, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2801, in do_with
    clear=clear)
  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/transition.py", line 378, in render
    top = render(self.new_widget, width, height, 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 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/transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/image.py", line 506, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 309, in wrap_render
    rend = render(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/im.py", line 627, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 295, in get
    surf = image.load()
  File "renpy/display/im.py", line 890, in load
    child = cache.get(self.image)
  File "renpy/display/im.py", line 295, in get
    surf = image.load()
  File "renpy/display/im.py", line 720, in load
    raise e
Exception: Could not load image u'V088_1_0_7-Mike_Gym_James_Camera.webp': error(u'Unsupported image format',)

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
SimpleDays 0.18.2
I click ignore and the game continues but with a Black Screen and subtitles on.
You might have some corrupt webp files you could try deleting game and re download and install, as far as I know this image has never been a problem. This is the image that you are missing, also make sure all permissions windows 10 are correct
V088_1_0_7-Mike_Gym_James_Camera.png
 
Last edited:
  • Like
Reactions: megalono

ArDZer

Well-Known Member
Feb 20, 2019
1,520
3,677
well progress got updated, i guess another week
View attachment 3749179
old progress
There was an addendum some hours ago on Patreon:
Main story:
Oliver will talk about his sister Vicky - 25% completed
AirPort - visit manager - 15% completed

Girls:
Stripper ChiChi - repeatable sex - (requested by ChosenOne) - 100% completed
Girls Screen - add more girls - 100% completed
Anna - unlock unlimited kids - 100% completed
Dora - unlock unlimited kids - 100% completed
Moko - unlock unlimited kids - 100% completed
Rebeca - unlock unlimited kids - 100% completed
Paola- unlock unlimited kids - 100% completed
Ema story - (Vote poll choice) - 10% completed
Naomi - Improvement - to make her pregnant for the first time, she will arrive only on the day of ovulation (which is one day in the month). Now the new update will allow her to arrive during the 7 days ovulation period and you don't depend of only one day which you can miss by mistake and wait 30 more days) - 100%completed
Chapter 1 - updated one old sex animation with Moko - 100% completed

BugFix:
Love points of some girls are above 100% - 100% completed
Ema - in one play path, talking with her will not give you option to visit and have sex during the night - 100% completed
Spell and grammar (small fixes) - on going
Naomi - if she come for the first time, during the night you can miss her sex if you sleep with other girl. Now evening the game will force you to sleep in your bed and will not break the event. - 100%completed
Anna -sex - it was mixed between the old and new hair style - 100% completed
Ema could arrive before Anna - from now, Ema can't arrive before Anna - 100% completed

Now that ChiChi is an available option to fuck at the strip club like her coworker Bombina, it makes me wonder if those two will become mothers in the future. The same can be said about Betty and Hanna (who need to receive some horizontal love), Sasha and so on. We'll have to see when the dev will make that a reality. :unsure::unsure:

P.S: There was yet another update again some hours ago on Patreon. It's just a matter of time now.
 
Last edited:

micmitja

Forum Fanatic
Aug 6, 2017
5,730
6,066
There was an addendum some hours ago on Patreon:
NEW - unlocking unlimited pregnancy for girls with 6 kids!
New code implementing unlimited kids. The new kids will not be tracked (only will have counter), and you don't have to give them names. It will trigger after the birth of her 6th kid.

Main story:
Oliver will talk about his sister Vicky - 25% completed
AirPort - visit manager - 15% completed

Girls:
Stripper ChiChi - repeatable sex - (requested by ChosenOne) - 100% completed
Girls Screen - add more girls - 100% completed
Anna - unlock unlimited kids - 5% completed
Dora - unlock unlimited kids - 5% completed
Moko - unlock unlimited kids - 5% completed
Rebeca - will have up to 6 kids and unlock unlimited kids - 5% completed
Ema story - (Vote poll choice) - 10% completed
Naomi - Improvement - to make her pregnant for the first time, she will arrive only on the day of ovulation (which is one day in the month). Now the new update will allow her to arrive during the 7 days ovulation period and you don't depend of only one day which you can miss by mistake and wait 30 more days) - 100%completed
Chapter 1 - updated one old sex animation with Moko - 100% completed

BugFix:
Love points of some girls are above 100% - 100% completed
Ema - in one play path, talking with her will not give you option to visit and have sex during the night - 100% completed
Spell and grammar (small fixes) - on going
Naomi - if she come for the first time, during the night you can miss her sex if you sleep with other girl. Now evening the game will force you to sleep in your bed and will not break the event. - 100%completed
Anna -sex - it was mixed between the old and new hair style - 100% completed
Ema could arrive before Anna - from now, Ema can't arrive before Anna - 100% completed

Now that ChiChi is an available option to fuck at the strip club like her coworker Bombina, it makes me wonder if those two will become mothers in the future. The same can be said about Betty and Hanna (who need to receive some horizontal love), Sasha and so on. We'll have to see when the dev will make that a reality. :unsure::unsure:
2nd time this one was updated today, when have 1st posted was 50 , 2nd one 80 remained.
hes busy tho, story and pregnancies remain, might take a while. no rush tho.
 
  • Red Heart
Reactions: ImperialD

wookie ookie

Well-Known Member
Aug 30, 2021
1,873
2,904
There was an addendum some hours ago on Patreon:
NEW - unlocking unlimited pregnancy for girls with 6 kids!
New code implementing unlimited kids. The new kids will not be tracked (only will have counter), and you don't have to give them names. It will trigger after the birth of her 6th kid.

Main story:
Oliver will talk about his sister Vicky - 25% completed
AirPort - visit manager - 15% completed

Girls:
Stripper ChiChi - repeatable sex - (requested by ChosenOne) - 100% completed
Girls Screen - add more girls - 100% completed
Anna - unlock unlimited kids - 5% completed
Dora - unlock unlimited kids - 5% completed
Moko - unlock unlimited kids - 5% completed
Rebeca - will have up to 6 kids and unlock unlimited kids - 5% completed
Ema story - (Vote poll choice) - 10% completed
Naomi - Improvement - to make her pregnant for the first time, she will arrive only on the day of ovulation (which is one day in the month). Now the new update will allow her to arrive during the 7 days ovulation period and you don't depend of only one day which you can miss by mistake and wait 30 more days) - 100%completed
Chapter 1 - updated one old sex animation with Moko - 100% completed

BugFix:
Love points of some girls are above 100% - 100% completed
Ema - in one play path, talking with her will not give you option to visit and have sex during the night - 100% completed
Spell and grammar (small fixes) - on going
Naomi - if she come for the first time, during the night you can miss her sex if you sleep with other girl. Now evening the game will force you to sleep in your bed and will not break the event. - 100%completed
Anna -sex - it was mixed between the old and new hair style - 100% completed
Ema could arrive before Anna - from now, Ema can't arrive before Anna - 100% completed

Now that ChiChi is an available option to fuck at the strip club like her coworker Bombina, it makes me wonder if those two will become mothers in the future. The same can be said about Betty and Hanna (who need to receive some horizontal love), Sasha and so on. We'll have to see when the dev will make that a reality. :unsure::unsure:
Looks like ChiChi and the Grils screen was finished since the update status yesterday and today. I've been thinking about the dancers to wondering if they are going to be mothers or just end up being some fun for us at club. If you go by order of the girls
Sasha, Betty, should be next then followed by Hanna depending on what there is going to be for her. but that's the thing with the chosenone it changes everything. All I know is I'm pulling out my damn hair that can't get Sasha pregnant yet and I want Abby to jump me upstairs after the dancer leaves WTF I'm hopeless
 
  • Haha
Reactions: ArDZer and micmitja

ArDZer

Well-Known Member
Feb 20, 2019
1,520
3,677
Looks like ChiChi and the Grils screen was finished since the update status yesterday and today. I've been thinking about the dancers to wondering if they are going to be mothers or just end up being some fun for us at club. If you go by order of the girls
Sasha, Betty, should be next then followed by Hanna depending on what there is going to be for her. but that's the thing with the chosenone it changes everything. All I know is I'm pulling out my damn hair that can't get Sasha pregnant yet and I want Abby to jump me upstairs after the dancer leaves WTF I'm hopeless
That's one LI that needs the horizontal treatment, pronto. Can't wait to see her story being developed. Same for Sasha's upcoming motherhood. :):)
 
  • Like
Reactions: wookie ookie

Milton749

Engaged Member
Jul 26, 2023
2,600
4,599
Looks like ChiChi and the Grils screen was finished since the update status yesterday and today. I've been thinking about the dancers to wondering if they are going to be mothers or just end up being some fun for us at club. If you go by order of the girls
Sasha, Betty, should be next then followed by Hanna depending on what there is going to be for her. but that's the thing with the chosenone it changes everything. All I know is I'm pulling out my damn hair that can't get Sasha pregnant yet and I want Abby to jump me upstairs after the dancer leaves WTF I'm hopeless
I’m so ready for Sasha and Betty. And Hana, the coding is there so it should come. I really, really want to add Abby, Bombina and Ramona, so I really hope so. Also the chick that’s going to help the campaign, can’t think of her name atm.
 

ArDZer

Well-Known Member
Feb 20, 2019
1,520
3,677
I’m so ready for Sasha and Betty. And Hana, the coding is there so it should come. I really, really want to add Abby, Bombina and Ramona, so I really hope so. Also the chick that’s going to help the campaign, can’t think of her name atm.
It's Tiffany iirc. I'm curious to see what other skills she's going to provide in the upcoming political campaign for the mayor's position. :)
 
  • Like
Reactions: wookie ookie

Milton749

Engaged Member
Jul 26, 2023
2,600
4,599
It's Tiffany iirc. I'm curious to see what other skills she's going to provide in the upcoming political campaign for the mayor's position. :)
That’s it. I’m sitting at an airport waiting for a flight and just couldn’t remember. Definitely keen to see some more of Tiffany.
 
  • Like
Reactions: ArDZer

wookie ookie

Well-Known Member
Aug 30, 2021
1,873
2,904
It's Tiffany iirc. I'm curious to see what other skills she's going to provide in the upcoming political campaign for the mayor's position. :)
She's going to massage us everywhere after our hard day of campaigning and take all our stress away and then we will have to return the favor
 
  • Haha
Reactions: ArDZer

divas72

Newbie
Jul 12, 2017
63
64
megalono
I found one small but rather critical error. The thing is that when calculating the condition whether a girl is ovulating or not, you use the expression: $ OvulDayTemp = MonthDay - GirlOvul. And then you compare: if OvulDayTemp >= 0 and OvulDayTemp < 8.
However, if some girls have GirlOvul greater than 23, the ovulation period is thus significantly reduced, reaching only one day for girls with GirlOvul equal to 30.
You should add a couple of lines after calculating OvulDayTemp:
if OvulDayTemp < 0:
$ OvulDayTemp += 30
Or you can do it all in one line:
$ OvulDayTemp = (d + 30) if (d:=MonthDay - GirlOvul) < 0 else d

I ask you not to take it personally at all. I really like your game and the way you make it, and I'm ready to offer as much help as I can to develop it or make your work easier.
 
  • Like
Reactions: megalono
3.80 star(s) 98 Votes