“Low Quality” in OP and JD's post is a compressed version of the game at around 3GB.I remeber this game with awe, but the 9+ gigs are impossible for me... any compressors around...?
TryMegadownloader won't even download this file keep getting time out error
750+ Unique Events/Scenes with M&SSo while there is a significant amount of content, it's maybe not as much as could maybe expected from the file size.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Neighbor/NHome.rpy", line 5, in script
$ renpy.pause(hard=True)
File "game/Neighbor/NHome.rpy", line 5, in <module>
$ renpy.pause(hard=True)
File "game/Screens/Helper.rpy", line 2, in execute
screen gameHelper():
File "game/Screens/Helper.rpy", line 2, in execute
screen gameHelper():
File "game/Screens/Helper.rpy", line 23, in execute
for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]:
File "game/Screens/Helper.rpy", line 24, in execute
fixed:
File "game/Screens/Helper.rpy", line 26, in execute
vbox:
File "game/Screens/Helper.rpy", line 30, in execute
text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000"
File "game/Screens/Helper.rpy", line 30, in <module>
text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000"
TypeError: 'NoneType' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Neighbor/NHome.rpy", line 5, in script
$ renpy.pause(hard=True)
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Neighbor/NHome.rpy", line 5, in <module>
$ renpy.pause(hard=True)
File "renpy/exports.py", line 1561, 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 3315, 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 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/Screens/Helper.rpy", line 2, in execute
screen gameHelper():
File "game/Screens/Helper.rpy", line 2, in execute
screen gameHelper():
File "game/Screens/Helper.rpy", line 23, in execute
for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]:
File "game/Screens/Helper.rpy", line 24, in execute
fixed:
File "game/Screens/Helper.rpy", line 26, in execute
vbox:
File "game/Screens/Helper.rpy", line 30, in execute
text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000"
File "game/Screens/Helper.rpy", line 30, in <module>
text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000"
TypeError: 'NoneType' object has no attribute '__getitem__'
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Sweet Affection 0.7.7
Tue Dec 14 05:21:31 2021
The error lies in "for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]" in the file game/Screens/Helper.rpyGetting this error when I try to use the helper button:
I think this was triggered by filling Donna's affection bar, or maybe meeting Hazel; the first time it happened was after I had done both of those two things.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Neighbor/NHome.rpy", line 5, in script $ renpy.pause(hard=True) File "game/Neighbor/NHome.rpy", line 5, in <module> $ renpy.pause(hard=True) File "game/Screens/Helper.rpy", line 2, in execute screen gameHelper(): File "game/Screens/Helper.rpy", line 2, in execute screen gameHelper(): File "game/Screens/Helper.rpy", line 23, in execute for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]: File "game/Screens/Helper.rpy", line 24, in execute fixed: File "game/Screens/Helper.rpy", line 26, in execute vbox: File "game/Screens/Helper.rpy", line 30, in execute text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000" File "game/Screens/Helper.rpy", line 30, in <module> text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000" TypeError: 'NoneType' object has no attribute '__getitem__' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Neighbor/NHome.rpy", line 5, in script $ renpy.pause(hard=True) File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/Neighbor/NHome.rpy", line 5, in <module> $ renpy.pause(hard=True) File "renpy/exports.py", line 1561, 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 3315, 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 3735, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3735, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/Screens/Helper.rpy", line 2, in execute screen gameHelper(): File "game/Screens/Helper.rpy", line 2, in execute screen gameHelper(): File "game/Screens/Helper.rpy", line 23, in execute for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]: File "game/Screens/Helper.rpy", line 24, in execute fixed: File "game/Screens/Helper.rpy", line 26, in execute vbox: File "game/Screens/Helper.rpy", line 30, in execute text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000" File "game/Screens/Helper.rpy", line 30, in <module> text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000" TypeError: 'NoneType' object has no attribute '__getitem__' Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Sweet Affection 0.7.7 Tue Dec 14 05:21:31 2021
EDIT: as you can see, it still thinks it's version 0.7.7, even though I've installed the subsequent patches to bring it up to 0.8.0; I'll try a fresh install from the full 0.8.0 zip and see if that fixes it.
EDIT 2: nope, didn't fix it.
The only requirements are getting M&S to 100 Affection.The desire of the developer to force you to see all the scenes created, even the bad ones, takes away a lot of the fun of playing this game...
There was no Patch from 0.7.8 to 0.7.9, and we asked people to ask with a clean start when we released the 0.7.9 version because a lot of things changed in terms of making the builds and compressing them.Getting this error when I try to use the helper button:
I think this was triggered by filling Donna's affection bar, or maybe meeting Hazel; the first time it happened was after I had done both of those two things.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Neighbor/NHome.rpy", line 5, in script $ renpy.pause(hard=True) File "game/Neighbor/NHome.rpy", line 5, in <module> $ renpy.pause(hard=True) File "game/Screens/Helper.rpy", line 2, in execute screen gameHelper(): File "game/Screens/Helper.rpy", line 2, in execute screen gameHelper(): File "game/Screens/Helper.rpy", line 23, in execute for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]: File "game/Screens/Helper.rpy", line 24, in execute fixed: File "game/Screens/Helper.rpy", line 26, in execute vbox: File "game/Screens/Helper.rpy", line 30, in execute text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000" File "game/Screens/Helper.rpy", line 30, in <module> text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000" TypeError: 'NoneType' object has no attribute '__getitem__' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Neighbor/NHome.rpy", line 5, in script $ renpy.pause(hard=True) File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/Neighbor/NHome.rpy", line 5, in <module> $ renpy.pause(hard=True) File "renpy/exports.py", line 1561, 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 3315, 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 3735, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3735, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/Screens/Helper.rpy", line 2, in execute screen gameHelper(): File "game/Screens/Helper.rpy", line 2, in execute screen gameHelper(): File "game/Screens/Helper.rpy", line 23, in execute for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]: File "game/Screens/Helper.rpy", line 24, in execute fixed: File "game/Screens/Helper.rpy", line 26, in execute vbox: File "game/Screens/Helper.rpy", line 30, in execute text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000" File "game/Screens/Helper.rpy", line 30, in <module> text gameHelperInfo[i][getCharLevel(i)].getTip()[0] size 20 color "#000" TypeError: 'NoneType' object has no attribute '__getitem__' Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Sweet Affection 0.7.7 Tue Dec 14 05:21:31 2021
EDIT: as you can see, it still thinks it's version 0.7.7, even though I've installed the subsequent patches to bring it up to 0.8.0; I'll try a fresh install from the full 0.8.0 zip and see if that fixes it.
EDIT 2: nope, didn't fix it.
Firstly: This was not meant as a dig at a lack of content, and if it caused you offence, I do offer my apology. As I said: There is plenty of content (and I look forward to seeing what's new, and yes, Iv'e been a fan since it had a different name and had subliminal messaging).Now, I really don't know what you could expect more out of 9GB, but please... tell us.
hello750+ Unique Events/Scenes with M&S
500+ Unique Diary Pages for M&S
150+ Unique Spy-cams for M&S
150+ Unique Events/Scenes with side characters
10+ Unique Locations on the map.
2.200.000+ Words of dialogue/story currently in the game (We stopped counting a while ago)
Now, I really don't know what you could expect more out of 9GB, but please... tell us.
Cheers for thatWhat does the Walkthrough say?
Mandatory events: Lingerie, Date Nights, CosplayYou don't have permission to view the spoiler content. Log in or register now.
Affection has to be 100% for both.
Level-up will take place at dinner (Movie Night).
Everything should be fine if you download the latest complete version.
So yeah, I deleted the old install, downloaded 0.8.0, installed fresh, started a new game, speedran to Hazel (didn't break the helper menu) then to a full meter on Donna (broke the helper menu - so now we've narrowed down the trigger). Looks like either the problem is in 0.8.0, or it was caused by my error in installing the previous versions and is somehow still hanging around. I'm gonna try and rule out the latter possibility by completely erasing my saves, including from the AppData folder, deleting the game, and starting from a clean install yet again. I'll let you know how that goes.EDIT 2: nope, didn't fix it.
I tested this, and yeah, editing Helper.rpy to remove Hazel and Donna DID allow the screen to pop up again with their entries blank... which obviously isn't a viable solution.The error lies in "for i in ["M", "S", "G", "C", "J", "T", "SI", "LA", "DO", "RO", "KE", "LU", "HA", "EV"]" in the file game/Screens/Helper.rpy
I haven't debugged it much myself but if you change that into "for i in ["M", "S"]" then you can access the screen again but it wil only show M and S. If you are correct about Donna then removing "DO" there might fix it while also showing others.