VN Ren'Py Completed The King of Milfs [v1.0.0.00] [VC Productions]

3.80 star(s) 17 Votes

ZaoZen

New Member
Jun 23, 2020
6
8
Came across a bug. Once you finished all the "first day" visits and try continuing "Go home and wait for Jenni" .. you get:

Full traceback:
File "02story/ch1/ch1freeroam.rpyc", line 24, in script
File "KingOfMilfs-1.0.00.00-pc/renpy/ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "KingOfMilfs-1.0.00.00-pc/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/02story/ch1/ch1freeroam.rpy", line 24, in <module>
TypeError: status_skipped() missing 1 required positional argument: 'status'
 

Mondoblasto

Well-Known Member
Nov 13, 2017
1,385
2,194
Came across a bug. Once you finished all the "first day" visits and try continuing "Go home and wait for Jenni" .. you get:

Full traceback:
File "02story/ch1/ch1freeroam.rpyc", line 24, in script
File "KingOfMilfs-1.0.00.00-pc/renpy/ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "KingOfMilfs-1.0.00.00-pc/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/02story/ch1/ch1freeroam.rpy", line 24, in <module>
TypeError: status_skipped() missing 1 required positional argument: 'status'
Same. TBH, it doesn't give a good impression.
 

Mondoblasto

Well-Known Member
Nov 13, 2017
1,385
2,194
well, the 02story was the patched one for wincest, so are u using patched or original here?
Original.

As I can't go further, I'm poking around in the features and finding yet more errors, but I'm going to put those in another post after this.

Edit: I don't know if it directly impacts the error, but looking into the Chapter Select:

screenshot0001.png

And yet:
screenshot0002.png
 

Mondoblasto

Well-Known Member
Nov 13, 2017
1,385
2,194
Character Gallery, Sabrina Pg.2:
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('images/thumbnails/sabrina30.webp') at 0x0000000007046ca0>:
OSError: Couldn't find file 'images/thumbnails/sabrina30.webp'.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\core.py", line 2165, 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 "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\core.py", line 2818, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\core.py", line 1352, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\screen.py", line 754, 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 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\sl2\sldisplayables.py", line 91, in render
    cr = renpy.display.render.render(self.child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 510, in render
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 510, in <listcomp>
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\behavior.py", line 968, in render
    rv = super(Button, self).render(width, height, st, at)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\im.py", line 626, in render
    return cache.get(self, render=True)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\im.py", line 309, in get
    surf = image.load()
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\im.py", line 761, in load
    raise e
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\im.py", line 711, in load
    filelike = renpy.loader.load(self.filename, directory="images")
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\loader.py", line 672, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/thumbnails/sabrina30.webp'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
The King of Milfs 1.0.00.00
Fri Jul 19 09:06:52 2024
[/CODE]

Character Gallery, Sabrina Pg.3:
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('images/thumbnails/sabrina34.webp') at 0x00000000070a2e80>:
OSError: Couldn't find file 'images/thumbnails/sabrina34.webp'.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\core.py", line 2165, 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 "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\core.py", line 2818, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\core.py", line 1352, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\screen.py", line 754, 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 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\sl2\sldisplayables.py", line 91, in render
    cr = renpy.display.render.render(self.child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 510, in render
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 510, in <listcomp>
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\behavior.py", line 968, in render
    rv = super(Button, self).render(width, height, st, at)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\im.py", line 626, in render
    return cache.get(self, render=True)
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\im.py", line 309, in get
    surf = image.load()
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\im.py", line 761, in load
    raise e
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\display\im.py", line 711, in load
    filelike = renpy.loader.load(self.filename, directory="images")
  File "E:\Stuff\Other Stuff\Adult Games\The King of Milfs - VC Productions\renpy\loader.py", line 672, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/thumbnails/sabrina34.webp'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
The King of Milfs 1.0.00.00
Fri Jul 19 09:01:56 2024
[/CODE]

Character Gallery Reina (Pg.4) last pic output:
screenshot0003.png

Char. Gallery Vids: video 11 doesn't play.
 

Ag414

Member
Dec 24, 2022
121
178
Does the game contain any harem ending or pregnancy ending? As neither of those are in the tags up there... tho in dev notes he said there'll be so.... if anyone has completed the game plz answer it
 
  • Like
Reactions: Big Horney Bull

Forgotted

Well-Known Member
Sep 1, 2020
1,922
1,583
Funny, I just came across the Camilla parts as well.
I just started the game and haven't even noticed the 'quest' list....

Was just noticing everything happens out of order....Makes the story seem stupid.

Oh well....
Of course..it could also be my fault, I installed the patch so maybe that did something...


I think the pink haird girl was out of order as well...kinda forgot...

Also you notice the bad artwork such as where Camilla's face is one color and her forehead is really white....

Capture.PNG
 
Last edited:

youraccount69

Well-Known Member
Donor
Dec 30, 2020
1,184
389
TheKingOfMilfs-1.0
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.​
 

vs2011xyz

Well-Known Member
May 18, 2021
1,324
693
The King of Milfs [v0.4.1.0.1] Unofficial Android Port + Incest Patch


You don't have permission to view the spoiler content. Log in or register now.


- 383mb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.


UPDATE IT BRO PLS>
 

NicoGE

Newbie
Jul 31, 2022
16
8
I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: Could not load from archive 01info/custom_screens.rpyc.

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

Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
File "renpy/main.py", line 496, in main
File "renpy/script.py", line 310, in load_script
File "renpy/script.py", line 785, in load_appropriate_file
Exception: Could not load from archive 01info/custom_screens.rpyc.
 

ElSuape

Newbie
Jan 28, 2021
28
23
I'll be checking this VN soon as the pictures look really good. AVNs are the only place on earth where i find older women attractive, so I do hope the devs took the term MILF literally. I've seen people before refer to hot older women as "milfs" even if they have no kids and I hate that.
 

Bloodguard

Engaged Member
Feb 20, 2021
2,348
3,772
So does the Ipatch ignore the story and make landlady Mom? Or something that makes sense, like Aunt?
Also, is there any music or sound?
 
Jul 12, 2020
209
174
Does the game contain any harem ending or pregnancy ending? As neither of those are in the tags up there... tho in dev notes he said there'll be so.... if anyone has completed the game plz answer it
would like to know this too.
I'm afraid it isn't as in chap 3 there was apparently no trace of it an then the dev made a fast end on it as he would stop the game.
At least he has/had the decency to wrap it up rather the blandly abandon it, like so many others.
 
3.80 star(s) 17 Votes