What is the correct way to download the game?
Download the file by right-clicking and selecting 'Save Link As'. Once downloaded, open the save menu in the game and click on 'Load' to use the file.



This JRPG · HTML 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.
Last updated on LELALOL: Aug 10, 2026
Download the file by right-clicking and selecting 'Save Link As'. Once downloaded, open the save menu in the game and click on 'Load' to use the file.
The issue is due to the fact that the gamecore doesn't support the webp format. You may need to use a hot fix for timing issues or share your save files if you encounter bugs.
Version 2.0 includes new character paths, UI improvements, and minor bug fixes. The update introduces Aunt (Dom) & Uncle (Shemale) paths with tags for Futa/Trans and Female Domination.
To access Patreon-exclusive content, set the variable SugarCube.State.active.variables.patreonTier to 1 in your save file. This will allow you to start exclusive events automatically.
Download and install the updated version of the game with the Casey bug fixed, which is available as v6.1.
Replace the patreon unlock function in the game's script with: window.unlockPatreon = function (input) { State.variables.patreon = true; State.variables.patreonTier = 1; return true; }; This will accept any input as valid.
Modify the patreon unlock function in the game's script to include a specific password: window.unlockPatreon = function (input) { if (!input) return false; const password = 'MYSECRET123'; // Change this as needed if (input.trim().toUpperCase() === password.toUpperCase()) { State.variables.patreon = true; State.variables.patreonTier = 1; return true; } return false; }; Use 'MYSECRET123' or another desired code to unlock the content.
Workaround: Rename the Mother directory to mother (lowercase).
Workaround: Download and run the game locally instead of using the site.
Workaround: modification
Cheats and codes for this game are available to signed-in members.