Mod Ren'Py Milfy City - Lain's Walkthrough Mod + Cheat Mod [v0.71b]

5.00 star(s) 7 Votes

FillUpSpace

New Member
Jul 14, 2022
8
3
Yes because you have a fucked up file path too... :KEK:

First you have a folder with a dot in it... why...
And then like the other dude you have the game in the game in the game...

Change your folder structure to something like this:

Yours:
D:\gAMES.DOWNLOADs\Milfy_City-0.71b-pc - Copy\Milfy_City-0.71b-pc\Milfy_City-0.71b-pc

My suggestion:
D:\Game Downloads\Milfy City\Milfy_City-0.71b-pc


How it looks like on my PC:

View attachment 1759672
My game downloaded the same way as mentioned above. Tried to re route like you said and I'm still getting a crucial error trying to use the mod.
 
  • Like
Reactions: Mystic_Hanz

RozzleJizzle

New Member
Sep 29, 2019
1
0
Remove the patch.rpy and patch.rpyc files from your Milfy City(version) /game subfolder folder. The only things in this file are the changed default variables for Linda, Sara, Caroline, and Bob, and apparently Auntie. No idea who auntie is, I must not have been paying attention in my playthrough.

Removing the patch file will 'reset' the game to it's modified 'non-incest' state, which it was changed to after people complained on Patreon.



Landladies need love too! Good 'ol Mrs. Turner (DoD)...
Hi, is there any analogue for this for the Windows version?
 

m.j.gow

Member
Jun 19, 2018
313
81
On Android version when MC is cleaning the pool with lain's mod there is a picture of a mouse but how is this mouse worked cause the game freezes and goes no further help please anybody thanks
 

Blackstar1220

New Member
Oct 13, 2019
1
1
I dont know what i did wrong honestly

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mod/images/modmenu_home.png'>:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'mod/images/modmenu_home.png'.

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

Full traceback:
File "scripts/home/mc_room/morning/labels_mc_room_morning.rpyc", line 57, in script
File "E:\Milfy_City-0.71b-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "E:\Milfy_City-0.71b-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Milfy_City-0.71b-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\Milfy_City-0.71b-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Milfy_City-0.71b-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Milfy_City-0.71b-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Milfy_City-0.71b-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\Milfy_City-0.71b-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 490, in renpy.display.render.render_screen
File "render.pyx", line 259, in renpy.display.render.render
File "E:\Milfy_City-0.71b-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 166, in renpy.display.render.render
File "render.pyx", line 259, in renpy.display.render.render
File "E:\Milfy_City-0.71b-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 166, in renpy.display.render.render
File "render.pyx", line 259, in renpy.display.render.render
File "E:\Milfy_City-0.71b-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 166, in renpy.display.render.render
File "render.pyx", line 259, in renpy.display.render.render
File "E:\Milfy_City-0.71b-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 166, in renpy.display.render.render
File "render.pyx", line 259, in renpy.display.render.render
File "E:\Milfy_City-0.71b-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 166, in renpy.display.render.render
File "render.pyx", line 259, in renpy.display.render.render
File "E:\Milfy_City-0.71b-pc\renpy\display\dragdrop.py", line 460, in render
cr = render(child, width, height, st, at)
File "render.pyx", line 166, in renpy.display.render.render
File "render.pyx", line 259, in renpy.display.render.render
File "E:\Milfy_City-0.71b-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 166, in renpy.display.render.render
File "render.pyx", line 259, in renpy.display.render.render
File "E:\Milfy_City-0.71b-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "E:\Milfy_City-0.71b-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "E:\Milfy_City-0.71b-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "E:\Milfy_City-0.71b-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mod/images/modmenu_home.png'.

Windows-8-6.2.9200
Ren'Py 7.3.4.596
Milfy City 0.71b
Fri Feb 03 02:25:36 2023
```
 
  • Like
Reactions: Mystic_Hanz

Lordfugi

Member
Aug 31, 2022
324
125
There is an incest patch, there is a mod + cheat mod patch, translator patch, but you can only use one patch, how can I use 3 patches :eek::LOL: :LOL: :LOL:
 
5.00 star(s) 7 Votes