VN Ren'Py Naughty Neighbours [v0.57] [OuterRealm3D]

3.20 star(s) 28 Votes

Ragnar

Super User
Respected User
Former Staff
Aug 5, 2016
5,335
14,981
my favorite kind of an update in a FMC game ( as long as it's a son)
Imo games with incest as side content are just trying to attrack the incest crowd. I can understand incest in a game focused on the mc family. But when your mc is out there exposed to sexual situations in the office, workplace, clubs and so on, incest feel like an after thought.
 

JEER0X

Member
Sep 17, 2019
163
118
Imo games with incest as side content are just trying to attrack the incest crowd. I can understand incest in a game focused on the mc family. But when your mc is out there exposed to sexual situations in the office, workplace, clubs and so on, incest feel like an after thought.
i kind of wish you could shut down the stepson thing kind of just annoyed me throughout the playthrough and i wish the boarding school was a real possibility and not just a "game end"
 
  • Like
Reactions: Ragnar and dregon87

jimtra

Member
Apr 25, 2023
154
70
I got this error from the cheat mod
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 "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-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 "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-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 "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-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 "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-pc\renpy\sl2\sldisplayables.py", line 263, in sl2bar
return renpy.display.behavior.Bar(range, value, width, height, vertical=False, **properties)
File "C:\Users\jimtra\Downloads\NaughtyNeighbours-0.57-pc (1)\NaughtyNeighbours-0.57-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.19045 AMD64
Ren'Py 8.3.4.24120703
0.50
Mon Jun 2 19:56:42 2025
 

JEER0X

Member
Sep 17, 2019
163
118
It is strange to me that the neighbour's daughter, a somewhat perverted family, is the most normal one in the game.
i swear somewhere there is an interaction where its implied that the brother/sister are doing things on cam so it felt weird that she was so reserved at the shopping spree
 
  • Like
Reactions: afterlights
3.20 star(s) 28 Votes