ijako3

Well-Known Member
Sep 6, 2017
1,017
2,527
495
The game built up an insane of preparation for MC x Mom just to end it with a few scenes the last day. Like, cmon Isctor. Maybe because he saw BB got so big he had to rush finishing the game and make another BB like game. MCity is working out for him right now.
Yeah, everything ended with some anticlimatic scenes, and i think there was a big delay between the previous and last update. Milfy City already has better scenes and everything being created with more creativity, but i still hope that this game will be a really long term project, because it has everything from really good UI system, minigames and overall characters with a lot of ground to cover.
 

syruz

Newbie
Jun 23, 2018
17
17
162
Here's my crunched version.

Lossy compression (means image/audio/video quality is reduced to make shit smaller) is used. You've been warned so no bitching.

Milfy City [v0.4b] [ICSTOR] - Incest Pre-Patched - Original Size: 2.63GB
Updated with Inventory bug Hotfix
Download PC (601MB): - - -

You don't have permission to view the spoiler content. Log in or register now.
omg thanks you are great
 

mfjoker

New Member
Jul 7, 2017
4
2
200
I still have the inventory bug. I downloaded the fix and copied the new script.rpa file to the game folder. As long as the inventory is empty it opens, as soon as an item is added I get the following error:

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

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_data.rpy", line 50, in get_selected
    return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'

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

Full traceback:
  File "game/scripts/school/classroom2/day/classroom2_day.rpyc", line 11, in script
    3x��q�v�\�e't����S6����v}�    |T�.��������|�0վ<Sݰ��Hr{
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\exports.py", line 2664, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\screen.py", line 424, in visit_all
    self.child.visit_all(callback)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 805, in per_interact
    if self.is_selected():
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 795, in is_selected
    return is_selected(self.action)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in is_selected
    return any(is_selected(i) for i in action)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in <genexpr>
    return any(is_selected(i) for i in action)
  File "D:\Download\Game\@New\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 368, in is_selected
    return action.get_selected()
  File "renpy/common/00action_data.rpy", line 50, in get_selected
    return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3.3347
Milfy City 0.4b
Wed Aug 29 17:33:57 2018
 
  • Like
Reactions: darshan bajgain

ugz2

Member
Feb 21, 2018
158
175
247
you've asked about a date while we were at that nightclub.....let's go tomorrow
How do I go with her to the nightclub i do not have a location or an event weekend with caroline?
When you see that message it should be the end of her content in this update.
 

Ryü Alucard

Newbie
Jul 9, 2017
50
75
123
I've tried putting the save on the appdata game location, and on the actual game location, and no save appears ingame. Anyone ?
 

atlas114

Engaged Member
May 4, 2017
2,693
4,130
507
Looks like Linda will most likely be the focus of next update.
View attachment 143420
working on the next update already so he doesn’t lose time? bless that man’s heart. :'(

maybe development time won’t take 2.5 months if it’s only one char at a time.

would have been nice to see more stuff with Lily and Macy but guess we’ll have to wait til next year.
 

terroralpha

Member
May 1, 2017
433
633
255
i don't know how i feel about this. everything is definitely high quality, but i thought it would be more content after 3 months and all that money. 4,311 patron and the minimum pledge to get access to updates is $10. even if only a 1/4 of the people actually pay $10 or more, that's still $10,000+ a month.

is it support old saves?
my old saves worked. don't copy your old saves from the old game folder. the game will instead find the old saves automatically in the appdata folder.
 
3.70 star(s) 474 Votes