Screenshots
Genres
Game Description
A story of a normal family living through the pandemic. You are a young man who lives with your family members, trying your best to assimilate into a new isolated kind of lifestyle, but the virus is the least of your worries as your nemesis incidentally got locked down together with everyone you love. Can you return to your normal life? What about your girlfriend Aiko? What is your nemesis going to do? (he'll fuck everyone, this won't be in f95 if he doesn't)
Extract and run.
Linux/Mac capitalization issue
Run the following commands from the root of the game folder:
This should fix broken URLs for all the images and videos.
To fix avatars, use below code:
Linux/Mac capitalization issue
Run the following commands from the root of the game folder:
for f in find .; do mv -v "$f" "echo $f | tr '[A-Z]' '[a-z]'"; done
sed -i -E 's/(src=")([^&]*)(")/\1\L\2\3/g' Locked\ Down.htmlThis should fix broken URLs for all the images and videos.
To fix avatars, use below code:
sed -i -E 's/(URL\(")([^"]*)("\))/\1\L\2\3/g' Locked\ Down.htmlNo patch notes available.
- Dual Core Pentium or equivalent Processor.
- Intel HD 2000 or equivalent Graphics.
- 2.84 GB of free disk space (Recommended to have twice as much free disk space).
Locked Down - Finished - v.1.0 Download Links
Locked Down is a porn game made on HTML game engine.
The current available version is v.1.0.
The contents of the game are Uncensored. Locked Down is developed by AnonDux.
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
Mac/Linux Instructions:
Run the following commands from the root of the game folder:
This should fix broken URLs for all the images and videos. I went though and fixed all the avatars manually but the command below should work (I haven't tested it):
Run the following commands from the root of the game folder:
Code:
for f in `find .`; do mv -v "$f" "`echo $f | tr '[A-Z]' '[a-z]'`"; done
sed -i -E 's/(src=")([^&]*)(")/\1\L\2\3/g' Locked\ Down.html
This should fix broken URLs for all the images and videos. I went though and fixed all the avatars manually but the command below should work (I haven't tested it):
Code:
sed -i -E 's/(URL\(")([^"]*)("\))/\1\L\2\3/g' Locked\ Down.html