ImTrYin2BeHiDDen
Active Member
- May 2, 2021
- 614
- 131
- 143
i see can u get the mom to come to ur room at night aka no phone call after ending shes goneThere is a final ending, technically, but It's basically 0.6 with a few extra scenes.
i see can u get the mom to come to ur room at night aka no phone call after ending shes goneThere is a final ending, technically, but It's basically 0.6 with a few extra scenes.
There is more. You get to freeuse her while also cucking Bob which is a whole lot of nobody asked for it but okay since we get more animations between MC and Linda.i see can u get the mom to come to ur room at night aka no phone call after ending shes gone
How do I get that ..for now each time i talk to her she just comes to my room at night and exact time I talk to Caroline she tells me to come to her room at night but nothing happens there.There is more. You get to freeuse her while also cucking Bob which is a whole lot of nobody asked for it but okay since we get more animations between MC and Linda.
When there are no donations, the developer becomes not interested in developing the game.Went to visit here again after a long looooooong time and damn, this game actually managed to finish? Color me surprised when I saw the "Completed" tag instead of the abandoned one
Got around it by saving and reloading.Just started the game but I am stuck at the beginning.
If I get outside the house, as soon as I move the mouse to the map icon, the game crashes with the message: "I'm sorry, but an uncaught exception occurred."
Attached the traceback.txt file.
hmm yea i saw where when you vist her in the morning before completing her story she ask if she can visit at night there is a lvl 5 but after completing the game i dont know how to get that option for to be waiting in your roomThere is more. You get to freeuse her while also cucking Bob which is a whole lot of nobody asked for it but okay since we get more animations between MC and Linda.
Would be great to know how to access the mod after installing itRequested quick Mod with some more game settings
(named saves/textsize/textbox/QuickMenu) + cheating the money
Info: only tested with the new game version v1.0c!
Edit Oct. 6, 2023:
On PC my Mod is now also fully compatible with the incest Mod from here
(thanks to joelurmel for adding that into his Mod)
Nov. 4, 2023:
my Mod v1.0c seems to be compatible with the new game version v1.0e, too.
Download Mod v1.0c (~1MB)
(compatible to game v1.0d and v1.0e)
Workupload -You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
========================================
Info:
I tried an Android port for the game with my cheat Mod,
the gallery unlocker from here and the incest Mod from here.
But be aware I only did a quick try for it, and the game is actually designed for PC use.
I recommend to activate the "Skip Minigames" in the Preferences for Android.
Attention:
You still need the patch.rpy from lewdpatcher (the uncensor patch linked on the main page)
View attachment 3062904
and put it into the following folder on your phone/tablet: "(your device)\RenPy_Saves\com.koga3.milfycity\game\"
Android port from the game compressed v1.0e
with integrated Mods (~1.2GB)
You must be registered to see the links- Pixeldrain
You don't have permission to view the spoiler content. Log in or register now.
Ingame pics of the Mod:
View attachment 2958446 View attachment 2958447 View attachment 2958448 View attachment 2958449
Preatty easy if the installation went right: there should be a mod button at the buttom of the screen in the game, with it you can open the money cheatWould be great to know how to access the mod after installing it
Hmm strange I dont have any of those buttons at the bottom.Preatty easy if the installation went right: there should be a mod button at the buttom of the screen in the game, with it you can open the money cheat
Edit: here also a screenshot from Koga3: https://f95zone.to/threads/milfy-city-v1-0e-icstor.8012/post-11962823
I only can assume there is a problem with the mod installation. That's something for the modder to help then.Hmm strange I dont have any of those buttons at the bottom.
just play it now, the stories for each individual LIs are all completed and there is a lot of content. What is missing is harem content between the Mom and sisters which is kind of hinted at. That may never come. There is some FFM stuff with the aunt and her wife and the mom and the therapistHey, guys, I need a suggestion. I've been waiting for the game to be finished, and now that it's completed, is it a good idea to start playing it? Should I wait for the final updates? Also, does the current version include endings with the main characters, including 'mom'?
I started over. Now I can say where it starts. After I've been to the security room and deleted the recordings, I go back to talk to Celia. Then I get an error message and if I ignore it, I get an announcement that the director will talk to me. If I go to the director, it will say that I have already spoken to him and from then on things won't go any further with Celia.What was the last thing you did with Celia, before the hint said to talk with Judy? Did you finish all the webcam stuff? Did you meet Celia in your room? Did you find Celia's weakness?
You can also upload your save file, maybe I can see where you are and find out what you need to do.
I'm sorry, but an uncaught exception occurred.
While processing text tag {/color} in u'{color=#a4f1ff}Zeit:{/color> ??? \n{color=#a4f1ff}Location:{/color} ??? \n{color=#fbce6e}Warte auf Celias Zug.{/color}'.:
File "game/scripts/school/school_entrace/morning/shool_entrace_morning.rpy", line 26, in script
call screen school_entrance_morning
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: u'/color' closes a text tag that isn't open.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/school/school_entrace/morning/shool_entrace_morning.rpy", line 26, in script
call screen school_entrance_morning
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, 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 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1264, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1029, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/text/text.py", line 2096, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "renpy/text/text.py", line 610, in __init__
self.paragraphs = self.segment(text.tokens, style, renders, text)
File "renpy/text/text.py", line 1039, in segment
raise Exception("%r closes a text tag that isn't open." % text)
Exception: u'/color' closes a text tag that isn't open.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Milfy City 1.0e
Sun Jan 7 15:03:06 2024