Genres
Game Description
You starting to play in the role of freelance programmer, whose career is not so successful as expected. Currently you are desperately seeking for the client who would buy the "special software" you have been working on for a while and you hope it will make you filthy rich. In the meantime, your sister is having argue with her daughter whether she will go on college or not. This argue ends in having your niece in your apartment free room. And she is currently looking for a job instead going to the college in order to be independent...
Extract to desired location.
Click on "Babysitter.exe" to start playing.
Uncle Relation Restoration Patch: Place rel_res.rpy to /game folder.
Click on "Babysitter.exe" to start playing.
Uncle Relation Restoration Patch: Place rel_res.rpy to /game folder.
No patch notes available.
- Dual Core Pentium or equivalent Processor.
- Intel HD 2000 or equivalent Graphics.
- 1016.1 MB of free disk space (Recommended to have twice as much free disk space).
Babysitter - Finished - v.Final v0.2.2b Download Links
Babysitter is a porn game made on Ren'Py game engine.
The current available version is v.Final v0.2.2b.
The contents of the game are Uncensored. Babysitter is developed by T4bbo.
Please support the developer if you want continued development.
Download links are gathered from public sources. We do not host or modify contents.
Walkthrough and Guide
Walkthrough: FILEKNOT - ANONZIP
Incest Remover: FILEKNOT - ANONZIP
Happy Ending Walkthrough: FILEKNOT - ANONZIP
Multi-Mod: FILEKNOT - ANONZIP
Multi-Mod Installtion:
PC: Unzip the mod and place the files in the "game" folder in your "Babysitter-0.2.2b.-pc" folder. Overwrite when prompted.
MAC: Unzip the mod -> Right-click your "Babysitter" app -> Click "Show Package Contents" -> Open the "Contents" then "Resources" folders -> Hold the Option key and drag the folder named "game" from the mod to the "autorun" folder -> Click merge
Multi-Mod Features:
NOTE: The Walkthrough follows the Happy-Ending Walkthrough. The Scene Replay does NOT contain any NTR scenes
Uncle Restoration: FILEKNOT - ANONZIP
About Uncle Restoration:
(added introduction)
To avoid confusion:
This patch restores original roles of the main characters: godfather and goddaughter will become uncle and niece again, as they originally were before Patreon policy changed.
The patch was not originally made by me, I just modified it by replacing the Python
________________________________
(original post)
Added 'goddaddy' to the 'Uncle Restoration' patch to be replaced with 'uncle' (also works for the capitalized version):
Python:
update
Added misspelled version of goddaughter ('goddaugther') to the replacement filter
_______________________
update2
Added a fix for another misspelled version of goddaughter ('godddaughter') to the filter. Now it will catch them all, no matter how many d's have been shoved in there in a row
rel_rest.rpy file from inside the zip archive goes into the 'game' subfolder in the game root folder:

Incest Remover: FILEKNOT - ANONZIP
Happy Ending Walkthrough: FILEKNOT - ANONZIP
Multi-Mod: FILEKNOT - ANONZIP
Multi-Mod Installtion:
PC: Unzip the mod and place the files in the "game" folder in your "Babysitter-0.2.2b.-pc" folder. Overwrite when prompted.
MAC: Unzip the mod -> Right-click your "Babysitter" app -> Click "Show Package Contents" -> Open the "Contents" then "Resources" folders -> Hold the Option key and drag the folder named "game" from the mod to the "autorun" folder -> Click merge
Multi-Mod Features:
- Adds an in-game walkthrough for the important choices.
- Adds option to see multiple scenes and award all points.
- Adds In-Game Hints.
- Adds Nav Bar.
- Adds Scene Replay to Main Menu.
NOTE: The Walkthrough follows the Happy-Ending Walkthrough. The Scene Replay does NOT contain any NTR scenes
Uncle Restoration: FILEKNOT - ANONZIP
About Uncle Restoration:
(added introduction)
To avoid confusion:
This patch restores original roles of the main characters: godfather and goddaughter will become uncle and niece again, as they originally were before Patreon policy changed.
The patch was not originally made by me, I just modified it by replacing the Python
startswith method with the regex-aware re.match and added a replacement filter for "goddaddy" and a misspelled "goddaughter" to it.
________________________________
(original post)
Added 'goddaddy' to the 'Uncle Restoration' patch to be replaced with 'uncle' (also works for the capitalized version):
Python:
# code inspired by bossapplesauce @ f95zone
init python:
hardcoded = {}
def rel_rest(text):
def text_repl(t):
if renpy.re.match("god+(?:daughter|daugther)", t.group(0)): return "niece"
elif renpy.re.match("god+(?:father|daddy)", t.group(0)): return "uncle"
elif renpy.re.match("God+(?:daughter|daugther)", t.group(0)): return "Niece"
elif renpy.re.match("God+(?:father|daddy)", t.group(0)): return "Uncle"
return hardcoded[text] if text in hardcoded else renpy.re.sub( r'(?:(?i)god+(?:father|daughter|daugther|daddy))', text_repl, text )
config.say_menu_text_filter = rel_rest
update
Added misspelled version of goddaughter ('goddaugther') to the replacement filter
_______________________
update2
Added a fix for another misspelled version of goddaughter ('godddaughter') to the filter. Now it will catch them all, no matter how many d's have been shoved in there in a row
rel_rest.rpy file from inside the zip archive goes into the 'game' subfolder in the game root folder:
