BloodyFace

Well-Known Member
Jul 5, 2019
1,393
2,007
I remeber this game with awe, but the 9+ gigs are impossible for me... any compressors around...?
“Low Quality” in OP and JD's post is a compressed version of the game at around 3GB.
Megadownloader won't even download this file keep getting time out error :(
Try instead.
Maybe that'll do the trick?!
 
  • Like
Reactions: Boobgobbler

J..D

Naughty Attic Gaming
Donor
Game Developer
Apr 19, 2019
734
4,989
So while there is a significant amount of content, it's maybe not as much as could maybe expected from the file size.
750+ 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. :)
 

Ghost188

Member
Mar 10, 2018
112
96
anyone else having this problem?
As soon as I open the game and get the start menu, when I select anything, it goes straight to his Patreon page, and the game is unplayable.
 

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,306
3,135
Getting this error when I try to use the helper button:
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
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.

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.
 
Last edited:

Neverseen

New Member
Oct 21, 2017
5
0
Getting this error when I try to use the helper button:
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
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.

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

J..D

Naughty Attic Gaming
Donor
Game Developer
Apr 19, 2019
734
4,989
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...
The only requirements are getting M&S to 100 Affection.
And playing the Lingerie, Cosplay and their dates.

(For Level 7 ---> 8 getting Suzie to 100 Affection is also required

But, for M&S.
There are around 50+ events each level for either of them, and all of them granting either +5 or +10 affection.
So, it is only required to play the Lingerie, Cosplay and their dates, and maybe around 10/15 of their 50+ events each level.

So, we are not forcing players to play everything (although obviously we would like it if people would do that).
Getting this error when I try to use the helper button:
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
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.

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.
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.
Everything should be fine if you download the latest complete version. :)

Edit : And no... before anyone asks... We are not planning on asking people to download the entire game anytime soon again.
If you have the complete 0.7.9 version or the 0.8.0 version, you should be good with downloading the patches in 2022 :)
 

Corvair

Newbie
Jun 26, 2020
48
97
Now, I really don't know what you could expect more out of 9GB, but please... tell us. :)
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).
It was a way of explaining that the size of the download is not the best way of judging how much content there actually is. I mean, Rimworld clocks in at 184 MByte (says its store page), and that game has content out the wazoo.
On the other end of the spectrum, you may have games that require you to download tens of Gigabytes of data and their actual content doesn't fill a shoebox because much of it is hi-res video, or maybe hi-def audio files in fifty languages. i am obviously not talking about SA ;-).

But since you asked for my input: A lot of the scenes take place in the same environments, and have minor variations (again, not a dig, those are what I play such games for: It gives a nice feeling of "Heh, I caused that" progress). As far as I can tell, you still use completely unique and full pictures for those variants, and that blows up the game's file size more than games that "composite in" the changes.
On the other hand, switching over to a composite approach would probably cost you much too much development time (especially at this stage), so this really is just a theoretical answer to your query. maybe worth a consideration for upcoming games?

In any case, I find the "lofi" version at 3 Gigs quite reasonable for people with low download speeds or quotas, and its quality isn't shabby, either.
 
  • Like
Reactions: J..D

methusalix55

Member
Jun 16, 2021
197
286
750+ 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. :)
hello
-The game offers a lot of content
-It is maintained and developed
-different platforms and qualities (HQ / LQ) are offered
-download possible for free from several web hosts
-developer active here in the forum

Anyone who has something to criticize here has missed any reality.
No game will please every user and if you don't like certain content, you can always delete the game and look for something new.

Developers who fix bugs and even respond to requests / suggestions from their fans should be respected, but not criticized.
 

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,306
3,135
Everything should be fine if you download the latest complete version. :)
EDIT 2: nope, didn't fix it.
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: okay, after having burned my saves to the ground I can now confirm the error is still present in a 100% clean install of 0.8.0.

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.
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.
 
Last edited:
  • Like
Reactions: YameteKudasai69

Gvng

New Member
May 25, 2020
1
0
I'm getting problems when trying to install in Android and i have a Lot of space. Anybody knows what can be the problem?
 
3.20 star(s) 107 Votes