Mod Cheat Mod Ren'Py MILFs of Sunville! - LaikDink's Walkthrough/Cheat/Improvement Mod [S2 v5.02 Extras][L7team]

King Dong

Member
Jun 19, 2017
154
115
Fixed and unlock the gallery
I have also run into the same error when choosing "both scenes" with Harry in the hallway. I made sure to uninstall everything, and try each option without the Mod (obviously "both scenes" isn't an option) both of them worked. Then I reinstalled the Mod, and tried the original two options, both worked again. The only option giving the error is "both scenes" from the Mod. Here's to hoping there is a working fix soon. ;)

Edit: Also, for clarity, the gallery fix DID work with the newest patch, just not the other fix.
 
  • Like
Reactions: jh78

WhY NoT?!

Member
Sep 2, 2019
228
193
LaikDink You have a bug in the mod where the scenes with Becky are repeating in a loop and only seeing the HJ in the toilet. I visited her at the Mall after I walk Rose home and bought ice cream from her. I tried to see all the scenes with the mod without losing money, but I remain stuck in a loop without end.
 

LaikDink

Active Member
Modder
Mar 16, 2018
999
12,397
View attachment 1702136

Overview:
Multimod for Milfs of Sunville

Updated: 22/11/2022
Game/Creator: Milfs of Sunville/ L7team
Modder: LaikDink
Mod Version: 7.00 Extras
Game Version: 7.00 Extras
Language: English

Features:
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.

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

DanT

New Member
Nov 25, 2017
5
3
Another fixed
The new fix doesn't work for me on the Harry scene. It doesn't crash anymore, but Mrs. Morris' scene doesn't play when I select both.

I tried it again on a fresh copy of the game and on a brand new save just to make sure and it still only plays Rose's scene at that choice.
 

Nerttu

Forum Fanatic
Jul 4, 2017
4,269
2,068
The new fix doesn't work for me on the Harry scene. It doesn't crash anymore, but Mrs. Morris' scene doesn't play when I select both.

I tried it again on a fresh copy of the game and on a brand new save just to make sure and it still only plays Rose's scene at that choice.
True !!!!

PS. Working fine, thanks !!!! (y)
 
Last edited:

LaikDink

Active Member
Modder
Mar 16, 2018
999
12,397
  • Like
Reactions: Ssato243

Knight of the Dawn

Active Member
Jun 19, 2022
719
1,001
LaikDink Dude thanks for the mod but when I used your mod found this errors in the gallery,can you please fix them?

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

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 148, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 56, in script call
    call expression gallery_label from _rcall_rgallery_label11
  File "game/Quests/MLS/EP1_07/ep07_dialogues1_family_sophie.rpy", line 379, in script call
    call phone_outgoing_call("Olivia", "olivia_chat6") from _rcall_phone_outgoing_call_7
  File "game/Phone/phone_controller.rpy", line 132, in script
    pause 1.0
  File "renpy/common/000statements.rpy", line 453, in execute_pause
    renpy.pause(delay)
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 19, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 44, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 45, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 239, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 242, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 242, in <module>
    $ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 148, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 56, in script call
    call expression gallery_label from _rcall_rgallery_label11
  File "game/Quests/MLS/EP1_07/ep07_dialogues1_family_sophie.rpy", line 379, in script call
    call phone_outgoing_call("Olivia", "olivia_chat6") from _rcall_phone_outgoing_call_7
  File "game/Phone/phone_controller.rpy", line 132, in script
    pause 1.0
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, 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 453, in execute_pause
    renpy.pause(delay)
  File "renpy/exports.py", line 1525, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 19, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 44, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 45, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 239, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 242, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 242, in <module>
    $ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v7.00-Extra
Sun Nov 27 15:22:45 2022
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 148, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 56, in script call
    call expression gallery_label from _rcall_rgallery_label11
  File "game/Quests/MLS/EP1_07/ep07_dialogues6_family_daisy.rpy", line 23, in script call
    call phone_outgoing_call("Daisy", "daisy_chat5") from _rcall_phone_outgoing_call_16
  File "game/Phone/phone_controller.rpy", line 132, in script
    pause 1.0
  File "renpy/common/000statements.rpy", line 453, in execute_pause
    renpy.pause(delay)
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 19, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 44, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 45, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 239, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 242, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 242, in <module>
    $ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 148, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 56, in script call
    call expression gallery_label from _rcall_rgallery_label11
  File "game/Quests/MLS/EP1_07/ep07_dialogues6_family_daisy.rpy", line 23, in script call
    call phone_outgoing_call("Daisy", "daisy_chat5") from _rcall_phone_outgoing_call_16
  File "game/Phone/phone_controller.rpy", line 132, in script
    pause 1.0
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, 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 453, in execute_pause
    renpy.pause(delay)
  File "renpy/exports.py", line 1525, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 19, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 44, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 45, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 239, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 242, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 242, in <module>
    $ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v7.00-Extra
Sun Nov 27 15:23:05 2022
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 148, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 56, in script call
    call expression gallery_label from _rcall_rgallery_label11
  File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 314, in script call
    call phone_outgoing_call("Sean", "sean_chat13") from _rcall_phone_outgoing_call_19
  File "game/Phone/phone_controller.rpy", line 132, in script
    pause 1.0
  File "renpy/common/000statements.rpy", line 453, in execute_pause
    renpy.pause(delay)
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 19, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 44, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 45, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 239, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 242, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 242, in <module>
    $ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 148, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 56, in script call
    call expression gallery_label from _rcall_rgallery_label11
  File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 314, in script call
    call phone_outgoing_call("Sean", "sean_chat13") from _rcall_phone_outgoing_call_19
  File "game/Phone/phone_controller.rpy", line 132, in script
    pause 1.0
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, 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 453, in execute_pause
    renpy.pause(delay)
  File "renpy/exports.py", line 1525, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 19, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 44, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 45, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 239, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 242, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 242, in <module>
    $ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v7.00-Extra
Sun Nov 27 16:08:40 2022
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 148, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 56, in script call
    call expression gallery_label from _rcall_rgallery_label11
  File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 168, in script call
    call phone_outgoing_call("Sean", "sean_chat12") from _rcall_phone_outgoing_call_18
  File "game/Phone/phone_controller.rpy", line 132, in script
    pause 1.0
  File "renpy/common/000statements.rpy", line 453, in execute_pause
    renpy.pause(delay)
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 19, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 44, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 45, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 239, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 242, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 242, in <module>
    $ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 148, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 56, in script call
    call expression gallery_label from _rcall_rgallery_label11
  File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 168, in script call
    call phone_outgoing_call("Sean", "sean_chat12") from _rcall_phone_outgoing_call_18
  File "game/Phone/phone_controller.rpy", line 132, in script
    pause 1.0
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, 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 453, in execute_pause
    renpy.pause(delay)
  File "renpy/exports.py", line 1525, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 1, in execute
    screen phone(phone_menu_active):
  File "game/Phone/phone_screens.rpy", line 19, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 44, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 45, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 238, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 239, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 242, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 242, in <module>
    $ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v7.00-Extra
Sun Nov 27 16:10:25 2022
 
Last edited:
  • Like
Reactions: Hell-Fire