pedroman554e3552

New Member
Aug 11, 2022
13
5
You don't have permission to view the spoiler content. Log in or register now.

Partial Content Restoration Mod 0.4 Alternative Dialog Pixeldrain
Partial Content Restoration Mod 0.4 Alternative Dialog Mega

0.1: It fully restores the deleted 'Sidra and Isla' content (the friendly neighborhood lesbians), the intro, and a few minor things, such as the school on the map.
0.2: Includes fixes to the full Caroline's path.
0.3: Fully restores Celia's blackmail path.
0.4: Restores Sara's full path.

Installation: Just drop the "game" folder from the archive into the main "MilfyCity" folder. Overwrite if asked.

Log:
0.1 - Initial release.
0.1.1 - Added the missing video files.
0.1.2 - Fixed the typo for the "videos" folder.
0.2 - Caroline only: Fixes numerous grammar mistakes, restores all relationship-related content, and reinstates all stuff related to school.
0.2.1 - Fixed the typo for the "videos" folder.
0.3 - Added restoration to Celia's complete blackmail path.
0.3.1 - A fully rewritten dialogue for the first event, introduced with version 1.0, between MC and Celia, is now much more in line with the previous ones.
0.3.2 - Contains fixes from 1.0e. Fully compatible with the Steam version.
0.4 - Adds full restoration to Sara's path. She's back to school, reinstates her relationship with the MC, and other members of the cast, along with all related content and many minor things. Sorry about the last event, I couldn't help myself...
Does this restore the sleep sex scenes?
 

Kyron1324

New Member
Sep 12, 2021
2
1
Just reached to zuri's house and as soon as i click on the front door the game freezes and then i get the following error :

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

While loading <'Image' u'images/Zuri_home/outside/E/B2_hover.png'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Could not load image u'images/Zuri_home/outside/E/B2_hover.png': error('Error reading the PNG file.',)

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

Full traceback:
  File "scripts/Zuri_home/outside/E/zuri_homeoutside_E.rpyc", line 31, in script
  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/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  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/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
Exception: Could not load image u'images/Zuri_home/outside/E/B2_hover.png': error('Error reading the PNG file.',)

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Milfy City 1.0d
Thu Dec 21 16:44:58 2023
 

john1230

Active Member
Oct 6, 2020
833
698
Just reached to zuri's house and as soon as i click on the front door the game freezes and then i get the following error :

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

While loading <'Image' u'images/Zuri_home/outside/E/B2_hover.png'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Could not load image u'images/Zuri_home/outside/E/B2_hover.png': error('Error reading the PNG file.',)

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

Full traceback:
  File "scripts/Zuri_home/outside/E/zuri_homeoutside_E.rpyc", line 31, in script
  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/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  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/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
Exception: Could not load image u'images/Zuri_home/outside/E/B2_hover.png': error('Error reading the PNG file.',)

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Milfy City 1.0d
Thu Dec 21 16:44:58 2023
Update to v1.0e!
 

mahmoudelian777

New Member
Apr 22, 2021
1
0
how can i use 0.71b save files on 1.0e or do i not have a choice and have to start from the beginning
i put them in appdata/renpy/milfy city and tried game/saves and non of them worked
it keeps showing me this: "old saves can't be played in this version. please start the game from the beginning."
 

joelurmel

Engaged Member
Nov 3, 2022
2,018
3,355
how can i use 0.71b save files on 1.0e or do i not have a choice and have to start from the beginning
i put them in appdata/renpy/milfy city and tried game/saves and non of them worked
it keeps showing me this: "old saves can't be played in this version. please start the game from the beginning."
You already have the answer... It's incompatible
 
Jun 10, 2018
29
11
Anyone tell me how to initiate contact with some missing girls? I have Linda, Caroline, Celia, Sara, Judy, Zuri, Lily, Liza, Delilah and Sidra. But according to the in game guide, I am missing two girls that I haven't met or started the quest with.
 

M. Giganteus

Newbie
Apr 11, 2023
88
97
Anyone tell me how to initiate contact with some missing girls? I have Linda, Caroline, Celia, Sara, Judy, Zuri, Lily, Liza, Delilah and Sidra. But according to the in game guide, I am missing two girls that I haven't met or started the quest with.
Cindy and Violet can be started through Caroline her story, can't tell to much since I don't know how far along you are in case of spoilers.
 
  • Like
Reactions: Øyvind Jenssen

Sather1

Newbie
Mar 19, 2021
18
5
You don't have permission to view the spoiler content. Log in or register now.

Partial Content Restoration Mod 0.4 Alternative Dialog Pixeldrain
Partial Content Restoration Mod 0.4 Alternative Dialog Mega

0.1: It fully restores the deleted 'Sidra and Isla' content (the friendly neighborhood lesbians), the intro, and a few minor things, such as the school on the map.
0.2: Includes fixes to the full Caroline's path.
0.3: Fully restores Celia's blackmail path.
0.4: Restores Sara's full path.

Installation: Just drop the "game" folder from the archive into the main "MilfyCity" folder. Overwrite if asked.

Log:
0.1 - Initial release.
0.1.1 - Added the missing video files.
0.1.2 - Fixed the typo for the "videos" folder.
0.2 - Caroline only: Fixes numerous grammar mistakes, restores all relationship-related content, and reinstates all stuff related to school.
0.2.1 - Fixed the typo for the "videos" folder.
0.3 - Added restoration to Celia's complete blackmail path.
0.3.1 - A fully rewritten dialogue for the first event, introduced with version 1.0, between MC and Celia, is now much more in line with the previous ones.
0.3.2 - Contains fixes from 1.0e. Fully compatible with the Steam version.
0.4 - Adds full restoration to Sara's path. She's back to school, reinstates her relationship with the MC, and other members of the cast, along with all related content and many minor things. Sorry about the last event, I couldn't help myself...
Hey is this mod completely finished?
 
3.80 star(s) 435 Votes