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
733
556
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

Well-Known Member
Nov 3, 2022
1,673
2,584
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
27
6
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
85
94
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

New Member
Mar 19, 2021
9
2
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?
 

BlenderGuy

Well-Known Member
Nov 17, 2023
1,083
2,016
Anyone else had the issue of never being able to spy on the neighbour?
I have played the game a few times now, everything else works fine but never with that specific part.
 

BlenderGuy

Well-Known Member
Nov 17, 2023
1,083
2,016
You can't. That content was cut. Hence the restoration patch.
Thanks so much for the info. It was driving me nuts. I also notice I can't pick up the ladder at night. I can speak to the neighbour and visit the house, but that's all.
 

Ultimate User

New Member
Oct 3, 2023
1
1
View attachment 91409

Overview:
A young student finds himself in the school therapist office, after a humiliating moment with another teacher at school. While plotting his revenge, he'll romance other characters at the school and at home.​

Thread Updated: 2023-11-03
Release Date: 2023-11-03
Developer: ICSTOR - - - -
Holiday Stories:
Censored: No
Version: 1.0e
OS: Windows, Linux, Mac
Language: English
Fan Art Thread: Here
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Character Name Change:
You don't have permission to view the spoiler content. Log in or register now.

Please read this before posting in the thread.

DOWNLOAD

Win/Linux: - - - MEGA - - PIXELDRAIN -
Mac: - - - MEGA - - PIXELDRAIN

Uncensor Patch: -
* - CONTENT RESTORATION*
Extras: WALKTHROUGH v0.6b - FAN SIGNATURES - SECRET CARDS - PREVIEW PICS - Walkthrough 2 - Full Save - Italian TL* - German TL* - Gallery Unlock* - Multi+Cheat Mod*
wcdudley1980 thanks for the links
* This unofficial port/version is not released by developer, download at your own risk.

View attachment 57353 View attachment 57354 View attachment 57355 View attachment 57356 View attachment 57357 View attachment 57358 View attachment 57359 View attachment 57360 View attachment 57361 View attachment 57362 View attachment 57363 View attachment 57364
Any pregnancy?
 
  • Angry
Reactions: MarcelPappas
3.70 star(s) 411 Votes