This Visual Novel · Ren'Py game is available for free on LELALOL. No payment required — sign in to unlock direct download links for Windows, Mac, Linux, Android, and iOS when available.
Create a free account or sign in
Return to this page — download links appear below the game info
Pick your platform and download the latest release
Does the game have multiple protagonists, or do you only play as Susan?
The tags suggest there are both male and female protagonists, but the description only mentions Susan. The tags may be accurate if there are other playable characters besides Susan.
Where can I find more information about the developer's plans for updates and funding?
Check the developer’s website or Itch.io page for updates on Patreon and SubscribeStar pages, which will be set up in August. A new version of the game is coming out on Sunday.
Naughty Neighbours Walkthrough
Custom Configuration Tips
Create a custom .rpy file to enable the console and rollback features, set preferred volumes for music, sound effects, and voice acting, and adjust text speed and auto-fast-forward time.
Use the following Python code in your .rpy file to customize game settings: init 420 python: config.console = True preferences.fullscreen = True preferences.skip_after_choices = True preferences.transitions = 0 preferences.volumes['music'] = 0.15 preferences.volumes['sfx'] = 0.3 preferences.volumes['voice'] = 0.4 preferences.afm_time = 8 preferences.text_cps = 0 renpy.config.rollback_enabled = True renpy.config.hard_rollback_limit = 256 renpy.config.rollback_length = 256 def unren_noblock( *args, **kwargs ): return renpy.block_rollback = unren_noblock try: config.keymap['toggle_afm'] = [ 'shift_K_PAGEDOWN' ] except: pass
To adjust settings dynamically during gameplay, use the console (Shift+O) and type preferences.volumes['music'], preferences.afm_time, or preferences.text_cps to view and modify current values.
Naughty Neighbours Known Bugs
No option to lower volume or silence sound without turning off PC sound entirely
Naughty Neighbours Cheats
Cheats and codes for this game are available to signed-in members.