3.10 star(s) 41 Votes

Acsuka

Engaged Member
Mar 25, 2023
2,546
5,785
612
I guess the ol rape tag needs to be added because Libby raped her mother.
I agree with the "tag" you mentioned... The dream scene raped the players... I accept that there are fans of such fetishes... But the minimum is to give the player a choice: do I want this or not? Especially if there is no tag for such content... If a game developer is only interested in money and not the game he actually dreamed of and the initial players loved, then he will only get negative reviews...
 
  • Heart
Reactions: bigphil963

dedalo_69

Devoted Member
Modder
Sep 6, 2021
9,336
143,105
812
hi dedalo_69, i ve got an error with your cheats mod. i did installed it in v0.60- and i ve got this error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "game/mod_Trucchi/mod.rpy", line 167, in execute
    screen cheatmod():
  File "game/mod_Trucchi/mod.rpy", line 167, in execute
    screen cheatmod():
  File "game/mod_Trucchi/mod.rpy", line 170, in execute
    vpgrid:
  File "game/mod_Trucchi/mod.rpy", line 176, in execute
    vbox:
  File "game/mod_Trucchi/mod.rpy", line 179, in execute
    fixed:
  File "game/mod_Trucchi/mod.rpy", line 181, in execute
    bar value VariableValue("adamlove", 50)
  File "renpy/common/00barvalues.rpy", line 163, in get_adjustment
    value = self.get_value()
  File "renpy/common/00barvalues.rpy", line 246, in get_value
    value = _get_field(self.object, self.field, self.kind)
  File "renpy/common/00action_data.rpy", line 36, in _get_field
    raise Exception("The {!r} {} does not exist.".format(name, kind))
Exception: The 'adamlove' variable does not exist.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/mod_Trucchi/mod.rpy", line 167, in execute
    screen cheatmod():
  File "game/mod_Trucchi/mod.rpy", line 167, in execute
    screen cheatmod():
  File "game/mod_Trucchi/mod.rpy", line 170, in execute
    vpgrid:
  File "game/mod_Trucchi/mod.rpy", line 176, in execute
    vbox:
  File "game/mod_Trucchi/mod.rpy", line 179, in execute
    fixed:
  File "game/mod_Trucchi/mod.rpy", line 181, in execute
    bar value VariableValue("adamlove", 50)
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\sl2\sldisplayables.py", line 263, in sl2bar
    return renpy.display.behavior.Bar(range, value, width, height, vertical=False, **properties)
  File "D:\Mi Informacion\RENPY\Naughty Neighbours-0 60-pc\NaughtyNeighbours-0.60-pc\renpy\display\behavior.py", line 2253, in __init__
    adjustment = value.get_adjustment()
  File "renpy/common/00barvalues.rpy", line 163, in get_adjustment
    value = self.get_value()
  File "renpy/common/00barvalues.rpy", line 246, in get_value
    value = _get_field(self.object, self.field, self.kind)
  File "renpy/common/00action_data.rpy", line 36, in _get_field
    raise Exception("The {!r} {} does not exist.".format(name, kind))
Exception: The 'adamlove' variable does not exist.

Windows-10-10.0.19041 AMD64
Ren'Py 8.3.4.24120703
0.50
Wed Aug 20 16:28:17 2025
Did you put the mod_Trucchi folder inside the game folder?

If you did, you'll see this screen.

1.jpg

Otherwise... just errors.
 
  • Like
Reactions: Riband77

mk2009

Newbie
Jun 17, 2018
18
26
211
another game from the "wife and mother" series, a few hours of gameplay and only showed her panties, the game is not worth attention
 

Geko1711

Engaged Member
Nov 5, 2019
2,339
12,345
728
I agree with the "tag" you mentioned... The dream scene raped the players... I accept that there are fans of such fetishes... But the minimum is to give the player a choice: do I want this or not? Especially if there is no tag for such content... If a game developer is only interested in money and not the game he actually dreamed of and the initial players loved, then he will only get negative reviews...
Susan has a choice: don't share a bed with Libby, and maybe she won't get raped. Please don't say such nonsense!
The sauna dream is just a dream and should be taken as such. You can't dream on command. Besides, it's subjective. Some people like it, others don't. I don't think the dev should be influenced by anyone, not by my opinions or yours.
The gay scenes with the husband can remain straight, depending on the choices made.
You say there are no choices, but I think there are.
If you think this is a vanilla game, it's not for you. Maybe find something else.
 

Acsuka

Engaged Member
Mar 25, 2023
2,546
5,785
612
Susan has a choice: don't share a bed with Libby, and maybe she won't get raped. Please don't say such nonsense!
The sauna dream is just a dream and should be taken as such. You can't dream on command. Besides, it's subjective. Some people like it, others don't. I don't think the dev should be influenced by anyone, not by my opinions or yours.
The gay scenes with the husband can remain straight, depending on the choices made.
You say there are no choices, but I think there are.
If you think this is a vanilla game, it's not for you. Maybe find something else.
And your opinion doesn't affect mine...
 

redharvest1

Well-Known Member
Jun 7, 2019
1,527
6,070
701
And your opinion doesn't affect mine...
And opinions are ALWAYS just opinions. Always based on feelings and conjecture and have no factual basis. The one thing ALL opinions have in common is that nobody gives a shit about anyone else's.
 
  • Like
Reactions: uporabnik

Acsuka

Engaged Member
Mar 25, 2023
2,546
5,785
612
And opinions are ALWAYS just opinions. Always based on feelings and conjecture and have no factual basis. The one thing ALL opinions have in common is that nobody gives a shit about anyone else's.
The first half of your comment is true and I agree with it. However, the last sentence is not true. Yes, there are opinions that I am happy to listen to, both here and in real life, and I respond to them appropriately. You just have to be able to separate the good from the bad opinions and criticisms.
 
Jul 24, 2025
79
23
8
Susan has a choice: don't share a bed with Libby, and maybe she won't get raped. Please don't say such nonsense!
The sauna dream is just a dream and should be taken as such. You can't dream on command. Besides, it's subjective. Some people like it, others don't. I don't think the dev should be influenced by anyone, not by my opinions or yours.
The gay scenes with the husband can remain straight, depending on the choices made.
You say there are no choices, but I think there are.
If you think this is a vanilla game, it's not for you. Maybe find something else.
games not downloading idk why... I mean from pixel drain or goofily its showing download stopped but any thing else is download smoothly
 

redharvest1

Well-Known Member
Jun 7, 2019
1,527
6,070
701
games not downloading idk why... I mean from pixel drain or goofily its showing download stopped but any thing else is download smoothly
Something not downloading from a hosting site like pixel drain has NOTHING to do with what is being downloaded and everything to do with that site and/or your ISP. So exactly what do you expect us to do? Come to your house and diagnose what wrong with your ISP's connectivity to the host site?
 
  • Haha
Reactions: AnyName'llDo
Jul 24, 2025
79
23
8
Something not downloading from a hosting site like pixel drain has NOTHING to do with what is being downloaded and everything to do with that site and/or your ISP. So exactly what do you expect us to do? Come to your house and diagnose what wrong with your ISP's connectivity to the host site?
wow wow cool down blue baller
 

John Smy

Newbie
Oct 2, 2017
21
16
124
Just found this game, gotten up to date on the content. Don't mind the slow burn, but I feel like a golden opportunity was missed at the biker bar to let Suzie get banged if you went the drug route. You could then have her regert it and keep the slow burn with that blip. Also not really feeling Adam right now, find him and his friends annoying little shits. The Phil stuff was.....interesting...feels like a way to get rid of him eventually or turn him into a super cuck when he finally gets back. Kinda think that's Adam's route with the neighbor witch/leader of Veiled Garden(I think). Which will be fairly interesting if Suzie goes the Biker route. Don't see Ax cuckign like those Phil and Adam will. Actually kinda wanna see Ax collect all the ladies.
 
3.10 star(s) 41 Votes