3.40 star(s) 73 Votes

AnonDev

Newbie
Dec 7, 2022
28
271
For those of you interested in the decrypted images for version 8.0.1 Extra, they are available for download here:

Simply copy the images from this archive's Slides folder to <your_game_install_folder>/game/images/Slides, and overwrite if prompted.

If you need to activate the game, there's also an activation script packaged with it, simply follow the instructions in the instructions.txt file

Enjoy :)
 

Lgwong

New Member
May 4, 2022
6
2
For those of you interested in the decrypted images for version 8.0.1 Extra, they are available for download here:

Simply copy the images from this archive's Slides folder to <your_game_install_folder>/game/images/Slides, and overwrite if prompted.

If you need to activate the game, there's also an activation script packaged with it, simply follow the instructions in the instructions.txt file

Enjoy :)
thank you
 

ashsarmy

New Member
Jun 19, 2020
8
0
what do you have to delete??
c:/User/Name/AppData//Roaming/RenPy/milfs_of_sunville in that folder is a persistent file....i deleted that one and also removed complete 7.0.0 gamefolder....then extracted 8.0.1 extra and added crack...no problem with extra scenes so far
 
Last edited:

QORGY0D73H

Newbie
Dec 10, 2019
17
27
So it was all about deleting the persistent file?
What we can do I implement another check to YellowPenguin's crack that looks for a present encryption key in the persistent file. Currently the script does not check if the key is from an older version. This means the crack does not generate a new key if there is already one, even if it's invalid. At least that's my educated guess. Haven't played the new update yet :LOL:
 
  • Like
Reactions: Knight of the Dawn

BulliThulli

Mommy's Little helper
Donor
Oct 16, 2022
233
533
For those of you interested in the decrypted images for version 8.0.1 Extra, they are available for download here:

Simply copy the images from this archive's Slides folder to <your_game_install_folder>/game/images/Slides, and overwrite if prompted.

If you need to activate the game, there's also an activation script packaged with it, simply follow the instructions in the instructions.txt file

Enjoy :)
Thank you
 

YellowPenguin

Newbie
Modder
Apr 25, 2020
34
46
What we can do I implement another check to YellowPenguin's crack that looks for a present encryption key in the persistent file. Currently the script does not check if the key is from an older version. This means the crack does not generate a new key if there is already one, even if it's invalid. At least that's my educated guess. Haven't played the new update yet :LOL:
It checks if there is a key for the current version, and if not it generates one. If there is a key for the current version, it does nothing. It doesn't check it. But what I can imagine is that people still had the older crack, and that one generated an incorrect key, so the updated crack didn't do anything before deleting the persistent file. Though I'm not sure. I do not play this game, and only briefly checked the older version.
 

adawdawdwa

Newbie
Mar 19, 2022
21
10
I get a random black screen every now and then in sex scenes, when I try to make a photo using button in top right I get an exception: could not construct image from an argument. How to fix this?
 

mrdhrrflu

Member
Dec 15, 2021
127
261
I'm running the Windows game folder in RenPy on Mac and I get this - any solutions?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "game/00_Functions/02_init_python_translation.rpy", line 71, in <module>
language_dict_fields_len = len(language_dict.items()[0][1])
TypeError: 'dict_items' object is not subscriptable

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

Full traceback:
File "/Applications/renpy-8.0.3-sdk/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/Applications/renpy-8.0.3-sdk/renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "/Applications/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Applications/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/00_Functions/02_init_python_translation.rpy", line 71, in <module>
language_dict_fields_len = len(language_dict.items()[0][1])
TypeError: 'dict_items' object is not subscriptable

macOS-10.15.7-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
v8.01-Extra
Wed Feb 1 18:14:51 2023
I'm having the same issue as you, did someone helped you or it just got ignored?
 

mrdhrrflu

Member
Dec 15, 2021
127
261
I'm running the Windows game folder in RenPy on Mac and I get this - any solutions?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "game/00_Functions/02_init_python_translation.rpy", line 71, in <module>
language_dict_fields_len = len(language_dict.items()[0][1])
TypeError: 'dict_items' object is not subscriptable

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

Full traceback:
File "/Applications/renpy-8.0.3-sdk/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/Applications/renpy-8.0.3-sdk/renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "/Applications/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Applications/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/00_Functions/02_init_python_translation.rpy", line 71, in <module>
language_dict_fields_len = len(language_dict.items()[0][1])
TypeError: 'dict_items' object is not subscriptable

macOS-10.15.7-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
v8.01-Extra
Wed Feb 1 18:14:51 2023
I figured it out what the issue is... You can't run this game on Renpy 8, you'll need to use Renpy 7... Then download the crack to activate the extra content and enjoy.
 
  • Like
Reactions: Brainon

Wills747

Engaged Member
Dec 14, 2018
2,313
4,799
My compressed unofficial Android ports of Milfs of Sunville
Included LaikDink Walkthrough and Cheats mod
Added Incest patch by St_Dmitry
Added Activation patch by AnonDev
Usual gestures, seethru textbox, resizeable text and dialogue etc etc...
Scrollable textbox - no more text off the bottom of your screen
Alternative persistent saves and log location

Special Instructions:
Install apk.
Grant storage permissions on first run!
On first run you will get a prompt to copy the archive.rpa file to documents/Wills747/milfs.of.sunville/game or documents/Wills747/milfs.of.sunville.two/game folder.
Keep the rpa file, I'll look at making an update APK patch in future
Copy the rpa file to the directory indicated in game. (game will quit now)
Restart the game.
Keep in mind if your default install location is an actual SD card this may slow the launch.


Season 1 archive.rpa file (8.01e) (4.10Gb):


Season 1 Apk file (10.00e)(1.57Gb)
(RPA file from 8.01e required)




Season 2 archive.rpa file(2.3Gb)


Season 2 v4.02-Extra apk (122Mb)
(Season 2 rpa required)
 
Last edited:
3.40 star(s) 73 Votes