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/caroline_room/night/scenes/C_NS_B.rpy", line 221, in execute
File "game/scripts/home/caroline_room/night/scenes/C_NS_B.rpy", line 221, in execute
File "game/scripts/home/caroline_room/night/scenes/C_NS_B.rpy", line 228, in execute
File "game/scripts/home/caroline_room/night/scenes/C_NS_B.rpy", line 228, in <module>
TypeError: '<' not supported between instances of 'str' and 'int'
screen C_NS_wake_scr():
add "images/NS_B/Ground.png" xpos 25 ypos 377
$ my_tt_ypos = 0
$ my_tt_xpos = 0
$ x = 44
$ y = 350
$ i = 0
$ sorted_nsb = sorted(nsb_box.c_nsb_wake, key=attrgetter('number'))
screen C_NS_wake_scr():
add "images/NS_B/Ground.png" xpos 25 ypos 377
$ my_tt_ypos = 0
$ my_tt_xpos = 0
$ x = 44
$ y = 350
$ i = 0
$ sorted_nsb = sorted(nsb_box.c_nsb_wake, key=attrgetter('number'))
$ next_inv_page = inv_page + 1
$ prev_inv_page = inv_page - 1
Well this was expected of him to deliver with 1.0 but seems like the guy sees how dumb his followers are and goes on to milk them like the cows they are. When he was pushing out updates constantly at some point back then, i wanted to support him but i am glad to see that i didnt and my choice was right.More Milfy City content?!
I’m happy to announce that Milfy City is getting three additional DLC content releases after the game comes out!
In fact, while the programmer has been fixing the bugs for this beta, the writer, 3D artist and I have already begun working on the first of these bonus updates!
The first DLC will bring pregnancy endings into the game for Linda, Caroline and Sara (and possibly one or two more girls!). I know that many people have been waiting for this, and we hope this news will make a lot of you very happy.
The second bonus release will be the long-awaited… harem route! That’s right! An ending where you get Linda, Caroline and Sara in your own personal harem!
I've been waiting impatiently. Can't believe one hasn't been posted yetAny android version
It's been a while. Where do put the save file? I've gone to users>my user>app data>roaming>renpy>milfy city and dropped the persistent and save file in there as well as in the game' "saves" folder and still nothing. Is it compatible with the newest version of the game?Ok everybody i managed to reach to the end of the previous updates, which is after fucking Caroline in the Hotel, having Linda suck you off in your bed where Bob could discover you (i chose not to be discovered), after fucking Sara (i gave my number to her friend so she's mad), after fucking Yazmin in front of Liza and after fucking Celia (with electrcity and all of that). This leaves all the rest. Hope it helps.
Same bug repeats with Linda scene in MC's room, Sara's and Caroline's wake up call. It's always caused by omission of this few lines of code:there is error when i want to play with liza body at night. everytime
$ next_inv_page = inv_page + 1
$ prev_inv_page = inv_page - 1
if next_inv_page > int(len(nsb_box.ml_nsb_s)/9):
$ next_inv_page = 0
if prev_inv_page < int(len(nsb_box.ml_nsb_s)/9):
$ prev_inv_page = 0
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'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
Edited the original post to include better instructions and thethis is just a script, cant download it. Should we copy it in a notepad or something? Instructions unclear XD
.rpyc
files instead so you can just click the attachment to download. Here.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!
Thanks a lot... working great.Easiest way is put this file in folder MilfyCity-1.0c-pc /game
Same issue herecan anyone help me with the bug Linda visited me during the night? I can't move past the scene due to the rollback bug