R3hab

Newbie
Feb 1, 2018
94
95
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: 'LoChildscallDad'

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

Full traceback:
  File "scripts/Deliah_Scenes/De_swim_S3.rpyc", line 1170, in script
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\exports.py", line 1474, in say
    who(what, *args, **kwargs)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1337, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1251, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1231, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-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 "C:\Users\Kaan\Desktop\MilfyCity-1.0c-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 227, in get_value
KeyError: 'LoChildscallDad'

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Mon Sep 25 23:04:56 2023
 

lpfn102

New Member
May 16, 2017
12
231
this is just a script, cant download it. Should we copy it in a notepad or something? Instructions unclear XD
Edited the original post to include better instructions and the .rpyc files instead so you can just click the attachment to download. Here.
 

nenesio

Newbie
Jun 22, 2019
27
12
I've made a new Incest patch with more transformation than previous.

Extract to [game folder] and replace the old if you have it. (As usual, modified files have their backup)

Report any errors/breachs via screenshot to help

Making an i-patch in this White Elephant it's like trying to repair a nuclear plant with a Swissknife.

IMPORTANT THINGS: DO NOT DELETE PATCH & PATCH2 [GAME FOLDER]\GAME!

This patch solves the bug with Celia

Screenshot_20230925-160556.jpg
 
  • Like
Reactions: Prometheus1011

GK945

Newbie
Feb 13, 2022
70
103
save from 1.0b cannot be used in 1.0c.
please don't tell me that I have to play it all over again in 1.0d.
 

JuanPabloII

Newbie
Aug 29, 2020
88
101
Onyxdime sorry If you already answered this question here but this thread is a mess and I couldnt find it. Will the DLCs be just another patches or standalone releases?
 

yuriseo

Newbie
Apr 5, 2021
74
14
still bugged,mafter threesome with judy and mother return to mc room and stuck in loop.

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

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module>
TypeError: '<' not supported between instances of 'str' and 'int'

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

Full traceback:
  File "scripts/home/mc_room/night/scenes/ml_mc_room_night_scene3_v1.rpyc", line 251, in script
  File "F:\MilfyCity-1.0c\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "F:\MilfyCity-1.0c\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\MilfyCity-1.0c\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "F:\MilfyCity-1.0c\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\MilfyCity-1.0c\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\MilfyCity-1.0c\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 "F:\MilfyCity-1.0c\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\MilfyCity-1.0c\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "F:\MilfyCity-1.0c\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "F:\MilfyCity-1.0c\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "F:\MilfyCity-1.0c\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "F:\MilfyCity-1.0c\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\MilfyCity-1.0c\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "F:\MilfyCity-1.0c\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module>
  File "F:\MilfyCity-1.0c\renpy\revertable.py", line 281, in revertable_sorted
    return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'str' and 'int'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Mon Sep 25 20:47:19 2023
I have the same trouble
 
  • Like
Reactions: underwatersparkle
3.70 star(s) 409 Votes